@camunda/connectors-element-templates 1.0.19 → 1.0.21
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.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -665,7 +665,6 @@
|
|
|
665
665
|
"id": "webhookMethod",
|
|
666
666
|
"label": "Webhook method",
|
|
667
667
|
"group": "endpoint",
|
|
668
|
-
"description": "Select HTTP method",
|
|
669
668
|
"value": "any",
|
|
670
669
|
"type": "Dropdown",
|
|
671
670
|
"choices": [
|
|
@@ -695,7 +694,7 @@
|
|
|
695
694
|
"type": "zeebe:property",
|
|
696
695
|
"name": "inbound.context"
|
|
697
696
|
},
|
|
698
|
-
"
|
|
697
|
+
"tooltip": "The webhook ID is a part of the URL.",
|
|
699
698
|
"constraints": {
|
|
700
699
|
"notEmpty": true
|
|
701
700
|
}
|
|
@@ -712,7 +711,7 @@
|
|
|
712
711
|
"id": "shouldValidateHmac",
|
|
713
712
|
"label": "HMAC authentication",
|
|
714
713
|
"group": "endpoint",
|
|
715
|
-
"
|
|
714
|
+
"tooltip": "Enabled verifies the HMAC signature on incoming requests; disabled skips verification. See the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>HMAC configuration</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>HMAC example</a> for how to use the HMAC-related fields.",
|
|
716
715
|
"value": "disabled",
|
|
717
716
|
"type": "Dropdown",
|
|
718
717
|
"choices": [
|
|
@@ -744,7 +743,7 @@
|
|
|
744
743
|
},
|
|
745
744
|
{
|
|
746
745
|
"label": "HMAC secret key",
|
|
747
|
-
"
|
|
746
|
+
"tooltip": "Shared secret key used to verify the HMAC signature.",
|
|
748
747
|
"type": "String",
|
|
749
748
|
"group": "endpoint",
|
|
750
749
|
"optional": true,
|
|
@@ -799,7 +798,7 @@
|
|
|
799
798
|
"type": "zeebe:property",
|
|
800
799
|
"name": "messageIdExpression"
|
|
801
800
|
},
|
|
802
|
-
"
|
|
801
|
+
"tooltip": "Expression to extract the unique identifier of a message."
|
|
803
802
|
},
|
|
804
803
|
{
|
|
805
804
|
"label": "Condition",
|
|
@@ -811,11 +810,11 @@
|
|
|
811
810
|
"type": "zeebe:property",
|
|
812
811
|
"name": "activationCondition"
|
|
813
812
|
},
|
|
814
|
-
"
|
|
813
|
+
"tooltip": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
815
814
|
},
|
|
816
815
|
{
|
|
817
816
|
"label": "Correlation required",
|
|
818
|
-
"
|
|
817
|
+
"tooltip": "Indicates whether correlation is required. This is needed for event-based subprocess message start events.",
|
|
819
818
|
"id": "correlationRequired",
|
|
820
819
|
"group": "correlation",
|
|
821
820
|
"type": "Dropdown",
|
|
@@ -840,7 +839,7 @@
|
|
|
840
839
|
"type": "String",
|
|
841
840
|
"group": "correlation",
|
|
842
841
|
"feel": "required",
|
|
843
|
-
"
|
|
842
|
+
"tooltip": "Sets up the correlation key from process variables.",
|
|
844
843
|
"binding": {
|
|
845
844
|
"type": "bpmn:Message#zeebe:subscription#property",
|
|
846
845
|
"name": "correlationKey"
|
|
@@ -862,7 +861,7 @@
|
|
|
862
861
|
"type": "zeebe:property",
|
|
863
862
|
"name": "correlationKeyExpression"
|
|
864
863
|
},
|
|
865
|
-
"
|
|
864
|
+
"tooltip": "Extracts the correlation key from the incoming message payload.",
|
|
866
865
|
"constraints": {
|
|
867
866
|
"notEmpty": true
|
|
868
867
|
},
|
|
@@ -880,7 +879,7 @@
|
|
|
880
879
|
"type": "zeebe:property",
|
|
881
880
|
"name": "resultVariable"
|
|
882
881
|
},
|
|
883
|
-
"
|
|
882
|
+
"tooltip": "Name of variable to store the result of the connector in."
|
|
884
883
|
},
|
|
885
884
|
{
|
|
886
885
|
"label": "Result expression",
|
|
@@ -892,7 +891,7 @@
|
|
|
892
891
|
"type": "zeebe:property",
|
|
893
892
|
"name": "resultExpression"
|
|
894
893
|
},
|
|
895
|
-
"
|
|
894
|
+
"tooltip": "Expression to map the inbound payload to process variables."
|
|
896
895
|
}
|
|
897
896
|
],
|
|
898
897
|
"icon": {
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
"id": "webhookMethod",
|
|
64
64
|
"label": "Webhook method",
|
|
65
65
|
"group": "endpoint",
|
|
66
|
-
"description": "Select HTTP method",
|
|
67
66
|
"value": "any",
|
|
68
67
|
"type": "Dropdown",
|
|
69
68
|
"choices": [
|
|
@@ -93,7 +92,7 @@
|
|
|
93
92
|
"type": "zeebe:property",
|
|
94
93
|
"name": "inbound.context"
|
|
95
94
|
},
|
|
96
|
-
"
|
|
95
|
+
"tooltip": "The webhook ID is a part of the URL.",
|
|
97
96
|
"constraints": {
|
|
98
97
|
"notEmpty": true
|
|
99
98
|
}
|
|
@@ -118,7 +117,7 @@
|
|
|
118
117
|
"id": "shouldValidateHmac",
|
|
119
118
|
"label": "HMAC authentication",
|
|
120
119
|
"group": "endpoint",
|
|
121
|
-
"
|
|
120
|
+
"tooltip": "Enabled verifies the HMAC signature on incoming requests; disabled skips verification. See the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>HMAC configuration</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>HMAC example</a> for how to use the HMAC-related fields.",
|
|
122
121
|
"value": "disabled",
|
|
123
122
|
"type": "Dropdown",
|
|
124
123
|
"choices": [
|
|
@@ -138,7 +137,7 @@
|
|
|
138
137
|
},
|
|
139
138
|
{
|
|
140
139
|
"label": "HMAC secret key",
|
|
141
|
-
"
|
|
140
|
+
"tooltip": "Shared secret key used to verify the HMAC signature.",
|
|
142
141
|
"type": "String",
|
|
143
142
|
"group": "endpoint",
|
|
144
143
|
"optional": true,
|
|
@@ -193,7 +192,7 @@
|
|
|
193
192
|
"type": "String",
|
|
194
193
|
"group": "activation",
|
|
195
194
|
"feel": "required",
|
|
196
|
-
"
|
|
195
|
+
"tooltip": "Sets up the correlation key from process variables.",
|
|
197
196
|
"binding": {
|
|
198
197
|
"type": "bpmn:Message#zeebe:subscription#property",
|
|
199
198
|
"name": "correlationKey"
|
|
@@ -211,7 +210,7 @@
|
|
|
211
210
|
"type": "zeebe:property",
|
|
212
211
|
"name": "correlationKeyExpression"
|
|
213
212
|
},
|
|
214
|
-
"
|
|
213
|
+
"tooltip": "Extracts the correlation key from the incoming message payload.",
|
|
215
214
|
"constraints": {
|
|
216
215
|
"notEmpty": true
|
|
217
216
|
}
|
|
@@ -226,7 +225,7 @@
|
|
|
226
225
|
"type": "zeebe:property",
|
|
227
226
|
"name": "messageIdExpression"
|
|
228
227
|
},
|
|
229
|
-
"
|
|
228
|
+
"tooltip": "Expression to extract the unique identifier of a message."
|
|
230
229
|
},
|
|
231
230
|
{
|
|
232
231
|
"label": "Condition",
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
"type": "zeebe:property",
|
|
239
238
|
"name": "inbound.activationCondition"
|
|
240
239
|
},
|
|
241
|
-
"
|
|
240
|
+
"tooltip": "Condition under which the connector triggers. Leave empty to catch all events. See the <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>Twilio webhook activation guide</a>."
|
|
242
241
|
},
|
|
243
242
|
{
|
|
244
243
|
"label": "Result variable",
|
|
@@ -249,7 +248,7 @@
|
|
|
249
248
|
"type": "zeebe:property",
|
|
250
249
|
"name": "resultVariable"
|
|
251
250
|
},
|
|
252
|
-
"
|
|
251
|
+
"tooltip": "Name of variable to store the result of the connector in."
|
|
253
252
|
},
|
|
254
253
|
{
|
|
255
254
|
"label": "Result expression",
|
|
@@ -261,7 +260,7 @@
|
|
|
261
260
|
"type": "zeebe:property",
|
|
262
261
|
"name": "resultExpression"
|
|
263
262
|
},
|
|
264
|
-
"
|
|
263
|
+
"tooltip": "Expression to map the inbound payload to process variables."
|
|
265
264
|
}
|
|
266
265
|
],
|
|
267
266
|
"icon": {
|