@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,11 +4,17 @@
4
4
  "name": "Webhook Receive Task Connector",
5
5
  "id": "io.camunda.connectors.webhook.WebhookConnectorReceive.v1",
6
6
  "description": "Configure webhook to receive callbacks",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "keywords": [
8
+ "receive webhook",
9
+ "HTTP trigger",
10
+ "event received",
11
+ "inbound event",
12
+ "webhook trigger",
13
+ "HTTP callback",
14
+ "listen for event"
15
+ ],
10
16
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
11
- "version": 13,
17
+ "version": 14,
12
18
  "category": {
13
19
  "id": "connectors",
14
20
  "name": "Connectors"
@@ -41,6 +47,10 @@
41
47
  "id": "activation",
42
48
  "label": "Activation"
43
49
  },
50
+ {
51
+ "id": "synchronousResponse",
52
+ "label": "Response mode"
53
+ },
44
54
  {
45
55
  "id": "correlation",
46
56
  "label": "Correlation",
@@ -439,6 +449,29 @@
439
449
  "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
440
450
  "type": "Boolean"
441
451
  },
452
+ {
453
+ "id": "synchronousResponse",
454
+ "label": "Response mode",
455
+ "description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
456
+ "value": "false",
457
+ "group": "synchronousResponse",
458
+ "binding": {
459
+ "name": "synchronousResponse",
460
+ "type": "zeebe:property"
461
+ },
462
+ "tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
463
+ "type": "Dropdown",
464
+ "choices": [
465
+ {
466
+ "name": "Asynchronous",
467
+ "value": "false"
468
+ },
469
+ {
470
+ "name": "Synchronous",
471
+ "value": "true"
472
+ }
473
+ ]
474
+ },
442
475
  {
443
476
  "id": "correlationKeyProcess",
444
477
  "label": "Correlation key (process)",
@@ -480,6 +513,11 @@
480
513
  "name": "messageIdExpression",
481
514
  "type": "zeebe:property"
482
515
  },
516
+ "condition": {
517
+ "property": "synchronousResponse",
518
+ "equals": "false",
519
+ "type": "simple"
520
+ },
483
521
  "type": "String"
484
522
  },
485
523
  {
@@ -500,19 +538,27 @@
500
538
  "name": "messageTtl",
501
539
  "type": "zeebe:property"
502
540
  },
541
+ "condition": {
542
+ "property": "synchronousResponse",
543
+ "equals": "false",
544
+ "type": "simple"
545
+ },
503
546
  "type": "String"
504
547
  },
505
548
  {
506
549
  "id": "messageNameUuid",
550
+ "label": "Message name",
507
551
  "generatedValue": {
508
552
  "type": "uuid"
509
553
  },
554
+ "feel": "optional",
510
555
  "group": "correlation",
511
556
  "binding": {
512
557
  "name": "name",
513
558
  "type": "bpmn:Message#property"
514
559
  },
515
- "type": "Hidden"
560
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
561
+ "type": "String"
516
562
  },
517
563
  {
518
564
  "id": "deduplicationModeManualFlag",
@@ -581,7 +627,7 @@
581
627
  {
582
628
  "id": "resultVariable",
583
629
  "label": "Result variable",
584
- "description": "Name of variable to store the response in",
630
+ "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>.",
585
631
  "group": "output",
586
632
  "binding": {
587
633
  "name": "resultVariable",
@@ -592,7 +638,8 @@
592
638
  {
593
639
  "id": "resultExpression",
594
640
  "label": "Result expression",
595
- "description": "Expression to map the response into process variables",
641
+ "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>.",
642
+ "value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
596
643
  "feel": "required",
597
644
  "group": "output",
598
645
  "binding": {
@@ -615,7 +662,7 @@
615
662
  "keywords": []
616
663
  },
617
664
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
618
- "version": 14,
665
+ "version": 13,
619
666
  "category": {
620
667
  "id": "connectors",
621
668
  "name": "Connectors"
@@ -648,10 +695,6 @@
648
695
  "id": "activation",
649
696
  "label": "Activation"
650
697
  },
651
- {
652
- "id": "synchronousResponse",
653
- "label": "Response mode"
654
- },
655
698
  {
656
699
  "id": "correlation",
657
700
  "label": "Correlation",
@@ -1050,29 +1093,6 @@
1050
1093
  "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1051
1094
  "type": "Boolean"
1052
1095
  },
1053
- {
1054
- "id": "synchronousResponse",
1055
- "label": "Response mode",
1056
- "description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
1057
- "value": "false",
1058
- "group": "synchronousResponse",
1059
- "binding": {
1060
- "name": "synchronousResponse",
1061
- "type": "zeebe:property"
1062
- },
1063
- "tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
1064
- "type": "Dropdown",
1065
- "choices": [
1066
- {
1067
- "name": "Asynchronous",
1068
- "value": "false"
1069
- },
1070
- {
1071
- "name": "Synchronous",
1072
- "value": "true"
1073
- }
1074
- ]
1075
- },
1076
1096
  {
1077
1097
  "id": "correlationKeyProcess",
1078
1098
  "label": "Correlation key (process)",
@@ -1114,11 +1134,6 @@
1114
1134
  "name": "messageIdExpression",
1115
1135
  "type": "zeebe:property"
1116
1136
  },
1117
- "condition": {
1118
- "property": "synchronousResponse",
1119
- "equals": "false",
1120
- "type": "simple"
1121
- },
1122
1137
  "type": "String"
1123
1138
  },
1124
1139
  {
@@ -1139,11 +1154,6 @@
1139
1154
  "name": "messageTtl",
1140
1155
  "type": "zeebe:property"
1141
1156
  },
1142
- "condition": {
1143
- "property": "synchronousResponse",
1144
- "equals": "false",
1145
- "type": "simple"
1146
- },
1147
1157
  "type": "String"
1148
1158
  },
1149
1159
  {