@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- 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 +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- 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 +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- 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 +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- 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 +945 -337
- 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 +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- 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 +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,10 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"engines": {
|
|
8
|
-
"camunda": "^8.4"
|
|
9
|
-
},
|
|
6
|
+
"version": 2,
|
|
10
7
|
"description": "Receive incoming message with Twilio service",
|
|
11
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
12
9
|
"category": {
|
|
@@ -110,7 +107,7 @@
|
|
|
110
107
|
"id": "shouldValidateHmac",
|
|
111
108
|
"label": "HMAC authentication",
|
|
112
109
|
"group": "endpoint",
|
|
113
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/
|
|
110
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
114
111
|
"value": "disabled",
|
|
115
112
|
"type": "Dropdown",
|
|
116
113
|
"choices": [
|
|
@@ -258,6 +255,9 @@
|
|
|
258
255
|
],
|
|
259
256
|
"icon": {
|
|
260
257
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
258
|
+
},
|
|
259
|
+
"engines": {
|
|
260
|
+
"camunda": "^8.4"
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
263
|
{
|
|
@@ -513,8 +513,20 @@
|
|
|
513
513
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
514
|
"name": "Twilio Boundary Event Connector",
|
|
515
515
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
516
|
-
"version":
|
|
516
|
+
"version": 3,
|
|
517
|
+
"engines": {
|
|
518
|
+
"camunda": "^8.4"
|
|
519
|
+
},
|
|
517
520
|
"description": "Receive incoming message with Twilio service",
|
|
521
|
+
"keywords": [
|
|
522
|
+
"SMS received",
|
|
523
|
+
"receive SMS",
|
|
524
|
+
"incoming SMS",
|
|
525
|
+
"phone event",
|
|
526
|
+
"text message received",
|
|
527
|
+
"webhook",
|
|
528
|
+
"inbound message"
|
|
529
|
+
],
|
|
518
530
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
519
531
|
"category": {
|
|
520
532
|
"id": "connectors",
|
|
@@ -617,7 +629,7 @@
|
|
|
617
629
|
"id": "shouldValidateHmac",
|
|
618
630
|
"label": "HMAC authentication",
|
|
619
631
|
"group": "endpoint",
|
|
620
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/
|
|
632
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
621
633
|
"value": "disabled",
|
|
622
634
|
"type": "Dropdown",
|
|
623
635
|
"choices": [
|
|
@@ -765,9 +777,6 @@
|
|
|
765
777
|
],
|
|
766
778
|
"icon": {
|
|
767
779
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
768
|
-
},
|
|
769
|
-
"engines": {
|
|
770
|
-
"camunda": "^8.4"
|
|
771
780
|
}
|
|
772
781
|
}
|
|
773
782
|
]
|
|
@@ -1,4 +1,225 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Twilio Start Event Connector",
|
|
5
|
+
"id": "io.camunda.connectors.TwilioWebhook.v1",
|
|
6
|
+
"version": 3,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
10
|
+
"description": "Receive incoming message with Twilio service",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"SMS received",
|
|
13
|
+
"receive SMS",
|
|
14
|
+
"incoming SMS",
|
|
15
|
+
"phone event",
|
|
16
|
+
"text message received",
|
|
17
|
+
"webhook",
|
|
18
|
+
"inbound message"
|
|
19
|
+
],
|
|
20
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
21
|
+
"category": {
|
|
22
|
+
"id": "connectors",
|
|
23
|
+
"name": "Connectors"
|
|
24
|
+
},
|
|
25
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
26
|
+
"deprecated": {
|
|
27
|
+
"message": "Migrate to Twilio Message Start Event Connector"
|
|
28
|
+
},
|
|
29
|
+
"elementType": {
|
|
30
|
+
"value": "bpmn:StartEvent"
|
|
31
|
+
},
|
|
32
|
+
"groups": [
|
|
33
|
+
{
|
|
34
|
+
"id": "endpoint",
|
|
35
|
+
"label": "Webhook configuration"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "activation",
|
|
39
|
+
"label": "Activation"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "variable-mapping",
|
|
43
|
+
"label": "Variable mapping"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"properties": [
|
|
47
|
+
{
|
|
48
|
+
"type": "Hidden",
|
|
49
|
+
"value": "io.camunda:webhook:1",
|
|
50
|
+
"binding": {
|
|
51
|
+
"type": "zeebe:property",
|
|
52
|
+
"name": "inbound.type"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "webhookMethod",
|
|
57
|
+
"label": "Webhook method",
|
|
58
|
+
"group": "endpoint",
|
|
59
|
+
"description": "Select HTTP method",
|
|
60
|
+
"value": "any",
|
|
61
|
+
"type": "Dropdown",
|
|
62
|
+
"choices": [
|
|
63
|
+
{
|
|
64
|
+
"name": "Any",
|
|
65
|
+
"value": "any"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Get",
|
|
69
|
+
"value": "get"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "Post",
|
|
73
|
+
"value": "post"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"binding": {
|
|
77
|
+
"type": "zeebe:property",
|
|
78
|
+
"name": "inbound.method"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"label": "Webhook ID",
|
|
83
|
+
"type": "String",
|
|
84
|
+
"group": "endpoint",
|
|
85
|
+
"binding": {
|
|
86
|
+
"type": "zeebe:property",
|
|
87
|
+
"name": "inbound.context"
|
|
88
|
+
},
|
|
89
|
+
"description": "The webhook ID is a part of the URL",
|
|
90
|
+
"constraints": {
|
|
91
|
+
"notEmpty": true
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "Hidden",
|
|
96
|
+
"value": "ConfigurableInboundWebhook",
|
|
97
|
+
"binding": {
|
|
98
|
+
"type": "zeebe:property",
|
|
99
|
+
"name": "inbound.subtype"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "Hidden",
|
|
104
|
+
"value": "=[\"url\",\"body\",\"parameters\"]",
|
|
105
|
+
"binding": {
|
|
106
|
+
"type": "zeebe:property",
|
|
107
|
+
"name": "inbound.hmacScopes"
|
|
108
|
+
},
|
|
109
|
+
"condition": {
|
|
110
|
+
"property": "shouldValidateHmac",
|
|
111
|
+
"equals": "enabled"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "shouldValidateHmac",
|
|
116
|
+
"label": "HMAC authentication",
|
|
117
|
+
"group": "endpoint",
|
|
118
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
119
|
+
"value": "disabled",
|
|
120
|
+
"type": "Dropdown",
|
|
121
|
+
"choices": [
|
|
122
|
+
{
|
|
123
|
+
"name": "Enabled",
|
|
124
|
+
"value": "enabled"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Disabled",
|
|
128
|
+
"value": "disabled"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"binding": {
|
|
132
|
+
"type": "zeebe:property",
|
|
133
|
+
"name": "inbound.shouldValidateHmac"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"label": "HMAC secret key",
|
|
138
|
+
"description": "Shared secret key",
|
|
139
|
+
"type": "String",
|
|
140
|
+
"group": "endpoint",
|
|
141
|
+
"optional": true,
|
|
142
|
+
"binding": {
|
|
143
|
+
"type": "zeebe:property",
|
|
144
|
+
"name": "inbound.hmacSecret"
|
|
145
|
+
},
|
|
146
|
+
"condition": {
|
|
147
|
+
"property": "shouldValidateHmac",
|
|
148
|
+
"equals": "enabled"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "Hidden",
|
|
153
|
+
"value": "x-twilio-signature",
|
|
154
|
+
"binding": {
|
|
155
|
+
"type": "zeebe:property",
|
|
156
|
+
"name": "inbound.hmacHeader"
|
|
157
|
+
},
|
|
158
|
+
"condition": {
|
|
159
|
+
"property": "shouldValidateHmac",
|
|
160
|
+
"equals": "enabled"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"value": "sha_1",
|
|
165
|
+
"type": "Hidden",
|
|
166
|
+
"binding": {
|
|
167
|
+
"type": "zeebe:property",
|
|
168
|
+
"name": "inbound.hmacAlgorithm"
|
|
169
|
+
},
|
|
170
|
+
"condition": {
|
|
171
|
+
"property": "shouldValidateHmac",
|
|
172
|
+
"equals": "enabled"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"type": "Hidden",
|
|
177
|
+
"group": "endpoint",
|
|
178
|
+
"binding": {
|
|
179
|
+
"type": "zeebe:property",
|
|
180
|
+
"name": "inbound.context"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"label": "Condition",
|
|
185
|
+
"type": "String",
|
|
186
|
+
"group": "activation",
|
|
187
|
+
"feel": "required",
|
|
188
|
+
"optional": true,
|
|
189
|
+
"binding": {
|
|
190
|
+
"type": "zeebe:property",
|
|
191
|
+
"name": "inbound.activationCondition"
|
|
192
|
+
},
|
|
193
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <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'>See documentation</a>"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"label": "Result variable",
|
|
197
|
+
"type": "String",
|
|
198
|
+
"group": "variable-mapping",
|
|
199
|
+
"optional": true,
|
|
200
|
+
"binding": {
|
|
201
|
+
"type": "zeebe:property",
|
|
202
|
+
"name": "resultVariable"
|
|
203
|
+
},
|
|
204
|
+
"description": "Name of variable to store the result of the connector in"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"label": "Result expression",
|
|
208
|
+
"type": "String",
|
|
209
|
+
"group": "variable-mapping",
|
|
210
|
+
"feel": "required",
|
|
211
|
+
"optional": true,
|
|
212
|
+
"binding": {
|
|
213
|
+
"type": "zeebe:property",
|
|
214
|
+
"name": "resultExpression"
|
|
215
|
+
},
|
|
216
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"icon": {
|
|
220
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
2
223
|
{
|
|
3
224
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
225
|
"name": "Twilio Start Event Connector",
|
|
@@ -421,11 +642,20 @@
|
|
|
421
642
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
422
643
|
"name": "Twilio Start Event Connector",
|
|
423
644
|
"id": "io.camunda.connectors.TwilioWebhook.v1",
|
|
424
|
-
"version":
|
|
645
|
+
"version": 4,
|
|
425
646
|
"engines": {
|
|
426
647
|
"camunda": "^8.3"
|
|
427
648
|
},
|
|
428
649
|
"description": "Receive incoming message with Twilio service",
|
|
650
|
+
"keywords": [
|
|
651
|
+
"SMS received",
|
|
652
|
+
"receive SMS",
|
|
653
|
+
"incoming SMS",
|
|
654
|
+
"phone event",
|
|
655
|
+
"text message received",
|
|
656
|
+
"webhook",
|
|
657
|
+
"inbound message"
|
|
658
|
+
],
|
|
429
659
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
430
660
|
"category": {
|
|
431
661
|
"id": "connectors",
|
|
@@ -508,18 +738,6 @@
|
|
|
508
738
|
"name": "inbound.subtype"
|
|
509
739
|
}
|
|
510
740
|
},
|
|
511
|
-
{
|
|
512
|
-
"type": "Hidden",
|
|
513
|
-
"value": "=[\"url\",\"body\",\"parameters\"]",
|
|
514
|
-
"binding": {
|
|
515
|
-
"type": "zeebe:property",
|
|
516
|
-
"name": "inbound.hmacScopes"
|
|
517
|
-
},
|
|
518
|
-
"condition": {
|
|
519
|
-
"property": "shouldValidateHmac",
|
|
520
|
-
"equals": "enabled"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
741
|
{
|
|
524
742
|
"id": "shouldValidateHmac",
|
|
525
743
|
"label": "HMAC authentication",
|
|
@@ -542,6 +760,18 @@
|
|
|
542
760
|
"name": "inbound.shouldValidateHmac"
|
|
543
761
|
}
|
|
544
762
|
},
|
|
763
|
+
{
|
|
764
|
+
"type": "Hidden",
|
|
765
|
+
"value": "=[\"url\",\"body\",\"parameters\"]",
|
|
766
|
+
"binding": {
|
|
767
|
+
"type": "zeebe:property",
|
|
768
|
+
"name": "inbound.hmacScopes"
|
|
769
|
+
},
|
|
770
|
+
"condition": {
|
|
771
|
+
"property": "shouldValidateHmac",
|
|
772
|
+
"equals": "enabled"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
545
775
|
{
|
|
546
776
|
"label": "HMAC secret key",
|
|
547
777
|
"description": "Shared secret key",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Twilio
|
|
4
|
+
"name": "Twilio connector",
|
|
5
5
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive incoming message with Twilio service",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"id": "shouldValidateHmac",
|
|
108
108
|
"label": "HMAC authentication",
|
|
109
109
|
"group": "endpoint",
|
|
110
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
110
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
111
111
|
"value": "disabled",
|
|
112
112
|
"type": "Dropdown",
|
|
113
113
|
"choices": [
|
|
@@ -205,18 +205,6 @@
|
|
|
205
205
|
"notEmpty": true
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
{
|
|
209
|
-
"label": "Message ID expression",
|
|
210
|
-
"feel": "required",
|
|
211
|
-
"type": "String",
|
|
212
|
-
"optional": true,
|
|
213
|
-
"group": "activation",
|
|
214
|
-
"binding": {
|
|
215
|
-
"type": "zeebe:property",
|
|
216
|
-
"name": "messageIdExpression"
|
|
217
|
-
},
|
|
218
|
-
"description": "Expression to extract unique identifier of a message"
|
|
219
|
-
},
|
|
220
208
|
{
|
|
221
209
|
"label": "Condition",
|
|
222
210
|
"type": "String",
|
|
@@ -227,7 +215,7 @@
|
|
|
227
215
|
"type": "zeebe:property",
|
|
228
216
|
"name": "inbound.activationCondition"
|
|
229
217
|
},
|
|
230
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
218
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
231
219
|
},
|
|
232
220
|
{
|
|
233
221
|
"label": "Result variable",
|
|
@@ -257,16 +245,16 @@
|
|
|
257
245
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
258
246
|
},
|
|
259
247
|
"engines": {
|
|
260
|
-
"camunda": "^8.
|
|
248
|
+
"camunda": "^8.2"
|
|
261
249
|
}
|
|
262
250
|
},
|
|
263
251
|
{
|
|
264
252
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
265
253
|
"name": "Twilio Intermediate Catch Event Connector",
|
|
266
254
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
267
|
-
"version":
|
|
255
|
+
"version": 3,
|
|
268
256
|
"description": "Receive incoming message with Twilio service",
|
|
269
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
257
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
270
258
|
"category": {
|
|
271
259
|
"id": "connectors",
|
|
272
260
|
"name": "Connectors"
|
|
@@ -368,7 +356,7 @@
|
|
|
368
356
|
"id": "shouldValidateHmac",
|
|
369
357
|
"label": "HMAC authentication",
|
|
370
358
|
"group": "endpoint",
|
|
371
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
359
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
372
360
|
"value": "disabled",
|
|
373
361
|
"type": "Dropdown",
|
|
374
362
|
"choices": [
|
|
@@ -466,6 +454,18 @@
|
|
|
466
454
|
"notEmpty": true
|
|
467
455
|
}
|
|
468
456
|
},
|
|
457
|
+
{
|
|
458
|
+
"label": "Message ID expression",
|
|
459
|
+
"feel": "required",
|
|
460
|
+
"type": "String",
|
|
461
|
+
"optional": true,
|
|
462
|
+
"group": "activation",
|
|
463
|
+
"binding": {
|
|
464
|
+
"type": "zeebe:property",
|
|
465
|
+
"name": "messageIdExpression"
|
|
466
|
+
},
|
|
467
|
+
"description": "Expression to extract unique identifier of a message"
|
|
468
|
+
},
|
|
469
469
|
{
|
|
470
470
|
"label": "Condition",
|
|
471
471
|
"type": "String",
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
"type": "zeebe:property",
|
|
477
477
|
"name": "inbound.activationCondition"
|
|
478
478
|
},
|
|
479
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
479
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <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'>See documentation</a>"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
482
|
"label": "Result variable",
|
|
@@ -506,14 +506,14 @@
|
|
|
506
506
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
507
507
|
},
|
|
508
508
|
"engines": {
|
|
509
|
-
"camunda": "^8.
|
|
509
|
+
"camunda": "^8.4"
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
|
-
"name": "Twilio
|
|
514
|
+
"name": "Twilio Intermediate Catch Event Connector",
|
|
515
515
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
516
|
-
"version":
|
|
516
|
+
"version": 2,
|
|
517
517
|
"description": "Receive incoming message with Twilio service",
|
|
518
518
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
519
519
|
"category": {
|
|
@@ -767,6 +767,15 @@
|
|
|
767
767
|
"camunda": "^8.3"
|
|
768
768
|
},
|
|
769
769
|
"description": "Receive incoming message with Twilio service",
|
|
770
|
+
"keywords": [
|
|
771
|
+
"SMS received",
|
|
772
|
+
"receive SMS",
|
|
773
|
+
"incoming SMS",
|
|
774
|
+
"phone event",
|
|
775
|
+
"text message received",
|
|
776
|
+
"webhook",
|
|
777
|
+
"inbound message"
|
|
778
|
+
],
|
|
770
779
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
771
780
|
"category": {
|
|
772
781
|
"id": "connectors",
|