@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.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
"name": "Email Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.EmailBoundary.v1",
|
|
6
6
|
"description": "Consume emails",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"email received",
|
|
9
|
+
"receive email",
|
|
10
|
+
"incoming email",
|
|
11
|
+
"poll emails",
|
|
12
|
+
"new email",
|
|
13
|
+
"email notification"
|
|
14
|
+
],
|
|
10
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
|
|
11
16
|
"version": 2,
|
|
12
17
|
"category": {
|
|
@@ -256,7 +261,7 @@
|
|
|
256
261
|
"equals": "unseenPollingConfig",
|
|
257
262
|
"type": "simple"
|
|
258
263
|
},
|
|
259
|
-
"tooltip": "
|
|
264
|
+
"tooltip": "Choose the desired handling strategy",
|
|
260
265
|
"type": "Dropdown",
|
|
261
266
|
"choices": [
|
|
262
267
|
{
|
|
@@ -320,7 +325,7 @@
|
|
|
320
325
|
"equals": "allPollingConfig",
|
|
321
326
|
"type": "simple"
|
|
322
327
|
},
|
|
323
|
-
"tooltip": "
|
|
328
|
+
"tooltip": "Choose the desired handling strategy",
|
|
324
329
|
"type": "Dropdown",
|
|
325
330
|
"choices": [
|
|
326
331
|
{
|
|
@@ -452,15 +457,18 @@
|
|
|
452
457
|
},
|
|
453
458
|
{
|
|
454
459
|
"id": "messageNameUuid",
|
|
460
|
+
"label": "Message name",
|
|
455
461
|
"generatedValue": {
|
|
456
462
|
"type": "uuid"
|
|
457
463
|
},
|
|
464
|
+
"feel": "optional",
|
|
458
465
|
"group": "correlation",
|
|
459
466
|
"binding": {
|
|
460
467
|
"name": "name",
|
|
461
468
|
"type": "bpmn:Message#property"
|
|
462
469
|
},
|
|
463
|
-
"
|
|
470
|
+
"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.",
|
|
471
|
+
"type": "String"
|
|
464
472
|
},
|
|
465
473
|
{
|
|
466
474
|
"id": "deduplicationModeManualFlag",
|
|
@@ -529,7 +537,7 @@
|
|
|
529
537
|
{
|
|
530
538
|
"id": "resultVariable",
|
|
531
539
|
"label": "Result variable",
|
|
532
|
-
"description": "Name of variable to store the response in",
|
|
540
|
+
"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>.",
|
|
533
541
|
"group": "output",
|
|
534
542
|
"binding": {
|
|
535
543
|
"name": "resultVariable",
|
|
@@ -540,7 +548,7 @@
|
|
|
540
548
|
{
|
|
541
549
|
"id": "resultExpression",
|
|
542
550
|
"label": "Result expression",
|
|
543
|
-
"description": "Expression to map the response into process variables",
|
|
551
|
+
"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>.",
|
|
544
552
|
"feel": "required",
|
|
545
553
|
"group": "output",
|
|
546
554
|
"binding": {
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
"name": "Email Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.EmailIntermediate.v1",
|
|
6
6
|
"description": "Consume emails",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"email received",
|
|
9
|
+
"receive email",
|
|
10
|
+
"incoming email",
|
|
11
|
+
"poll emails",
|
|
12
|
+
"new email",
|
|
13
|
+
"email notification"
|
|
14
|
+
],
|
|
10
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
|
|
11
16
|
"version": 2,
|
|
12
17
|
"category": {
|
|
@@ -256,7 +261,7 @@
|
|
|
256
261
|
"equals": "unseenPollingConfig",
|
|
257
262
|
"type": "simple"
|
|
258
263
|
},
|
|
259
|
-
"tooltip": "
|
|
264
|
+
"tooltip": "Choose the desired handling strategy",
|
|
260
265
|
"type": "Dropdown",
|
|
261
266
|
"choices": [
|
|
262
267
|
{
|
|
@@ -320,7 +325,7 @@
|
|
|
320
325
|
"equals": "allPollingConfig",
|
|
321
326
|
"type": "simple"
|
|
322
327
|
},
|
|
323
|
-
"tooltip": "
|
|
328
|
+
"tooltip": "Choose the desired handling strategy",
|
|
324
329
|
"type": "Dropdown",
|
|
325
330
|
"choices": [
|
|
326
331
|
{
|
|
@@ -452,15 +457,18 @@
|
|
|
452
457
|
},
|
|
453
458
|
{
|
|
454
459
|
"id": "messageNameUuid",
|
|
460
|
+
"label": "Message name",
|
|
455
461
|
"generatedValue": {
|
|
456
462
|
"type": "uuid"
|
|
457
463
|
},
|
|
464
|
+
"feel": "optional",
|
|
458
465
|
"group": "correlation",
|
|
459
466
|
"binding": {
|
|
460
467
|
"name": "name",
|
|
461
468
|
"type": "bpmn:Message#property"
|
|
462
469
|
},
|
|
463
|
-
"
|
|
470
|
+
"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.",
|
|
471
|
+
"type": "String"
|
|
464
472
|
},
|
|
465
473
|
{
|
|
466
474
|
"id": "deduplicationModeManualFlag",
|
|
@@ -529,7 +537,7 @@
|
|
|
529
537
|
{
|
|
530
538
|
"id": "resultVariable",
|
|
531
539
|
"label": "Result variable",
|
|
532
|
-
"description": "Name of variable to store the response in",
|
|
540
|
+
"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>.",
|
|
533
541
|
"group": "output",
|
|
534
542
|
"binding": {
|
|
535
543
|
"name": "resultVariable",
|
|
@@ -540,7 +548,7 @@
|
|
|
540
548
|
{
|
|
541
549
|
"id": "resultExpression",
|
|
542
550
|
"label": "Result expression",
|
|
543
|
-
"description": "Expression to map the response into process variables",
|
|
551
|
+
"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>.",
|
|
544
552
|
"feel": "required",
|
|
545
553
|
"group": "output",
|
|
546
554
|
"binding": {
|