@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,8 +4,18 @@
4
4
  "name": "SendGrid Outbound Connector",
5
5
  "id": "io.camunda.connectors.SendGrid.v2",
6
6
  "description": "Send an email via SendGrid",
7
+ "keywords": [
8
+ "send email",
9
+ "email notification",
10
+ "transactional email",
11
+ "marketing email",
12
+ "email campaign",
13
+ "email delivery",
14
+ "dynamic template",
15
+ "email template"
16
+ ],
7
17
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
8
- "version": 3,
18
+ "version": 6,
9
19
  "category": {
10
20
  "id": "connectors",
11
21
  "name": "Connectors"
@@ -14,6 +24,9 @@
14
24
  "elementType": {
15
25
  "value": "bpmn:ServiceTask"
16
26
  },
27
+ "engines": {
28
+ "camunda": "^8.10"
29
+ },
17
30
  "groups": [
18
31
  {
19
32
  "id": "authentication",
@@ -31,6 +44,10 @@
31
44
  "id": "content",
32
45
  "label": "Compose email"
33
46
  },
47
+ {
48
+ "id": "connector",
49
+ "label": "Connector"
50
+ },
34
51
  {
35
52
  "id": "output",
36
53
  "label": "Output mapping"
@@ -250,10 +267,278 @@
250
267
  },
251
268
  "type": "Text"
252
269
  },
270
+ {
271
+ "id": "attachments_documentMode",
272
+ "label": "Number of documents",
273
+ "description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
274
+ "value": "none",
275
+ "group": "content",
276
+ "binding": {
277
+ "name": "attachments_documentMode",
278
+ "type": "zeebe:input"
279
+ },
280
+ "type": "Dropdown",
281
+ "choices": [
282
+ {
283
+ "name": "None",
284
+ "value": "none"
285
+ },
286
+ {
287
+ "name": "Single document",
288
+ "value": "single"
289
+ },
290
+ {
291
+ "name": "Multiple documents",
292
+ "value": "multiple"
293
+ }
294
+ ]
295
+ },
296
+ {
297
+ "id": "attachments_single_documentSource",
298
+ "label": "Document source",
299
+ "value": "camunda",
300
+ "group": "content",
301
+ "binding": {
302
+ "name": "attachments_single_documentSource",
303
+ "type": "zeebe:input"
304
+ },
305
+ "condition": {
306
+ "property": "attachments_documentMode",
307
+ "equals": "single",
308
+ "type": "simple"
309
+ },
310
+ "type": "Dropdown",
311
+ "choices": [
312
+ {
313
+ "name": "Camunda Document",
314
+ "value": "camunda"
315
+ },
316
+ {
317
+ "name": "Inline Content",
318
+ "value": "inline"
319
+ },
320
+ {
321
+ "name": "From URL",
322
+ "value": "external"
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "id": "attachments_single_camundaReference",
328
+ "label": "Camunda document",
329
+ "constraints": {
330
+ "notEmpty": true
331
+ },
332
+ "feel": "required",
333
+ "group": "content",
334
+ "binding": {
335
+ "name": "attachments_single_camundaReference",
336
+ "type": "zeebe:input"
337
+ },
338
+ "condition": {
339
+ "allMatch": [
340
+ {
341
+ "property": "attachments_documentMode",
342
+ "equals": "single",
343
+ "type": "simple"
344
+ },
345
+ {
346
+ "property": "attachments_single_documentSource",
347
+ "equals": "camunda",
348
+ "type": "simple"
349
+ }
350
+ ]
351
+ },
352
+ "type": "String"
353
+ },
354
+ {
355
+ "id": "attachments_single_inline_content",
356
+ "label": "Content",
357
+ "constraints": {
358
+ "notEmpty": true
359
+ },
360
+ "feel": "optional",
361
+ "group": "content",
362
+ "binding": {
363
+ "name": "attachments_single_inline_content",
364
+ "type": "zeebe:input"
365
+ },
366
+ "condition": {
367
+ "allMatch": [
368
+ {
369
+ "property": "attachments_documentMode",
370
+ "equals": "single",
371
+ "type": "simple"
372
+ },
373
+ {
374
+ "property": "attachments_single_documentSource",
375
+ "equals": "inline",
376
+ "type": "simple"
377
+ }
378
+ ]
379
+ },
380
+ "type": "String"
381
+ },
382
+ {
383
+ "id": "attachments_single_inline_fileName",
384
+ "label": "File name",
385
+ "feel": "optional",
386
+ "group": "content",
387
+ "binding": {
388
+ "name": "attachments_single_inline_fileName",
389
+ "type": "zeebe:input"
390
+ },
391
+ "condition": {
392
+ "allMatch": [
393
+ {
394
+ "property": "attachments_documentMode",
395
+ "equals": "single",
396
+ "type": "simple"
397
+ },
398
+ {
399
+ "property": "attachments_single_documentSource",
400
+ "equals": "inline",
401
+ "type": "simple"
402
+ }
403
+ ]
404
+ },
405
+ "type": "String"
406
+ },
407
+ {
408
+ "id": "attachments_single_inline_contentType",
409
+ "label": "Content type",
410
+ "feel": "optional",
411
+ "group": "content",
412
+ "binding": {
413
+ "name": "attachments_single_inline_contentType",
414
+ "type": "zeebe:input"
415
+ },
416
+ "condition": {
417
+ "allMatch": [
418
+ {
419
+ "property": "attachments_documentMode",
420
+ "equals": "single",
421
+ "type": "simple"
422
+ },
423
+ {
424
+ "property": "attachments_single_documentSource",
425
+ "equals": "inline",
426
+ "type": "simple"
427
+ }
428
+ ]
429
+ },
430
+ "type": "String"
431
+ },
432
+ {
433
+ "id": "attachments_single_external_url",
434
+ "label": "URL",
435
+ "constraints": {
436
+ "notEmpty": true
437
+ },
438
+ "feel": "optional",
439
+ "group": "content",
440
+ "binding": {
441
+ "name": "attachments_single_external_url",
442
+ "type": "zeebe:input"
443
+ },
444
+ "condition": {
445
+ "allMatch": [
446
+ {
447
+ "property": "attachments_documentMode",
448
+ "equals": "single",
449
+ "type": "simple"
450
+ },
451
+ {
452
+ "property": "attachments_single_documentSource",
453
+ "equals": "external",
454
+ "type": "simple"
455
+ }
456
+ ]
457
+ },
458
+ "type": "String"
459
+ },
460
+ {
461
+ "id": "attachments_single_external_fileName",
462
+ "label": "File name",
463
+ "feel": "optional",
464
+ "group": "content",
465
+ "binding": {
466
+ "name": "attachments_single_external_fileName",
467
+ "type": "zeebe:input"
468
+ },
469
+ "condition": {
470
+ "allMatch": [
471
+ {
472
+ "property": "attachments_documentMode",
473
+ "equals": "single",
474
+ "type": "simple"
475
+ },
476
+ {
477
+ "property": "attachments_single_documentSource",
478
+ "equals": "external",
479
+ "type": "simple"
480
+ }
481
+ ]
482
+ },
483
+ "type": "String"
484
+ },
485
+ {
486
+ "id": "attachments_multiple_expression",
487
+ "label": "Documents",
488
+ "constraints": {
489
+ "notEmpty": true
490
+ },
491
+ "feel": "required",
492
+ "group": "content",
493
+ "binding": {
494
+ "name": "attachments_multiple_expression",
495
+ "type": "zeebe:input"
496
+ },
497
+ "condition": {
498
+ "property": "attachments_documentMode",
499
+ "equals": "multiple",
500
+ "type": "simple"
501
+ },
502
+ "type": "String"
503
+ },
504
+ {
505
+ "id": "attachments",
506
+ "value": "=if attachments_documentMode = \"multiple\" then attachments_multiple_expression else if attachments_documentMode = \"single\" then (if attachments_single_documentSource = \"camunda\" then [attachments_single_camundaReference] else if attachments_single_documentSource = \"inline\" then [{ \"camunda.document.type\": \"inline\", content: attachments_single_inline_content, name: attachments_single_inline_fileName, contentType: attachments_single_inline_contentType }] else if attachments_single_documentSource = \"external\" then [{ \"camunda.document.type\": \"external\", url: attachments_single_external_url, name: attachments_single_external_fileName }] else null) else null",
507
+ "group": "content",
508
+ "binding": {
509
+ "name": "attachments",
510
+ "type": "zeebe:input"
511
+ },
512
+ "type": "Hidden"
513
+ },
514
+ {
515
+ "id": "version",
516
+ "label": "Version",
517
+ "description": "Version of the element template",
518
+ "value": "6",
519
+ "group": "connector",
520
+ "binding": {
521
+ "key": "elementTemplateVersion",
522
+ "type": "zeebe:taskHeader"
523
+ },
524
+ "type": "Hidden"
525
+ },
526
+ {
527
+ "id": "id",
528
+ "label": "ID",
529
+ "description": "ID of the element template",
530
+ "value": "io.camunda.connectors.SendGrid.v2",
531
+ "group": "connector",
532
+ "binding": {
533
+ "key": "elementTemplateId",
534
+ "type": "zeebe:taskHeader"
535
+ },
536
+ "type": "Hidden"
537
+ },
253
538
  {
254
539
  "id": "resultVariable",
255
540
  "label": "Result variable",
256
- "description": "Name of variable to store the response in",
541
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
257
542
  "group": "output",
258
543
  "binding": {
259
544
  "key": "resultVariable",
@@ -264,7 +549,7 @@
264
549
  {
265
550
  "id": "resultExpression",
266
551
  "label": "Result expression",
267
- "description": "Expression to map the response into process variables",
552
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
268
553
  "feel": "required",
269
554
  "group": "output",
270
555
  "binding": {
@@ -303,7 +588,6 @@
303
588
  "label": "Retry backoff",
304
589
  "description": "ISO-8601 duration to wait between retries",
305
590
  "value": "PT0S",
306
- "feel": "optional",
307
591
  "group": "retries",
308
592
  "binding": {
309
593
  "key": "retryBackoff",
@@ -314,21 +598,15 @@
314
598
  ],
315
599
  "icon": {
316
600
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
317
- },
318
- "engines": {
319
- "camunda": "^8.5"
320
601
  }
321
602
  },
322
603
  {
323
604
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
324
- "name": "SendGrid connector",
605
+ "name": "SendGrid Outbound Connector",
325
606
  "id": "io.camunda.connectors.SendGrid.v2",
326
- "version": 1,
327
607
  "description": "Send an email via SendGrid",
328
608
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
329
- "icon": {
330
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
331
- },
609
+ "version": 3,
332
610
  "category": {
333
611
  "id": "connectors",
334
612
  "name": "Connectors"
@@ -355,88 +633,111 @@
355
633
  "label": "Compose email"
356
634
  },
357
635
  {
358
- "id": "errors",
636
+ "id": "output",
637
+ "label": "Output mapping"
638
+ },
639
+ {
640
+ "id": "error",
359
641
  "label": "Error handling"
642
+ },
643
+ {
644
+ "id": "retries",
645
+ "label": "Retries"
360
646
  }
361
647
  ],
362
648
  "properties": [
363
649
  {
364
- "type": "Hidden",
365
650
  "value": "io.camunda:sendgrid:1",
366
651
  "binding": {
367
- "type": "zeebe:taskDefinition",
368
- "property": "type"
369
- }
652
+ "property": "type",
653
+ "type": "zeebe:taskDefinition"
654
+ },
655
+ "type": "Hidden"
370
656
  },
371
657
  {
658
+ "id": "apiKey",
372
659
  "label": "SendGrid API key",
373
- "group": "authentication",
374
- "type": "String",
660
+ "optional": false,
661
+ "constraints": {
662
+ "notEmpty": true
663
+ },
375
664
  "feel": "optional",
665
+ "group": "authentication",
376
666
  "binding": {
377
- "type": "zeebe:input",
378
- "name": "apiKey"
667
+ "name": "apiKey",
668
+ "type": "zeebe:input"
379
669
  },
380
- "constraints": {
381
- "notEmpty": true
382
- }
670
+ "type": "String"
383
671
  },
384
672
  {
673
+ "id": "from.name",
385
674
  "label": "Name",
386
- "group": "sender",
387
- "type": "String",
675
+ "optional": false,
676
+ "constraints": {
677
+ "notEmpty": true
678
+ },
388
679
  "feel": "optional",
680
+ "group": "sender",
389
681
  "binding": {
390
- "type": "zeebe:input",
391
- "name": "from.name"
682
+ "name": "from.name",
683
+ "type": "zeebe:input"
392
684
  },
393
- "constraints": {
394
- "notEmpty": true
395
- }
685
+ "type": "String"
396
686
  },
397
687
  {
688
+ "id": "from.email",
398
689
  "label": "Email address",
399
- "group": "sender",
400
- "type": "String",
690
+ "optional": false,
691
+ "constraints": {
692
+ "notEmpty": true
693
+ },
401
694
  "feel": "optional",
695
+ "group": "sender",
402
696
  "binding": {
403
- "type": "zeebe:input",
404
- "name": "from.email"
697
+ "name": "from.email",
698
+ "type": "zeebe:input"
405
699
  },
406
- "constraints": {
407
- "notEmpty": true
408
- }
700
+ "type": "String"
409
701
  },
410
702
  {
703
+ "id": "to.name",
411
704
  "label": "Name",
412
- "group": "receiver",
413
- "type": "String",
705
+ "optional": false,
706
+ "constraints": {
707
+ "notEmpty": true
708
+ },
414
709
  "feel": "optional",
710
+ "group": "receiver",
415
711
  "binding": {
416
- "type": "zeebe:input",
417
- "name": "to.name"
712
+ "name": "to.name",
713
+ "type": "zeebe:input"
418
714
  },
419
- "constraints": {
420
- "notEmpty": true
421
- }
715
+ "type": "String"
422
716
  },
423
717
  {
718
+ "id": "to.email",
424
719
  "label": "Email address",
425
- "group": "receiver",
426
- "type": "String",
720
+ "optional": false,
721
+ "constraints": {
722
+ "notEmpty": true
723
+ },
427
724
  "feel": "optional",
725
+ "group": "receiver",
428
726
  "binding": {
429
- "type": "zeebe:input",
430
- "name": "to.email"
727
+ "name": "to.email",
728
+ "type": "zeebe:input"
431
729
  },
432
- "constraints": {
433
- "notEmpty": true
434
- }
730
+ "type": "String"
435
731
  },
436
732
  {
437
- "id": "mailType",
733
+ "id": "unMappedFieldNotUseInModel.mailType",
734
+ "label": "Mail contents",
735
+ "optional": false,
438
736
  "group": "content",
439
- "value": "mail",
737
+ "binding": {
738
+ "name": "unMappedFieldNotUseInModel.mailType",
739
+ "type": "zeebe:input"
740
+ },
440
741
  "type": "Dropdown",
441
742
  "choices": [
442
743
  {
@@ -447,127 +748,188 @@
447
748
  "name": "Using dynamic template",
448
749
  "value": "byTemplate"
449
750
  }
450
- ],
451
- "binding": {
452
- "type": "zeebe:input",
453
- "name": "unMappedFieldNotUseInModel.mailType"
454
- }
751
+ ]
455
752
  },
456
753
  {
457
- "label": "Subject",
458
- "group": "content",
459
- "type": "String",
754
+ "id": "template.id",
755
+ "label": "Template ID",
756
+ "optional": false,
757
+ "constraints": {
758
+ "notEmpty": true
759
+ },
460
760
  "feel": "optional",
761
+ "group": "content",
461
762
  "binding": {
462
- "type": "zeebe:input",
463
- "name": "content.subject"
763
+ "name": "template.id",
764
+ "type": "zeebe:input"
765
+ },
766
+ "condition": {
767
+ "property": "unMappedFieldNotUseInModel.mailType",
768
+ "equals": "byTemplate",
769
+ "type": "simple"
464
770
  },
771
+ "type": "String"
772
+ },
773
+ {
774
+ "id": "template.data",
775
+ "label": "Template data",
776
+ "optional": false,
465
777
  "constraints": {
466
778
  "notEmpty": true
467
779
  },
780
+ "feel": "required",
781
+ "group": "content",
782
+ "binding": {
783
+ "name": "template.data",
784
+ "type": "zeebe:input"
785
+ },
468
786
  "condition": {
469
- "property": "mailType",
470
- "equals": "mail"
471
- }
787
+ "property": "unMappedFieldNotUseInModel.mailType",
788
+ "equals": "byTemplate",
789
+ "type": "simple"
790
+ },
791
+ "type": "String"
472
792
  },
473
793
  {
474
- "label": "Content type",
475
- "group": "content",
476
- "type": "String",
794
+ "id": "content.subject",
795
+ "label": "Subject",
796
+ "optional": false,
797
+ "constraints": {
798
+ "notEmpty": true
799
+ },
477
800
  "feel": "optional",
478
- "value": "text/plain",
801
+ "group": "content",
479
802
  "binding": {
480
- "type": "zeebe:input",
481
- "name": "content.type"
803
+ "name": "content.subject",
804
+ "type": "zeebe:input"
805
+ },
806
+ "condition": {
807
+ "property": "unMappedFieldNotUseInModel.mailType",
808
+ "equals": "mail",
809
+ "type": "simple"
482
810
  },
811
+ "type": "String"
812
+ },
813
+ {
814
+ "id": "content.type",
815
+ "label": "Content type",
816
+ "optional": false,
817
+ "value": "text/plain",
483
818
  "constraints": {
484
819
  "notEmpty": true
485
820
  },
821
+ "feel": "optional",
822
+ "group": "content",
823
+ "binding": {
824
+ "name": "content.type",
825
+ "type": "zeebe:input"
826
+ },
486
827
  "condition": {
487
- "property": "mailType",
488
- "equals": "mail"
489
- }
828
+ "property": "unMappedFieldNotUseInModel.mailType",
829
+ "equals": "mail",
830
+ "type": "simple"
831
+ },
832
+ "type": "String"
490
833
  },
491
834
  {
835
+ "id": "content.value",
492
836
  "label": "Body",
493
- "group": "content",
494
- "type": "Text",
495
- "feel": "optional",
496
- "binding": {
497
- "type": "zeebe:input",
498
- "name": "content.value"
499
- },
837
+ "optional": false,
500
838
  "constraints": {
501
839
  "notEmpty": true
502
840
  },
841
+ "feel": "optional",
842
+ "group": "content",
843
+ "binding": {
844
+ "name": "content.value",
845
+ "type": "zeebe:input"
846
+ },
503
847
  "condition": {
504
- "property": "mailType",
505
- "equals": "mail"
506
- }
848
+ "property": "unMappedFieldNotUseInModel.mailType",
849
+ "equals": "mail",
850
+ "type": "simple"
851
+ },
852
+ "type": "Text"
507
853
  },
508
854
  {
509
- "label": "Template ID",
510
- "group": "content",
511
- "type": "String",
512
- "feel": "optional",
855
+ "id": "resultVariable",
856
+ "label": "Result variable",
857
+ "description": "Name of variable to store the response in",
858
+ "group": "output",
513
859
  "binding": {
514
- "type": "zeebe:input",
515
- "name": "template.id"
516
- },
517
- "constraints": {
518
- "notEmpty": true
860
+ "key": "resultVariable",
861
+ "type": "zeebe:taskHeader"
519
862
  },
520
- "condition": {
521
- "property": "mailType",
522
- "equals": "byTemplate"
523
- }
863
+ "type": "String"
524
864
  },
525
865
  {
526
- "label": "Template data",
527
- "group": "content",
528
- "type": "Text",
866
+ "id": "resultExpression",
867
+ "label": "Result expression",
868
+ "description": "Expression to map the response into process variables",
529
869
  "feel": "required",
870
+ "group": "output",
530
871
  "binding": {
531
- "type": "zeebe:input",
532
- "name": "template.data"
533
- },
534
- "constraints": {
535
- "notEmpty": true
872
+ "key": "resultExpression",
873
+ "type": "zeebe:taskHeader"
536
874
  },
537
- "condition": {
538
- "property": "mailType",
539
- "equals": "byTemplate"
540
- }
875
+ "type": "Text"
541
876
  },
542
877
  {
878
+ "id": "errorExpression",
543
879
  "label": "Error expression",
544
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
545
- "group": "errors",
546
- "type": "Text",
880
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
547
881
  "feel": "required",
882
+ "group": "error",
548
883
  "binding": {
549
- "type": "zeebe:taskHeader",
550
- "key": "errorExpression"
551
- }
884
+ "key": "errorExpression",
885
+ "type": "zeebe:taskHeader"
886
+ },
887
+ "type": "Text"
888
+ },
889
+ {
890
+ "id": "retryCount",
891
+ "label": "Retries",
892
+ "description": "Number of retries",
893
+ "value": "3",
894
+ "feel": "optional",
895
+ "group": "retries",
896
+ "binding": {
897
+ "property": "retries",
898
+ "type": "zeebe:taskDefinition"
899
+ },
900
+ "type": "String"
901
+ },
902
+ {
903
+ "id": "retryBackoff",
904
+ "label": "Retry backoff",
905
+ "description": "ISO-8601 duration to wait between retries",
906
+ "value": "PT0S",
907
+ "feel": "optional",
908
+ "group": "retries",
909
+ "binding": {
910
+ "key": "retryBackoff",
911
+ "type": "zeebe:taskHeader"
912
+ },
913
+ "type": "String"
552
914
  }
553
915
  ],
916
+ "icon": {
917
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
918
+ },
554
919
  "engines": {
555
- "camunda": "^8.2"
920
+ "camunda": "^8.5"
556
921
  }
557
922
  },
558
923
  {
559
924
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
560
- "name": "SendGrid: Send Email via Template",
561
- "id": "io.camunda.connectors.SendGrid.v1.template",
562
- "description": "[Deprecated]: Replace with 'SendGrid Connector' template.",
563
- "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/sendgrid/",
564
- "icon": {
565
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
566
- },
567
- "deprecated": {
568
- "message": "Replace with 'SendGrid Connector' template.",
569
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
925
+ "name": "SendGrid Outbound Connector",
926
+ "id": "io.camunda.connectors.SendGrid.v2",
927
+ "description": "Send an email via SendGrid",
928
+ "metadata": {
929
+ "keywords": []
570
930
  },
931
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
932
+ "version": 4,
571
933
  "category": {
572
934
  "id": "connectors",
573
935
  "name": "Connectors"
@@ -576,10 +938,13 @@
576
938
  "elementType": {
577
939
  "value": "bpmn:ServiceTask"
578
940
  },
941
+ "engines": {
942
+ "camunda": "^8.3"
943
+ },
579
944
  "groups": [
580
945
  {
581
- "id": "sendgrid",
582
- "label": "SendGrid API"
946
+ "id": "authentication",
947
+ "label": "Authentication"
583
948
  },
584
949
  {
585
950
  "id": "sender",
@@ -590,111 +955,675 @@
590
955
  "label": "Receiver"
591
956
  },
592
957
  {
593
- "id": "template",
594
- "label": "Dynamic Email Template"
958
+ "id": "content",
959
+ "label": "Compose email"
960
+ },
961
+ {
962
+ "id": "output",
963
+ "label": "Output mapping"
964
+ },
965
+ {
966
+ "id": "error",
967
+ "label": "Error handling"
968
+ },
969
+ {
970
+ "id": "retries",
971
+ "label": "Retries"
595
972
  }
596
973
  ],
597
974
  "properties": [
598
975
  {
599
- "type": "Hidden",
600
976
  "value": "io.camunda:sendgrid:1",
601
977
  "binding": {
602
- "type": "zeebe:taskDefinition",
603
- "property": "type"
604
- }
978
+ "property": "type",
979
+ "type": "zeebe:taskDefinition"
980
+ },
981
+ "type": "Hidden"
982
+ },
983
+ {
984
+ "id": "apiKey",
985
+ "label": "SendGrid API key",
986
+ "optional": false,
987
+ "constraints": {
988
+ "notEmpty": true
989
+ },
990
+ "feel": "optional",
991
+ "group": "authentication",
992
+ "binding": {
993
+ "name": "apiKey",
994
+ "type": "zeebe:input"
995
+ },
996
+ "type": "String"
997
+ },
998
+ {
999
+ "id": "from.name",
1000
+ "label": "Name",
1001
+ "optional": false,
1002
+ "constraints": {
1003
+ "notEmpty": true
1004
+ },
1005
+ "feel": "optional",
1006
+ "group": "sender",
1007
+ "binding": {
1008
+ "name": "from.name",
1009
+ "type": "zeebe:input"
1010
+ },
1011
+ "type": "String"
1012
+ },
1013
+ {
1014
+ "id": "from.email",
1015
+ "label": "Email address",
1016
+ "optional": false,
1017
+ "constraints": {
1018
+ "notEmpty": true
1019
+ },
1020
+ "feel": "optional",
1021
+ "group": "sender",
1022
+ "binding": {
1023
+ "name": "from.email",
1024
+ "type": "zeebe:input"
1025
+ },
1026
+ "type": "String"
1027
+ },
1028
+ {
1029
+ "id": "to.name",
1030
+ "label": "Name",
1031
+ "optional": false,
1032
+ "constraints": {
1033
+ "notEmpty": true
1034
+ },
1035
+ "feel": "optional",
1036
+ "group": "receiver",
1037
+ "binding": {
1038
+ "name": "to.name",
1039
+ "type": "zeebe:input"
1040
+ },
1041
+ "type": "String"
1042
+ },
1043
+ {
1044
+ "id": "to.email",
1045
+ "label": "Email address",
1046
+ "optional": false,
1047
+ "constraints": {
1048
+ "notEmpty": true
1049
+ },
1050
+ "feel": "optional",
1051
+ "group": "receiver",
1052
+ "binding": {
1053
+ "name": "to.email",
1054
+ "type": "zeebe:input"
1055
+ },
1056
+ "type": "String"
1057
+ },
1058
+ {
1059
+ "id": "unMappedFieldNotUseInModel.mailType",
1060
+ "label": "Mail contents",
1061
+ "optional": false,
1062
+ "group": "content",
1063
+ "binding": {
1064
+ "name": "unMappedFieldNotUseInModel.mailType",
1065
+ "type": "zeebe:input"
1066
+ },
1067
+ "type": "Dropdown",
1068
+ "choices": [
1069
+ {
1070
+ "name": "Simple (no dynamic template)",
1071
+ "value": "mail"
1072
+ },
1073
+ {
1074
+ "name": "Using dynamic template",
1075
+ "value": "byTemplate"
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "id": "template.id",
1081
+ "label": "Template ID",
1082
+ "optional": false,
1083
+ "constraints": {
1084
+ "notEmpty": true
1085
+ },
1086
+ "feel": "optional",
1087
+ "group": "content",
1088
+ "binding": {
1089
+ "name": "template.id",
1090
+ "type": "zeebe:input"
1091
+ },
1092
+ "condition": {
1093
+ "property": "unMappedFieldNotUseInModel.mailType",
1094
+ "equals": "byTemplate",
1095
+ "type": "simple"
1096
+ },
1097
+ "type": "String"
1098
+ },
1099
+ {
1100
+ "id": "template.data",
1101
+ "label": "Template data",
1102
+ "optional": false,
1103
+ "constraints": {
1104
+ "notEmpty": true
1105
+ },
1106
+ "feel": "required",
1107
+ "group": "content",
1108
+ "binding": {
1109
+ "name": "template.data",
1110
+ "type": "zeebe:input"
1111
+ },
1112
+ "condition": {
1113
+ "property": "unMappedFieldNotUseInModel.mailType",
1114
+ "equals": "byTemplate",
1115
+ "type": "simple"
1116
+ },
1117
+ "type": "String"
1118
+ },
1119
+ {
1120
+ "id": "content.subject",
1121
+ "label": "Subject",
1122
+ "optional": false,
1123
+ "constraints": {
1124
+ "notEmpty": true
1125
+ },
1126
+ "feel": "optional",
1127
+ "group": "content",
1128
+ "binding": {
1129
+ "name": "content.subject",
1130
+ "type": "zeebe:input"
1131
+ },
1132
+ "condition": {
1133
+ "property": "unMappedFieldNotUseInModel.mailType",
1134
+ "equals": "mail",
1135
+ "type": "simple"
1136
+ },
1137
+ "type": "String"
1138
+ },
1139
+ {
1140
+ "id": "content.type",
1141
+ "label": "Content type",
1142
+ "optional": false,
1143
+ "value": "text/plain",
1144
+ "constraints": {
1145
+ "notEmpty": true
1146
+ },
1147
+ "feel": "optional",
1148
+ "group": "content",
1149
+ "binding": {
1150
+ "name": "content.type",
1151
+ "type": "zeebe:input"
1152
+ },
1153
+ "condition": {
1154
+ "property": "unMappedFieldNotUseInModel.mailType",
1155
+ "equals": "mail",
1156
+ "type": "simple"
1157
+ },
1158
+ "type": "String"
1159
+ },
1160
+ {
1161
+ "id": "content.value",
1162
+ "label": "Body",
1163
+ "optional": false,
1164
+ "constraints": {
1165
+ "notEmpty": true
1166
+ },
1167
+ "feel": "optional",
1168
+ "group": "content",
1169
+ "binding": {
1170
+ "name": "content.value",
1171
+ "type": "zeebe:input"
1172
+ },
1173
+ "condition": {
1174
+ "property": "unMappedFieldNotUseInModel.mailType",
1175
+ "equals": "mail",
1176
+ "type": "simple"
1177
+ },
1178
+ "type": "Text"
1179
+ },
1180
+ {
1181
+ "id": "attachments",
1182
+ "label": "attachments",
1183
+ "description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
1184
+ "optional": true,
1185
+ "feel": "required",
1186
+ "group": "content",
1187
+ "binding": {
1188
+ "name": "attachments",
1189
+ "type": "zeebe:input"
1190
+ },
1191
+ "type": "String"
1192
+ },
1193
+ {
1194
+ "id": "resultVariable",
1195
+ "label": "Result variable",
1196
+ "description": "Name of variable to store the response in",
1197
+ "group": "output",
1198
+ "binding": {
1199
+ "key": "resultVariable",
1200
+ "type": "zeebe:taskHeader"
1201
+ },
1202
+ "type": "String"
1203
+ },
1204
+ {
1205
+ "id": "resultExpression",
1206
+ "label": "Result expression",
1207
+ "description": "Expression to map the response into process variables",
1208
+ "feel": "required",
1209
+ "group": "output",
1210
+ "binding": {
1211
+ "key": "resultExpression",
1212
+ "type": "zeebe:taskHeader"
1213
+ },
1214
+ "type": "Text"
1215
+ },
1216
+ {
1217
+ "id": "errorExpression",
1218
+ "label": "Error expression",
1219
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1220
+ "feel": "required",
1221
+ "group": "error",
1222
+ "binding": {
1223
+ "key": "errorExpression",
1224
+ "type": "zeebe:taskHeader"
1225
+ },
1226
+ "type": "Text"
1227
+ },
1228
+ {
1229
+ "id": "retryCount",
1230
+ "label": "Retries",
1231
+ "description": "Number of retries",
1232
+ "value": "3",
1233
+ "feel": "optional",
1234
+ "group": "retries",
1235
+ "binding": {
1236
+ "property": "retries",
1237
+ "type": "zeebe:taskDefinition"
1238
+ },
1239
+ "type": "String"
1240
+ },
1241
+ {
1242
+ "id": "retryBackoff",
1243
+ "label": "Retry backoff",
1244
+ "description": "ISO-8601 duration to wait between retries",
1245
+ "value": "PT0S",
1246
+ "group": "retries",
1247
+ "binding": {
1248
+ "key": "retryBackoff",
1249
+ "type": "zeebe:taskHeader"
1250
+ },
1251
+ "type": "String"
1252
+ }
1253
+ ],
1254
+ "icon": {
1255
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
1256
+ }
1257
+ },
1258
+ {
1259
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1260
+ "name": "SendGrid Outbound Connector",
1261
+ "id": "io.camunda.connectors.SendGrid.v2",
1262
+ "description": "Send an email via SendGrid",
1263
+ "keywords": [
1264
+ "send email",
1265
+ "email notification",
1266
+ "transactional email",
1267
+ "marketing email",
1268
+ "email campaign",
1269
+ "email delivery",
1270
+ "dynamic template",
1271
+ "email template"
1272
+ ],
1273
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
1274
+ "version": 5,
1275
+ "category": {
1276
+ "id": "connectors",
1277
+ "name": "Connectors"
1278
+ },
1279
+ "appliesTo": ["bpmn:Task"],
1280
+ "elementType": {
1281
+ "value": "bpmn:ServiceTask"
1282
+ },
1283
+ "engines": {
1284
+ "camunda": "^8.3"
1285
+ },
1286
+ "groups": [
1287
+ {
1288
+ "id": "authentication",
1289
+ "label": "Authentication"
1290
+ },
1291
+ {
1292
+ "id": "sender",
1293
+ "label": "Sender"
1294
+ },
1295
+ {
1296
+ "id": "receiver",
1297
+ "label": "Receiver"
1298
+ },
1299
+ {
1300
+ "id": "content",
1301
+ "label": "Compose email"
1302
+ },
1303
+ {
1304
+ "id": "connector",
1305
+ "label": "Connector"
1306
+ },
1307
+ {
1308
+ "id": "output",
1309
+ "label": "Output mapping"
1310
+ },
1311
+ {
1312
+ "id": "error",
1313
+ "label": "Error handling"
1314
+ },
1315
+ {
1316
+ "id": "retries",
1317
+ "label": "Retries"
1318
+ }
1319
+ ],
1320
+ "properties": [
1321
+ {
1322
+ "value": "io.camunda:sendgrid:1",
1323
+ "binding": {
1324
+ "property": "type",
1325
+ "type": "zeebe:taskDefinition"
1326
+ },
1327
+ "type": "Hidden"
1328
+ },
1329
+ {
1330
+ "id": "apiKey",
1331
+ "label": "SendGrid API key",
1332
+ "optional": false,
1333
+ "constraints": {
1334
+ "notEmpty": true
1335
+ },
1336
+ "feel": "optional",
1337
+ "group": "authentication",
1338
+ "binding": {
1339
+ "name": "apiKey",
1340
+ "type": "zeebe:input"
1341
+ },
1342
+ "type": "String"
1343
+ },
1344
+ {
1345
+ "id": "from.name",
1346
+ "label": "Name",
1347
+ "optional": false,
1348
+ "constraints": {
1349
+ "notEmpty": true
1350
+ },
1351
+ "feel": "optional",
1352
+ "group": "sender",
1353
+ "binding": {
1354
+ "name": "from.name",
1355
+ "type": "zeebe:input"
1356
+ },
1357
+ "type": "String"
1358
+ },
1359
+ {
1360
+ "id": "from.email",
1361
+ "label": "Email address",
1362
+ "optional": false,
1363
+ "constraints": {
1364
+ "notEmpty": true
1365
+ },
1366
+ "feel": "optional",
1367
+ "group": "sender",
1368
+ "binding": {
1369
+ "name": "from.email",
1370
+ "type": "zeebe:input"
1371
+ },
1372
+ "type": "String"
1373
+ },
1374
+ {
1375
+ "id": "to.name",
1376
+ "label": "Name",
1377
+ "optional": false,
1378
+ "constraints": {
1379
+ "notEmpty": true
1380
+ },
1381
+ "feel": "optional",
1382
+ "group": "receiver",
1383
+ "binding": {
1384
+ "name": "to.name",
1385
+ "type": "zeebe:input"
1386
+ },
1387
+ "type": "String"
1388
+ },
1389
+ {
1390
+ "id": "to.email",
1391
+ "label": "Email address",
1392
+ "optional": false,
1393
+ "constraints": {
1394
+ "notEmpty": true
1395
+ },
1396
+ "feel": "optional",
1397
+ "group": "receiver",
1398
+ "binding": {
1399
+ "name": "to.email",
1400
+ "type": "zeebe:input"
1401
+ },
1402
+ "type": "String"
1403
+ },
1404
+ {
1405
+ "id": "unMappedFieldNotUseInModel.mailType",
1406
+ "label": "Mail contents",
1407
+ "optional": false,
1408
+ "group": "content",
1409
+ "binding": {
1410
+ "name": "unMappedFieldNotUseInModel.mailType",
1411
+ "type": "zeebe:input"
1412
+ },
1413
+ "type": "Dropdown",
1414
+ "choices": [
1415
+ {
1416
+ "name": "Simple (no dynamic template)",
1417
+ "value": "mail"
1418
+ },
1419
+ {
1420
+ "name": "Using dynamic template",
1421
+ "value": "byTemplate"
1422
+ }
1423
+ ]
1424
+ },
1425
+ {
1426
+ "id": "template.id",
1427
+ "label": "Template ID",
1428
+ "optional": false,
1429
+ "constraints": {
1430
+ "notEmpty": true
1431
+ },
1432
+ "feel": "optional",
1433
+ "group": "content",
1434
+ "binding": {
1435
+ "name": "template.id",
1436
+ "type": "zeebe:input"
1437
+ },
1438
+ "condition": {
1439
+ "property": "unMappedFieldNotUseInModel.mailType",
1440
+ "equals": "byTemplate",
1441
+ "type": "simple"
1442
+ },
1443
+ "type": "String"
1444
+ },
1445
+ {
1446
+ "id": "template.data",
1447
+ "label": "Template data",
1448
+ "optional": false,
1449
+ "constraints": {
1450
+ "notEmpty": true
1451
+ },
1452
+ "feel": "required",
1453
+ "group": "content",
1454
+ "binding": {
1455
+ "name": "template.data",
1456
+ "type": "zeebe:input"
1457
+ },
1458
+ "condition": {
1459
+ "property": "unMappedFieldNotUseInModel.mailType",
1460
+ "equals": "byTemplate",
1461
+ "type": "simple"
1462
+ },
1463
+ "type": "String"
605
1464
  },
606
1465
  {
607
- "label": "SendGrid API Key",
608
- "group": "sendgrid",
609
- "type": "String",
1466
+ "id": "content.subject",
1467
+ "label": "Subject",
1468
+ "optional": false,
1469
+ "constraints": {
1470
+ "notEmpty": true
1471
+ },
610
1472
  "feel": "optional",
1473
+ "group": "content",
611
1474
  "binding": {
612
- "type": "zeebe:input",
613
- "name": "apiKey"
1475
+ "name": "content.subject",
1476
+ "type": "zeebe:input"
614
1477
  },
615
- "constraints": {
616
- "notEmpty": true
617
- }
1478
+ "condition": {
1479
+ "property": "unMappedFieldNotUseInModel.mailType",
1480
+ "equals": "mail",
1481
+ "type": "simple"
1482
+ },
1483
+ "type": "String"
618
1484
  },
619
1485
  {
620
- "label": "Name",
621
- "group": "sender",
622
- "type": "String",
1486
+ "id": "content.type",
1487
+ "label": "Content type",
1488
+ "optional": false,
1489
+ "value": "text/plain",
1490
+ "constraints": {
1491
+ "notEmpty": true
1492
+ },
623
1493
  "feel": "optional",
1494
+ "group": "content",
624
1495
  "binding": {
625
- "type": "zeebe:input",
626
- "name": "from.name"
1496
+ "name": "content.type",
1497
+ "type": "zeebe:input"
1498
+ },
1499
+ "condition": {
1500
+ "property": "unMappedFieldNotUseInModel.mailType",
1501
+ "equals": "mail",
1502
+ "type": "simple"
627
1503
  },
1504
+ "type": "String"
1505
+ },
1506
+ {
1507
+ "id": "content.value",
1508
+ "label": "Body",
1509
+ "optional": false,
628
1510
  "constraints": {
629
1511
  "notEmpty": true
630
- }
1512
+ },
1513
+ "feel": "optional",
1514
+ "group": "content",
1515
+ "binding": {
1516
+ "name": "content.value",
1517
+ "type": "zeebe:input"
1518
+ },
1519
+ "condition": {
1520
+ "property": "unMappedFieldNotUseInModel.mailType",
1521
+ "equals": "mail",
1522
+ "type": "simple"
1523
+ },
1524
+ "type": "Text"
631
1525
  },
632
1526
  {
633
- "label": "Email Address",
634
- "group": "sender",
635
- "type": "String",
636
- "feel": "optional",
1527
+ "id": "attachments",
1528
+ "label": "attachments",
1529
+ "description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
1530
+ "optional": true,
1531
+ "feel": "required",
1532
+ "group": "content",
637
1533
  "binding": {
638
- "type": "zeebe:input",
639
- "name": "from.email"
1534
+ "name": "attachments",
1535
+ "type": "zeebe:input"
640
1536
  },
641
- "constraints": {
642
- "notEmpty": true
643
- }
1537
+ "type": "String"
644
1538
  },
645
1539
  {
646
- "label": "Name",
647
- "group": "receiver",
648
- "type": "String",
649
- "feel": "optional",
1540
+ "id": "version",
1541
+ "label": "Version",
1542
+ "description": "Version of the element template",
1543
+ "value": "5",
1544
+ "group": "connector",
650
1545
  "binding": {
651
- "type": "zeebe:input",
652
- "name": "to.name"
1546
+ "key": "elementTemplateVersion",
1547
+ "type": "zeebe:taskHeader"
653
1548
  },
654
- "constraints": {
655
- "notEmpty": true
656
- }
1549
+ "type": "Hidden"
657
1550
  },
658
1551
  {
659
- "label": "Email Address",
660
- "group": "receiver",
661
- "type": "String",
662
- "feel": "optional",
1552
+ "id": "id",
1553
+ "label": "ID",
1554
+ "description": "ID of the element template",
1555
+ "value": "io.camunda.connectors.SendGrid.v2",
1556
+ "group": "connector",
663
1557
  "binding": {
664
- "type": "zeebe:input",
665
- "name": "to.email"
1558
+ "key": "elementTemplateId",
1559
+ "type": "zeebe:taskHeader"
666
1560
  },
667
- "constraints": {
668
- "notEmpty": true
669
- }
1561
+ "type": "Hidden"
670
1562
  },
671
1563
  {
672
- "label": "Template ID",
673
- "group": "template",
674
- "type": "String",
675
- "feel": "optional",
1564
+ "id": "resultVariable",
1565
+ "label": "Result variable",
1566
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
1567
+ "group": "output",
676
1568
  "binding": {
677
- "type": "zeebe:input",
678
- "name": "template.id"
1569
+ "key": "resultVariable",
1570
+ "type": "zeebe:taskHeader"
679
1571
  },
680
- "constraints": {
681
- "notEmpty": true
682
- }
1572
+ "type": "String"
683
1573
  },
684
1574
  {
685
- "label": "Template Data",
686
- "group": "template",
687
- "type": "Text",
1575
+ "id": "resultExpression",
1576
+ "label": "Result expression",
1577
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
688
1578
  "feel": "required",
1579
+ "group": "output",
689
1580
  "binding": {
690
- "type": "zeebe:input",
691
- "name": "template.data"
1581
+ "key": "resultExpression",
1582
+ "type": "zeebe:taskHeader"
692
1583
  },
693
- "constraints": {
694
- "notEmpty": true
695
- }
1584
+ "type": "Text"
1585
+ },
1586
+ {
1587
+ "id": "errorExpression",
1588
+ "label": "Error expression",
1589
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1590
+ "feel": "required",
1591
+ "group": "error",
1592
+ "binding": {
1593
+ "key": "errorExpression",
1594
+ "type": "zeebe:taskHeader"
1595
+ },
1596
+ "type": "Text"
1597
+ },
1598
+ {
1599
+ "id": "retryCount",
1600
+ "label": "Retries",
1601
+ "description": "Number of retries",
1602
+ "value": "3",
1603
+ "feel": "optional",
1604
+ "group": "retries",
1605
+ "binding": {
1606
+ "property": "retries",
1607
+ "type": "zeebe:taskDefinition"
1608
+ },
1609
+ "type": "String"
1610
+ },
1611
+ {
1612
+ "id": "retryBackoff",
1613
+ "label": "Retry backoff",
1614
+ "description": "ISO-8601 duration to wait between retries",
1615
+ "value": "PT0S",
1616
+ "group": "retries",
1617
+ "binding": {
1618
+ "key": "retryBackoff",
1619
+ "type": "zeebe:taskHeader"
1620
+ },
1621
+ "type": "String"
696
1622
  }
697
- ]
1623
+ ],
1624
+ "icon": {
1625
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
1626
+ }
698
1627
  },
699
1628
  {
700
1629
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
@@ -853,14 +1782,17 @@
853
1782
  },
854
1783
  {
855
1784
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
856
- "name": "SendGrid Outbound Connector",
857
- "id": "io.camunda.connectors.SendGrid.v2",
858
- "version": 2,
859
- "description": "Send an email via SendGrid",
860
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
1785
+ "name": "SendGrid: Send Email via Template",
1786
+ "id": "io.camunda.connectors.SendGrid.v1.template",
1787
+ "description": "[Deprecated]: Replace with 'SendGrid Connector' template.",
1788
+ "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/sendgrid/",
861
1789
  "icon": {
862
1790
  "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
863
1791
  },
1792
+ "deprecated": {
1793
+ "message": "Replace with 'SendGrid Connector' template.",
1794
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
1795
+ },
864
1796
  "category": {
865
1797
  "id": "connectors",
866
1798
  "name": "Connectors"
@@ -871,8 +1803,8 @@
871
1803
  },
872
1804
  "groups": [
873
1805
  {
874
- "id": "authentication",
875
- "label": "Authentication"
1806
+ "id": "sendgrid",
1807
+ "label": "SendGrid API"
876
1808
  },
877
1809
  {
878
1810
  "id": "sender",
@@ -883,12 +1815,8 @@
883
1815
  "label": "Receiver"
884
1816
  },
885
1817
  {
886
- "id": "content",
887
- "label": "Compose email"
888
- },
889
- {
890
- "id": "errors",
891
- "label": "Error handling"
1818
+ "id": "template",
1819
+ "label": "Dynamic Email Template"
892
1820
  }
893
1821
  ],
894
1822
  "properties": [
@@ -897,149 +1825,77 @@
897
1825
  "value": "io.camunda:sendgrid:1",
898
1826
  "binding": {
899
1827
  "type": "zeebe:taskDefinition",
900
- "property": "type"
901
- }
902
- },
903
- {
904
- "label": "SendGrid API key",
905
- "group": "authentication",
906
- "type": "String",
907
- "feel": "optional",
908
- "binding": {
909
- "type": "zeebe:input",
910
- "name": "apiKey"
911
- },
912
- "constraints": {
913
- "notEmpty": true
914
- }
915
- },
916
- {
917
- "label": "Name",
918
- "group": "sender",
919
- "type": "String",
920
- "feel": "optional",
921
- "binding": {
922
- "type": "zeebe:input",
923
- "name": "from.name"
924
- },
925
- "constraints": {
926
- "notEmpty": true
927
- }
928
- },
929
- {
930
- "label": "Email address",
931
- "group": "sender",
932
- "type": "String",
933
- "feel": "optional",
934
- "binding": {
935
- "type": "zeebe:input",
936
- "name": "from.email"
937
- },
938
- "constraints": {
939
- "notEmpty": true
1828
+ "property": "type"
940
1829
  }
941
1830
  },
942
1831
  {
943
- "label": "Name",
944
- "group": "receiver",
1832
+ "label": "SendGrid API Key",
1833
+ "group": "sendgrid",
945
1834
  "type": "String",
946
1835
  "feel": "optional",
947
1836
  "binding": {
948
1837
  "type": "zeebe:input",
949
- "name": "to.name"
1838
+ "name": "apiKey"
950
1839
  },
951
1840
  "constraints": {
952
1841
  "notEmpty": true
953
1842
  }
954
1843
  },
955
1844
  {
956
- "label": "Email address",
957
- "group": "receiver",
1845
+ "label": "Name",
1846
+ "group": "sender",
958
1847
  "type": "String",
959
1848
  "feel": "optional",
960
1849
  "binding": {
961
1850
  "type": "zeebe:input",
962
- "name": "to.email"
1851
+ "name": "from.name"
963
1852
  },
964
1853
  "constraints": {
965
1854
  "notEmpty": true
966
1855
  }
967
1856
  },
968
1857
  {
969
- "id": "mailType",
970
- "group": "content",
971
- "value": "mail",
972
- "type": "Dropdown",
973
- "choices": [
974
- {
975
- "name": "Simple (no dynamic template)",
976
- "value": "mail"
977
- },
978
- {
979
- "name": "Using dynamic template",
980
- "value": "byTemplate"
981
- }
982
- ],
983
- "binding": {
984
- "type": "zeebe:input",
985
- "name": "unMappedFieldNotUseInModel.mailType"
986
- }
987
- },
988
- {
989
- "label": "Subject",
990
- "group": "content",
1858
+ "label": "Email Address",
1859
+ "group": "sender",
991
1860
  "type": "String",
992
1861
  "feel": "optional",
993
1862
  "binding": {
994
1863
  "type": "zeebe:input",
995
- "name": "content.subject"
1864
+ "name": "from.email"
996
1865
  },
997
1866
  "constraints": {
998
1867
  "notEmpty": true
999
- },
1000
- "condition": {
1001
- "property": "mailType",
1002
- "equals": "mail"
1003
1868
  }
1004
1869
  },
1005
1870
  {
1006
- "label": "Content type",
1007
- "group": "content",
1871
+ "label": "Name",
1872
+ "group": "receiver",
1008
1873
  "type": "String",
1009
1874
  "feel": "optional",
1010
- "value": "text/plain",
1011
1875
  "binding": {
1012
1876
  "type": "zeebe:input",
1013
- "name": "content.type"
1877
+ "name": "to.name"
1014
1878
  },
1015
1879
  "constraints": {
1016
1880
  "notEmpty": true
1017
- },
1018
- "condition": {
1019
- "property": "mailType",
1020
- "equals": "mail"
1021
1881
  }
1022
1882
  },
1023
1883
  {
1024
- "label": "Body",
1025
- "group": "content",
1026
- "type": "Text",
1884
+ "label": "Email Address",
1885
+ "group": "receiver",
1886
+ "type": "String",
1027
1887
  "feel": "optional",
1028
1888
  "binding": {
1029
1889
  "type": "zeebe:input",
1030
- "name": "content.value"
1890
+ "name": "to.email"
1031
1891
  },
1032
1892
  "constraints": {
1033
1893
  "notEmpty": true
1034
- },
1035
- "condition": {
1036
- "property": "mailType",
1037
- "equals": "mail"
1038
1894
  }
1039
1895
  },
1040
1896
  {
1041
1897
  "label": "Template ID",
1042
- "group": "content",
1898
+ "group": "template",
1043
1899
  "type": "String",
1044
1900
  "feel": "optional",
1045
1901
  "binding": {
@@ -1048,15 +1904,11 @@
1048
1904
  },
1049
1905
  "constraints": {
1050
1906
  "notEmpty": true
1051
- },
1052
- "condition": {
1053
- "property": "mailType",
1054
- "equals": "byTemplate"
1055
1907
  }
1056
1908
  },
1057
1909
  {
1058
- "label": "Template data",
1059
- "group": "content",
1910
+ "label": "Template Data",
1911
+ "group": "template",
1060
1912
  "type": "Text",
1061
1913
  "feel": "required",
1062
1914
  "binding": {
@@ -1065,27 +1917,9 @@
1065
1917
  },
1066
1918
  "constraints": {
1067
1919
  "notEmpty": true
1068
- },
1069
- "condition": {
1070
- "property": "mailType",
1071
- "equals": "byTemplate"
1072
- }
1073
- },
1074
- {
1075
- "label": "Error expression",
1076
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1077
- "group": "errors",
1078
- "type": "Text",
1079
- "feel": "required",
1080
- "binding": {
1081
- "type": "zeebe:taskHeader",
1082
- "key": "errorExpression"
1083
1920
  }
1084
1921
  }
1085
- ],
1086
- "engines": {
1087
- "camunda": "^8.2"
1088
- }
1922
+ ]
1089
1923
  },
1090
1924
  {
1091
1925
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
@@ -1327,12 +2161,12 @@
1327
2161
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1328
2162
  "name": "SendGrid Outbound Connector",
1329
2163
  "id": "io.camunda.connectors.SendGrid.v2",
2164
+ "version": 2,
1330
2165
  "description": "Send an email via SendGrid",
1331
- "metadata": {
1332
- "keywords": []
1333
- },
1334
2166
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
1335
- "version": 4,
2167
+ "icon": {
2168
+ "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
2169
+ },
1336
2170
  "category": {
1337
2171
  "id": "connectors",
1338
2172
  "name": "Connectors"
@@ -1341,9 +2175,6 @@
1341
2175
  "elementType": {
1342
2176
  "value": "bpmn:ServiceTask"
1343
2177
  },
1344
- "engines": {
1345
- "camunda": "^8.3"
1346
- },
1347
2178
  "groups": [
1348
2179
  {
1349
2180
  "id": "authentication",
@@ -1362,111 +2193,88 @@
1362
2193
  "label": "Compose email"
1363
2194
  },
1364
2195
  {
1365
- "id": "output",
1366
- "label": "Output mapping"
1367
- },
1368
- {
1369
- "id": "error",
2196
+ "id": "errors",
1370
2197
  "label": "Error handling"
1371
- },
1372
- {
1373
- "id": "retries",
1374
- "label": "Retries"
1375
2198
  }
1376
2199
  ],
1377
2200
  "properties": [
1378
2201
  {
2202
+ "type": "Hidden",
1379
2203
  "value": "io.camunda:sendgrid:1",
1380
2204
  "binding": {
1381
- "property": "type",
1382
- "type": "zeebe:taskDefinition"
1383
- },
1384
- "type": "Hidden"
2205
+ "type": "zeebe:taskDefinition",
2206
+ "property": "type"
2207
+ }
1385
2208
  },
1386
2209
  {
1387
- "id": "apiKey",
1388
2210
  "label": "SendGrid API key",
1389
- "optional": false,
1390
- "constraints": {
1391
- "notEmpty": true
1392
- },
1393
- "feel": "optional",
1394
2211
  "group": "authentication",
2212
+ "type": "String",
2213
+ "feel": "optional",
1395
2214
  "binding": {
1396
- "name": "apiKey",
1397
- "type": "zeebe:input"
2215
+ "type": "zeebe:input",
2216
+ "name": "apiKey"
1398
2217
  },
1399
- "type": "String"
2218
+ "constraints": {
2219
+ "notEmpty": true
2220
+ }
1400
2221
  },
1401
2222
  {
1402
- "id": "from.name",
1403
2223
  "label": "Name",
1404
- "optional": false,
1405
- "constraints": {
1406
- "notEmpty": true
1407
- },
1408
- "feel": "optional",
1409
2224
  "group": "sender",
2225
+ "type": "String",
2226
+ "feel": "optional",
1410
2227
  "binding": {
1411
- "name": "from.name",
1412
- "type": "zeebe:input"
2228
+ "type": "zeebe:input",
2229
+ "name": "from.name"
1413
2230
  },
1414
- "type": "String"
2231
+ "constraints": {
2232
+ "notEmpty": true
2233
+ }
1415
2234
  },
1416
2235
  {
1417
- "id": "from.email",
1418
2236
  "label": "Email address",
1419
- "optional": false,
1420
- "constraints": {
1421
- "notEmpty": true
1422
- },
1423
- "feel": "optional",
1424
2237
  "group": "sender",
2238
+ "type": "String",
2239
+ "feel": "optional",
1425
2240
  "binding": {
1426
- "name": "from.email",
1427
- "type": "zeebe:input"
2241
+ "type": "zeebe:input",
2242
+ "name": "from.email"
1428
2243
  },
1429
- "type": "String"
2244
+ "constraints": {
2245
+ "notEmpty": true
2246
+ }
1430
2247
  },
1431
2248
  {
1432
- "id": "to.name",
1433
2249
  "label": "Name",
1434
- "optional": false,
1435
- "constraints": {
1436
- "notEmpty": true
1437
- },
1438
- "feel": "optional",
1439
2250
  "group": "receiver",
2251
+ "type": "String",
2252
+ "feel": "optional",
1440
2253
  "binding": {
1441
- "name": "to.name",
1442
- "type": "zeebe:input"
2254
+ "type": "zeebe:input",
2255
+ "name": "to.name"
1443
2256
  },
1444
- "type": "String"
2257
+ "constraints": {
2258
+ "notEmpty": true
2259
+ }
1445
2260
  },
1446
2261
  {
1447
- "id": "to.email",
1448
2262
  "label": "Email address",
1449
- "optional": false,
1450
- "constraints": {
1451
- "notEmpty": true
1452
- },
1453
- "feel": "optional",
1454
2263
  "group": "receiver",
2264
+ "type": "String",
2265
+ "feel": "optional",
1455
2266
  "binding": {
1456
- "name": "to.email",
1457
- "type": "zeebe:input"
2267
+ "type": "zeebe:input",
2268
+ "name": "to.email"
1458
2269
  },
1459
- "type": "String"
2270
+ "constraints": {
2271
+ "notEmpty": true
2272
+ }
1460
2273
  },
1461
2274
  {
1462
- "id": "unMappedFieldNotUseInModel.mailType",
1463
- "label": "Mail contents",
1464
- "optional": false,
2275
+ "id": "mailType",
1465
2276
  "group": "content",
1466
- "binding": {
1467
- "name": "unMappedFieldNotUseInModel.mailType",
1468
- "type": "zeebe:input"
1469
- },
2277
+ "value": "mail",
1470
2278
  "type": "Dropdown",
1471
2279
  "choices": [
1472
2280
  {
@@ -1476,198 +2284,125 @@
1476
2284
  {
1477
2285
  "name": "Using dynamic template",
1478
2286
  "value": "byTemplate"
1479
- }
1480
- ]
1481
- },
1482
- {
1483
- "id": "template.id",
1484
- "label": "Template ID",
1485
- "optional": false,
1486
- "constraints": {
1487
- "notEmpty": true
1488
- },
1489
- "feel": "optional",
1490
- "group": "content",
1491
- "binding": {
1492
- "name": "template.id",
1493
- "type": "zeebe:input"
1494
- },
1495
- "condition": {
1496
- "property": "unMappedFieldNotUseInModel.mailType",
1497
- "equals": "byTemplate",
1498
- "type": "simple"
1499
- },
1500
- "type": "String"
1501
- },
1502
- {
1503
- "id": "template.data",
1504
- "label": "Template data",
1505
- "optional": false,
1506
- "constraints": {
1507
- "notEmpty": true
1508
- },
1509
- "feel": "required",
1510
- "group": "content",
1511
- "binding": {
1512
- "name": "template.data",
1513
- "type": "zeebe:input"
1514
- },
1515
- "condition": {
1516
- "property": "unMappedFieldNotUseInModel.mailType",
1517
- "equals": "byTemplate",
1518
- "type": "simple"
1519
- },
1520
- "type": "String"
2287
+ }
2288
+ ],
2289
+ "binding": {
2290
+ "type": "zeebe:input",
2291
+ "name": "unMappedFieldNotUseInModel.mailType"
2292
+ }
1521
2293
  },
1522
2294
  {
1523
- "id": "content.subject",
1524
2295
  "label": "Subject",
1525
- "optional": false,
1526
- "constraints": {
1527
- "notEmpty": true
1528
- },
1529
- "feel": "optional",
1530
2296
  "group": "content",
2297
+ "type": "String",
2298
+ "feel": "optional",
1531
2299
  "binding": {
1532
- "name": "content.subject",
1533
- "type": "zeebe:input"
2300
+ "type": "zeebe:input",
2301
+ "name": "content.subject"
1534
2302
  },
1535
- "condition": {
1536
- "property": "unMappedFieldNotUseInModel.mailType",
1537
- "equals": "mail",
1538
- "type": "simple"
2303
+ "constraints": {
2304
+ "notEmpty": true
1539
2305
  },
1540
- "type": "String"
2306
+ "condition": {
2307
+ "property": "mailType",
2308
+ "equals": "mail"
2309
+ }
1541
2310
  },
1542
2311
  {
1543
- "id": "content.type",
1544
2312
  "label": "Content type",
1545
- "optional": false,
2313
+ "group": "content",
2314
+ "type": "String",
2315
+ "feel": "optional",
1546
2316
  "value": "text/plain",
2317
+ "binding": {
2318
+ "type": "zeebe:input",
2319
+ "name": "content.type"
2320
+ },
1547
2321
  "constraints": {
1548
2322
  "notEmpty": true
1549
2323
  },
1550
- "feel": "optional",
1551
- "group": "content",
1552
- "binding": {
1553
- "name": "content.type",
1554
- "type": "zeebe:input"
1555
- },
1556
2324
  "condition": {
1557
- "property": "unMappedFieldNotUseInModel.mailType",
1558
- "equals": "mail",
1559
- "type": "simple"
1560
- },
1561
- "type": "String"
2325
+ "property": "mailType",
2326
+ "equals": "mail"
2327
+ }
1562
2328
  },
1563
2329
  {
1564
- "id": "content.value",
1565
2330
  "label": "Body",
1566
- "optional": false,
1567
- "constraints": {
1568
- "notEmpty": true
1569
- },
1570
- "feel": "optional",
1571
2331
  "group": "content",
2332
+ "type": "Text",
2333
+ "feel": "optional",
1572
2334
  "binding": {
1573
- "name": "content.value",
1574
- "type": "zeebe:input"
2335
+ "type": "zeebe:input",
2336
+ "name": "content.value"
1575
2337
  },
1576
- "condition": {
1577
- "property": "unMappedFieldNotUseInModel.mailType",
1578
- "equals": "mail",
1579
- "type": "simple"
2338
+ "constraints": {
2339
+ "notEmpty": true
1580
2340
  },
1581
- "type": "Text"
2341
+ "condition": {
2342
+ "property": "mailType",
2343
+ "equals": "mail"
2344
+ }
1582
2345
  },
1583
2346
  {
1584
- "id": "attachments",
1585
- "label": "attachments",
1586
- "description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
1587
- "optional": true,
1588
- "feel": "required",
2347
+ "label": "Template ID",
1589
2348
  "group": "content",
2349
+ "type": "String",
2350
+ "feel": "optional",
1590
2351
  "binding": {
1591
- "name": "attachments",
1592
- "type": "zeebe:input"
2352
+ "type": "zeebe:input",
2353
+ "name": "template.id"
1593
2354
  },
1594
- "type": "String"
1595
- },
1596
- {
1597
- "id": "resultVariable",
1598
- "label": "Result variable",
1599
- "description": "Name of variable to store the response in",
1600
- "group": "output",
1601
- "binding": {
1602
- "key": "resultVariable",
1603
- "type": "zeebe:taskHeader"
2355
+ "constraints": {
2356
+ "notEmpty": true
1604
2357
  },
1605
- "type": "String"
2358
+ "condition": {
2359
+ "property": "mailType",
2360
+ "equals": "byTemplate"
2361
+ }
1606
2362
  },
1607
2363
  {
1608
- "id": "resultExpression",
1609
- "label": "Result expression",
1610
- "description": "Expression to map the response into process variables",
2364
+ "label": "Template data",
2365
+ "group": "content",
2366
+ "type": "Text",
1611
2367
  "feel": "required",
1612
- "group": "output",
1613
2368
  "binding": {
1614
- "key": "resultExpression",
1615
- "type": "zeebe:taskHeader"
2369
+ "type": "zeebe:input",
2370
+ "name": "template.data"
1616
2371
  },
1617
- "type": "Text"
2372
+ "constraints": {
2373
+ "notEmpty": true
2374
+ },
2375
+ "condition": {
2376
+ "property": "mailType",
2377
+ "equals": "byTemplate"
2378
+ }
1618
2379
  },
1619
2380
  {
1620
- "id": "errorExpression",
1621
2381
  "label": "Error expression",
1622
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2382
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
2383
+ "group": "errors",
2384
+ "type": "Text",
1623
2385
  "feel": "required",
1624
- "group": "error",
1625
- "binding": {
1626
- "key": "errorExpression",
1627
- "type": "zeebe:taskHeader"
1628
- },
1629
- "type": "Text"
1630
- },
1631
- {
1632
- "id": "retryCount",
1633
- "label": "Retries",
1634
- "description": "Number of retries",
1635
- "value": "3",
1636
- "feel": "optional",
1637
- "group": "retries",
1638
- "binding": {
1639
- "property": "retries",
1640
- "type": "zeebe:taskDefinition"
1641
- },
1642
- "type": "String"
1643
- },
1644
- {
1645
- "id": "retryBackoff",
1646
- "label": "Retry backoff",
1647
- "description": "ISO-8601 duration to wait between retries",
1648
- "value": "PT0S",
1649
- "group": "retries",
1650
2386
  "binding": {
1651
- "key": "retryBackoff",
1652
- "type": "zeebe:taskHeader"
1653
- },
1654
- "type": "String"
2387
+ "type": "zeebe:taskHeader",
2388
+ "key": "errorExpression"
2389
+ }
1655
2390
  }
1656
2391
  ],
1657
- "icon": {
1658
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
2392
+ "engines": {
2393
+ "camunda": "^8.2"
1659
2394
  }
1660
2395
  },
1661
2396
  {
1662
2397
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1663
- "name": "SendGrid Outbound Connector",
2398
+ "name": "SendGrid connector",
1664
2399
  "id": "io.camunda.connectors.SendGrid.v2",
2400
+ "version": 1,
1665
2401
  "description": "Send an email via SendGrid",
1666
- "metadata": {
1667
- "keywords": []
1668
- },
1669
2402
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
1670
- "version": 5,
2403
+ "icon": {
2404
+ "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
2405
+ },
1671
2406
  "category": {
1672
2407
  "id": "connectors",
1673
2408
  "name": "Connectors"
@@ -1676,9 +2411,6 @@
1676
2411
  "elementType": {
1677
2412
  "value": "bpmn:ServiceTask"
1678
2413
  },
1679
- "engines": {
1680
- "camunda": "^8.3"
1681
- },
1682
2414
  "groups": [
1683
2415
  {
1684
2416
  "id": "authentication",
@@ -1697,115 +2429,88 @@
1697
2429
  "label": "Compose email"
1698
2430
  },
1699
2431
  {
1700
- "id": "connector",
1701
- "label": "Connector"
1702
- },
1703
- {
1704
- "id": "output",
1705
- "label": "Output mapping"
1706
- },
1707
- {
1708
- "id": "error",
2432
+ "id": "errors",
1709
2433
  "label": "Error handling"
1710
- },
1711
- {
1712
- "id": "retries",
1713
- "label": "Retries"
1714
2434
  }
1715
2435
  ],
1716
2436
  "properties": [
1717
2437
  {
2438
+ "type": "Hidden",
1718
2439
  "value": "io.camunda:sendgrid:1",
1719
2440
  "binding": {
1720
- "property": "type",
1721
- "type": "zeebe:taskDefinition"
1722
- },
1723
- "type": "Hidden"
2441
+ "type": "zeebe:taskDefinition",
2442
+ "property": "type"
2443
+ }
1724
2444
  },
1725
2445
  {
1726
- "id": "apiKey",
1727
2446
  "label": "SendGrid API key",
1728
- "optional": false,
1729
- "constraints": {
1730
- "notEmpty": true
1731
- },
1732
- "feel": "optional",
1733
2447
  "group": "authentication",
2448
+ "type": "String",
2449
+ "feel": "optional",
1734
2450
  "binding": {
1735
- "name": "apiKey",
1736
- "type": "zeebe:input"
2451
+ "type": "zeebe:input",
2452
+ "name": "apiKey"
1737
2453
  },
1738
- "type": "String"
2454
+ "constraints": {
2455
+ "notEmpty": true
2456
+ }
1739
2457
  },
1740
2458
  {
1741
- "id": "from.name",
1742
2459
  "label": "Name",
1743
- "optional": false,
1744
- "constraints": {
1745
- "notEmpty": true
1746
- },
1747
- "feel": "optional",
1748
2460
  "group": "sender",
2461
+ "type": "String",
2462
+ "feel": "optional",
1749
2463
  "binding": {
1750
- "name": "from.name",
1751
- "type": "zeebe:input"
2464
+ "type": "zeebe:input",
2465
+ "name": "from.name"
1752
2466
  },
1753
- "type": "String"
2467
+ "constraints": {
2468
+ "notEmpty": true
2469
+ }
1754
2470
  },
1755
2471
  {
1756
- "id": "from.email",
1757
2472
  "label": "Email address",
1758
- "optional": false,
1759
- "constraints": {
1760
- "notEmpty": true
1761
- },
1762
- "feel": "optional",
1763
2473
  "group": "sender",
2474
+ "type": "String",
2475
+ "feel": "optional",
1764
2476
  "binding": {
1765
- "name": "from.email",
1766
- "type": "zeebe:input"
2477
+ "type": "zeebe:input",
2478
+ "name": "from.email"
1767
2479
  },
1768
- "type": "String"
2480
+ "constraints": {
2481
+ "notEmpty": true
2482
+ }
1769
2483
  },
1770
2484
  {
1771
- "id": "to.name",
1772
2485
  "label": "Name",
1773
- "optional": false,
1774
- "constraints": {
1775
- "notEmpty": true
1776
- },
1777
- "feel": "optional",
1778
2486
  "group": "receiver",
2487
+ "type": "String",
2488
+ "feel": "optional",
1779
2489
  "binding": {
1780
- "name": "to.name",
1781
- "type": "zeebe:input"
2490
+ "type": "zeebe:input",
2491
+ "name": "to.name"
1782
2492
  },
1783
- "type": "String"
2493
+ "constraints": {
2494
+ "notEmpty": true
2495
+ }
1784
2496
  },
1785
2497
  {
1786
- "id": "to.email",
1787
2498
  "label": "Email address",
1788
- "optional": false,
1789
- "constraints": {
1790
- "notEmpty": true
1791
- },
1792
- "feel": "optional",
1793
2499
  "group": "receiver",
2500
+ "type": "String",
2501
+ "feel": "optional",
1794
2502
  "binding": {
1795
- "name": "to.email",
1796
- "type": "zeebe:input"
2503
+ "type": "zeebe:input",
2504
+ "name": "to.email"
1797
2505
  },
1798
- "type": "String"
2506
+ "constraints": {
2507
+ "notEmpty": true
2508
+ }
1799
2509
  },
1800
2510
  {
1801
- "id": "unMappedFieldNotUseInModel.mailType",
1802
- "label": "Mail contents",
1803
- "optional": false,
2511
+ "id": "mailType",
1804
2512
  "group": "content",
1805
- "binding": {
1806
- "name": "unMappedFieldNotUseInModel.mailType",
1807
- "type": "zeebe:input"
1808
- },
2513
+ "value": "mail",
1809
2514
  "type": "Dropdown",
1810
2515
  "choices": [
1811
2516
  {
@@ -1816,209 +2521,112 @@
1816
2521
  "name": "Using dynamic template",
1817
2522
  "value": "byTemplate"
1818
2523
  }
1819
- ]
1820
- },
1821
- {
1822
- "id": "template.id",
1823
- "label": "Template ID",
1824
- "optional": false,
1825
- "constraints": {
1826
- "notEmpty": true
1827
- },
1828
- "feel": "optional",
1829
- "group": "content",
2524
+ ],
1830
2525
  "binding": {
1831
- "name": "template.id",
1832
- "type": "zeebe:input"
1833
- },
1834
- "condition": {
1835
- "property": "unMappedFieldNotUseInModel.mailType",
1836
- "equals": "byTemplate",
1837
- "type": "simple"
1838
- },
1839
- "type": "String"
2526
+ "type": "zeebe:input",
2527
+ "name": "unMappedFieldNotUseInModel.mailType"
2528
+ }
1840
2529
  },
1841
2530
  {
1842
- "id": "template.data",
1843
- "label": "Template data",
1844
- "optional": false,
1845
- "constraints": {
1846
- "notEmpty": true
1847
- },
1848
- "feel": "required",
2531
+ "label": "Subject",
1849
2532
  "group": "content",
2533
+ "type": "String",
2534
+ "feel": "optional",
1850
2535
  "binding": {
1851
- "name": "template.data",
1852
- "type": "zeebe:input"
1853
- },
1854
- "condition": {
1855
- "property": "unMappedFieldNotUseInModel.mailType",
1856
- "equals": "byTemplate",
1857
- "type": "simple"
2536
+ "type": "zeebe:input",
2537
+ "name": "content.subject"
1858
2538
  },
1859
- "type": "String"
1860
- },
1861
- {
1862
- "id": "content.subject",
1863
- "label": "Subject",
1864
- "optional": false,
1865
2539
  "constraints": {
1866
2540
  "notEmpty": true
1867
2541
  },
1868
- "feel": "optional",
1869
- "group": "content",
1870
- "binding": {
1871
- "name": "content.subject",
1872
- "type": "zeebe:input"
1873
- },
1874
2542
  "condition": {
1875
- "property": "unMappedFieldNotUseInModel.mailType",
1876
- "equals": "mail",
1877
- "type": "simple"
1878
- },
1879
- "type": "String"
2543
+ "property": "mailType",
2544
+ "equals": "mail"
2545
+ }
1880
2546
  },
1881
2547
  {
1882
- "id": "content.type",
1883
2548
  "label": "Content type",
1884
- "optional": false,
1885
- "value": "text/plain",
1886
- "constraints": {
1887
- "notEmpty": true
1888
- },
1889
- "feel": "optional",
1890
2549
  "group": "content",
2550
+ "type": "String",
2551
+ "feel": "optional",
2552
+ "value": "text/plain",
1891
2553
  "binding": {
1892
- "name": "content.type",
1893
- "type": "zeebe:input"
1894
- },
1895
- "condition": {
1896
- "property": "unMappedFieldNotUseInModel.mailType",
1897
- "equals": "mail",
1898
- "type": "simple"
2554
+ "type": "zeebe:input",
2555
+ "name": "content.type"
1899
2556
  },
1900
- "type": "String"
1901
- },
1902
- {
1903
- "id": "content.value",
1904
- "label": "Body",
1905
- "optional": false,
1906
2557
  "constraints": {
1907
2558
  "notEmpty": true
1908
2559
  },
1909
- "feel": "optional",
1910
- "group": "content",
1911
- "binding": {
1912
- "name": "content.value",
1913
- "type": "zeebe:input"
1914
- },
1915
2560
  "condition": {
1916
- "property": "unMappedFieldNotUseInModel.mailType",
1917
- "equals": "mail",
1918
- "type": "simple"
1919
- },
1920
- "type": "Text"
2561
+ "property": "mailType",
2562
+ "equals": "mail"
2563
+ }
1921
2564
  },
1922
2565
  {
1923
- "id": "attachments",
1924
- "label": "attachments",
1925
- "description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
1926
- "optional": true,
1927
- "feel": "required",
2566
+ "label": "Body",
1928
2567
  "group": "content",
2568
+ "type": "Text",
2569
+ "feel": "optional",
1929
2570
  "binding": {
1930
- "name": "attachments",
1931
- "type": "zeebe:input"
2571
+ "type": "zeebe:input",
2572
+ "name": "content.value"
1932
2573
  },
1933
- "type": "String"
1934
- },
1935
- {
1936
- "id": "version",
1937
- "label": "Version",
1938
- "description": "Version of the element template",
1939
- "value": "5",
1940
- "group": "connector",
1941
- "binding": {
1942
- "key": "elementTemplateVersion",
1943
- "type": "zeebe:taskHeader"
2574
+ "constraints": {
2575
+ "notEmpty": true
1944
2576
  },
1945
- "type": "Hidden"
2577
+ "condition": {
2578
+ "property": "mailType",
2579
+ "equals": "mail"
2580
+ }
1946
2581
  },
1947
2582
  {
1948
- "id": "id",
1949
- "label": "ID",
1950
- "description": "ID of the element template",
1951
- "value": "io.camunda.connectors.SendGrid.v2",
1952
- "group": "connector",
2583
+ "label": "Template ID",
2584
+ "group": "content",
2585
+ "type": "String",
2586
+ "feel": "optional",
1953
2587
  "binding": {
1954
- "key": "elementTemplateId",
1955
- "type": "zeebe:taskHeader"
2588
+ "type": "zeebe:input",
2589
+ "name": "template.id"
1956
2590
  },
1957
- "type": "Hidden"
1958
- },
1959
- {
1960
- "id": "resultVariable",
1961
- "label": "Result variable",
1962
- "description": "Name of variable to store the response in",
1963
- "group": "output",
1964
- "binding": {
1965
- "key": "resultVariable",
1966
- "type": "zeebe:taskHeader"
2591
+ "constraints": {
2592
+ "notEmpty": true
1967
2593
  },
1968
- "type": "String"
2594
+ "condition": {
2595
+ "property": "mailType",
2596
+ "equals": "byTemplate"
2597
+ }
1969
2598
  },
1970
2599
  {
1971
- "id": "resultExpression",
1972
- "label": "Result expression",
1973
- "description": "Expression to map the response into process variables",
2600
+ "label": "Template data",
2601
+ "group": "content",
2602
+ "type": "Text",
1974
2603
  "feel": "required",
1975
- "group": "output",
1976
2604
  "binding": {
1977
- "key": "resultExpression",
1978
- "type": "zeebe:taskHeader"
2605
+ "type": "zeebe:input",
2606
+ "name": "template.data"
1979
2607
  },
1980
- "type": "Text"
2608
+ "constraints": {
2609
+ "notEmpty": true
2610
+ },
2611
+ "condition": {
2612
+ "property": "mailType",
2613
+ "equals": "byTemplate"
2614
+ }
1981
2615
  },
1982
2616
  {
1983
- "id": "errorExpression",
1984
2617
  "label": "Error expression",
1985
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2618
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
2619
+ "group": "errors",
2620
+ "type": "Text",
1986
2621
  "feel": "required",
1987
- "group": "error",
1988
- "binding": {
1989
- "key": "errorExpression",
1990
- "type": "zeebe:taskHeader"
1991
- },
1992
- "type": "Text"
1993
- },
1994
- {
1995
- "id": "retryCount",
1996
- "label": "Retries",
1997
- "description": "Number of retries",
1998
- "value": "3",
1999
- "feel": "optional",
2000
- "group": "retries",
2001
- "binding": {
2002
- "property": "retries",
2003
- "type": "zeebe:taskDefinition"
2004
- },
2005
- "type": "String"
2006
- },
2007
- {
2008
- "id": "retryBackoff",
2009
- "label": "Retry backoff",
2010
- "description": "ISO-8601 duration to wait between retries",
2011
- "value": "PT0S",
2012
- "group": "retries",
2013
2622
  "binding": {
2014
- "key": "retryBackoff",
2015
- "type": "zeebe:taskHeader"
2016
- },
2017
- "type": "String"
2623
+ "type": "zeebe:taskHeader",
2624
+ "key": "errorExpression"
2625
+ }
2018
2626
  }
2019
2627
  ],
2020
- "icon": {
2021
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
2628
+ "engines": {
2629
+ "camunda": "^8.2"
2022
2630
  }
2023
2631
  }
2024
2632
  ]