@camunda/connectors-element-templates 1.0.6 → 1.0.8
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 +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,14 +1,14 @@
|
|
|
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 Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 4,
|
|
7
7
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
8
8
|
"icon": {
|
|
9
9
|
"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"
|
|
10
10
|
},
|
|
11
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
11
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound",
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"label": "Account SID",
|
|
103
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
103
|
+
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">Camunda documentation</a>",
|
|
104
104
|
"group": "authentication",
|
|
105
105
|
"type": "String",
|
|
106
106
|
"feel": "optional",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"type": "Hidden",
|
|
153
|
-
"value": "={\"
|
|
153
|
+
"value": "={\"Content-Type\":\"application/x-www-form-urlencoded\"}",
|
|
154
154
|
"binding": {
|
|
155
155
|
"type": "zeebe:input",
|
|
156
156
|
"name": "headers"
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"label": "API key",
|
|
166
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
166
|
+
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">documentation</a> for details",
|
|
167
167
|
"group": "authentication",
|
|
168
168
|
"type": "String",
|
|
169
169
|
"feel": "optional",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"label": "API secret",
|
|
184
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
184
|
+
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">documentation</a> for details",
|
|
185
185
|
"group": "authentication",
|
|
186
186
|
"type": "String",
|
|
187
187
|
"feel": "optional",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
"label": "Authentication token",
|
|
217
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
217
|
+
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">Camunda documentation</a>",
|
|
218
218
|
"group": "authentication",
|
|
219
219
|
"type": "String",
|
|
220
220
|
"feel": "optional",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"label": "Date sent",
|
|
331
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
331
|
+
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">in UTC format</a>)",
|
|
332
332
|
"group": "filter",
|
|
333
333
|
"type": "String",
|
|
334
334
|
"feel": "optional",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"label": "Date before message was sent",
|
|
350
|
-
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
350
|
+
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">in UTC format</a>)",
|
|
351
351
|
"group": "filter",
|
|
352
352
|
"type": "String",
|
|
353
353
|
"feel": "optional",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"label": "Date after message was sent",
|
|
369
|
-
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
369
|
+
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">in UTC format</a>)",
|
|
370
370
|
"group": "filter",
|
|
371
371
|
"type": "String",
|
|
372
372
|
"feel": "optional",
|
|
@@ -494,14 +494,14 @@
|
|
|
494
494
|
"constraints": {
|
|
495
495
|
"notEmpty": false,
|
|
496
496
|
"pattern": {
|
|
497
|
-
"value": "^(=|([0-9]
|
|
497
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
498
498
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
"label": "Error expression",
|
|
504
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
504
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
505
505
|
"group": "errors",
|
|
506
506
|
"type": "Text",
|
|
507
507
|
"feel": "required",
|
|
@@ -512,19 +512,19 @@
|
|
|
512
512
|
}
|
|
513
513
|
],
|
|
514
514
|
"engines": {
|
|
515
|
-
"camunda": "^8.
|
|
515
|
+
"camunda": "^8.6"
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
520
|
-
"name": "Twilio
|
|
520
|
+
"name": "Twilio connector",
|
|
521
521
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
522
|
-
"version":
|
|
522
|
+
"version": 2,
|
|
523
523
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
524
524
|
"icon": {
|
|
525
525
|
"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"
|
|
526
526
|
},
|
|
527
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
527
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/",
|
|
528
528
|
"category": {
|
|
529
529
|
"id": "connectors",
|
|
530
530
|
"name": "Connectors"
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
618
|
"label": "Account SID",
|
|
619
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
619
|
+
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">Camunda documentation</a>",
|
|
620
620
|
"group": "authentication",
|
|
621
621
|
"type": "String",
|
|
622
622
|
"feel": "optional",
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
},
|
|
680
680
|
{
|
|
681
681
|
"label": "API key",
|
|
682
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
682
|
+
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">documentation</a> for details",
|
|
683
683
|
"group": "authentication",
|
|
684
684
|
"type": "String",
|
|
685
685
|
"feel": "optional",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
},
|
|
698
698
|
{
|
|
699
699
|
"label": "API secret",
|
|
700
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
700
|
+
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">documentation</a> for details",
|
|
701
701
|
"group": "authentication",
|
|
702
702
|
"type": "String",
|
|
703
703
|
"feel": "optional",
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
732
|
"label": "Authentication token",
|
|
733
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
733
|
+
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">Camunda documentation</a>",
|
|
734
734
|
"group": "authentication",
|
|
735
735
|
"type": "String",
|
|
736
736
|
"feel": "optional",
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
"label": "Date sent",
|
|
847
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
847
|
+
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">in UTC format</a>)",
|
|
848
848
|
"group": "filter",
|
|
849
849
|
"type": "String",
|
|
850
850
|
"feel": "optional",
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
865
|
"label": "Date before message was sent",
|
|
866
|
-
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
866
|
+
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">in UTC format</a>)",
|
|
867
867
|
"group": "filter",
|
|
868
868
|
"type": "String",
|
|
869
869
|
"feel": "optional",
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
884
|
"label": "Date after message was sent",
|
|
885
|
-
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
885
|
+
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">in UTC format</a>)",
|
|
886
886
|
"group": "filter",
|
|
887
887
|
"type": "String",
|
|
888
888
|
"feel": "optional",
|
|
@@ -1010,14 +1010,14 @@
|
|
|
1010
1010
|
"constraints": {
|
|
1011
1011
|
"notEmpty": false,
|
|
1012
1012
|
"pattern": {
|
|
1013
|
-
"value": "^(=|([0-9]
|
|
1013
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1014
1014
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1015
1015
|
}
|
|
1016
1016
|
}
|
|
1017
1017
|
},
|
|
1018
1018
|
{
|
|
1019
1019
|
"label": "Error expression",
|
|
1020
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1020
|
+
"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>",
|
|
1021
1021
|
"group": "errors",
|
|
1022
1022
|
"type": "Text",
|
|
1023
1023
|
"feel": "required",
|
|
@@ -1033,14 +1033,14 @@
|
|
|
1033
1033
|
},
|
|
1034
1034
|
{
|
|
1035
1035
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1036
|
-
"name": "Twilio
|
|
1036
|
+
"name": "Twilio Outbound Connector",
|
|
1037
1037
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
1038
|
-
"version":
|
|
1038
|
+
"version": 3,
|
|
1039
1039
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
1040
1040
|
"icon": {
|
|
1041
1041
|
"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"
|
|
1042
1042
|
},
|
|
1043
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1043
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound",
|
|
1044
1044
|
"category": {
|
|
1045
1045
|
"id": "connectors",
|
|
1046
1046
|
"name": "Connectors"
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
},
|
|
1133
1133
|
{
|
|
1134
1134
|
"label": "Account SID",
|
|
1135
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1135
|
+
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">Camunda documentation</a>",
|
|
1136
1136
|
"group": "authentication",
|
|
1137
1137
|
"type": "String",
|
|
1138
1138
|
"feel": "optional",
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
1197
|
"label": "API key",
|
|
1198
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1198
|
+
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">documentation</a> for details",
|
|
1199
1199
|
"group": "authentication",
|
|
1200
1200
|
"type": "String",
|
|
1201
1201
|
"feel": "optional",
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
},
|
|
1214
1214
|
{
|
|
1215
1215
|
"label": "API secret",
|
|
1216
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1216
|
+
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">documentation</a> for details",
|
|
1217
1217
|
"group": "authentication",
|
|
1218
1218
|
"type": "String",
|
|
1219
1219
|
"feel": "optional",
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"label": "Authentication token",
|
|
1249
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1249
|
+
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">Camunda documentation</a>",
|
|
1250
1250
|
"group": "authentication",
|
|
1251
1251
|
"type": "String",
|
|
1252
1252
|
"feel": "optional",
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
1362
|
"label": "Date sent",
|
|
1363
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1363
|
+
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">in UTC format</a>)",
|
|
1364
1364
|
"group": "filter",
|
|
1365
1365
|
"type": "String",
|
|
1366
1366
|
"feel": "optional",
|
|
@@ -1379,7 +1379,7 @@
|
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
1381
1381
|
"label": "Date before message was sent",
|
|
1382
|
-
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1382
|
+
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">in UTC format</a>)",
|
|
1383
1383
|
"group": "filter",
|
|
1384
1384
|
"type": "String",
|
|
1385
1385
|
"feel": "optional",
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
},
|
|
1399
1399
|
{
|
|
1400
1400
|
"label": "Date after message was sent",
|
|
1401
|
-
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1401
|
+
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound\" target=\"_blank\">in UTC format</a>)",
|
|
1402
1402
|
"group": "filter",
|
|
1403
1403
|
"type": "String",
|
|
1404
1404
|
"feel": "optional",
|
|
@@ -1526,14 +1526,14 @@
|
|
|
1526
1526
|
"constraints": {
|
|
1527
1527
|
"notEmpty": false,
|
|
1528
1528
|
"pattern": {
|
|
1529
|
-
"value": "^(=|([0-9]
|
|
1529
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1530
1530
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1531
1531
|
}
|
|
1532
1532
|
}
|
|
1533
1533
|
},
|
|
1534
1534
|
{
|
|
1535
1535
|
"label": "Error expression",
|
|
1536
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1536
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
1537
1537
|
"group": "errors",
|
|
1538
1538
|
"type": "Text",
|
|
1539
1539
|
"feel": "required",
|
|
@@ -1549,14 +1549,14 @@
|
|
|
1549
1549
|
},
|
|
1550
1550
|
{
|
|
1551
1551
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1552
|
-
"name": "Twilio
|
|
1552
|
+
"name": "Twilio connector",
|
|
1553
1553
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
1554
|
-
"version":
|
|
1554
|
+
"version": 1,
|
|
1555
1555
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
1556
1556
|
"icon": {
|
|
1557
1557
|
"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"
|
|
1558
1558
|
},
|
|
1559
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1559
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/",
|
|
1560
1560
|
"category": {
|
|
1561
1561
|
"id": "connectors",
|
|
1562
1562
|
"name": "Connectors"
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
},
|
|
1649
1649
|
{
|
|
1650
1650
|
"label": "Account SID",
|
|
1651
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1651
|
+
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">Camunda documentation</a>",
|
|
1652
1652
|
"group": "authentication",
|
|
1653
1653
|
"type": "String",
|
|
1654
1654
|
"feel": "optional",
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"type": "Hidden",
|
|
1701
|
-
"value": "={\"
|
|
1701
|
+
"value": "={\"content-type\":\"application/x-www-form-urlencoded\"}",
|
|
1702
1702
|
"binding": {
|
|
1703
1703
|
"type": "zeebe:input",
|
|
1704
1704
|
"name": "headers"
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
},
|
|
1712
1712
|
{
|
|
1713
1713
|
"label": "API key",
|
|
1714
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1714
|
+
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">documentation</a> for details",
|
|
1715
1715
|
"group": "authentication",
|
|
1716
1716
|
"type": "String",
|
|
1717
1717
|
"feel": "optional",
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
},
|
|
1730
1730
|
{
|
|
1731
1731
|
"label": "API secret",
|
|
1732
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1732
|
+
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">documentation</a> for details",
|
|
1733
1733
|
"group": "authentication",
|
|
1734
1734
|
"type": "String",
|
|
1735
1735
|
"feel": "optional",
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
},
|
|
1763
1763
|
{
|
|
1764
1764
|
"label": "Authentication token",
|
|
1765
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1765
|
+
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">Camunda documentation</a>",
|
|
1766
1766
|
"group": "authentication",
|
|
1767
1767
|
"type": "String",
|
|
1768
1768
|
"feel": "optional",
|
|
@@ -1876,7 +1876,7 @@
|
|
|
1876
1876
|
},
|
|
1877
1877
|
{
|
|
1878
1878
|
"label": "Date sent",
|
|
1879
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1879
|
+
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">in UTC format</a>)",
|
|
1880
1880
|
"group": "filter",
|
|
1881
1881
|
"type": "String",
|
|
1882
1882
|
"feel": "optional",
|
|
@@ -1895,7 +1895,7 @@
|
|
|
1895
1895
|
},
|
|
1896
1896
|
{
|
|
1897
1897
|
"label": "Date before message was sent",
|
|
1898
|
-
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1898
|
+
"description": "The date and time before which messages were sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">in UTC format</a>)",
|
|
1899
1899
|
"group": "filter",
|
|
1900
1900
|
"type": "String",
|
|
1901
1901
|
"feel": "optional",
|
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
},
|
|
1915
1915
|
{
|
|
1916
1916
|
"label": "Date after message was sent",
|
|
1917
|
-
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1917
|
+
"description": "The date and time after which message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/\" target=\"_blank\">in UTC format</a>)",
|
|
1918
1918
|
"group": "filter",
|
|
1919
1919
|
"type": "String",
|
|
1920
1920
|
"feel": "optional",
|
|
@@ -2042,14 +2042,14 @@
|
|
|
2042
2042
|
"constraints": {
|
|
2043
2043
|
"notEmpty": false,
|
|
2044
2044
|
"pattern": {
|
|
2045
|
-
"value": "^(=|([0-9]
|
|
2045
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
2046
2046
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|
|
2049
2049
|
},
|
|
2050
2050
|
{
|
|
2051
2051
|
"label": "Error expression",
|
|
2052
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2052
|
+
"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>",
|
|
2053
2053
|
"group": "errors",
|
|
2054
2054
|
"type": "Text",
|
|
2055
2055
|
"feel": "required",
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
}
|
|
2061
2061
|
],
|
|
2062
2062
|
"engines": {
|
|
2063
|
-
"camunda": "^8.
|
|
2063
|
+
"camunda": "^8.2"
|
|
2064
2064
|
}
|
|
2065
2065
|
},
|
|
2066
2066
|
{
|
|
@@ -3,9 +3,9 @@
|
|
|
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":
|
|
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",
|
|
@@ -264,9 +252,9 @@
|
|
|
264
252
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
265
253
|
"name": "Twilio Boundary Event Connector",
|
|
266
254
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
267
|
-
"version":
|
|
255
|
+
"version": 2,
|
|
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/out-of-the-box-connectors/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",
|
|
@@ -3,10 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.TwilioWebhook.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"engines": {
|
|
8
|
-
"camunda": "^8.3"
|
|
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": {
|
|
@@ -14,9 +11,6 @@
|
|
|
14
11
|
"name": "Connectors"
|
|
15
12
|
},
|
|
16
13
|
"appliesTo": ["bpmn:StartEvent"],
|
|
17
|
-
"deprecated": {
|
|
18
|
-
"message": "Migrate to Twilio Message Start Event Connector"
|
|
19
|
-
},
|
|
20
14
|
"elementType": {
|
|
21
15
|
"value": "bpmn:StartEvent"
|
|
22
16
|
},
|
|
@@ -209,6 +203,9 @@
|
|
|
209
203
|
],
|
|
210
204
|
"icon": {
|
|
211
205
|
"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"
|
|
206
|
+
},
|
|
207
|
+
"engines": {
|
|
208
|
+
"camunda": "^8.2"
|
|
212
209
|
}
|
|
213
210
|
},
|
|
214
211
|
{
|
|
@@ -424,7 +421,10 @@
|
|
|
424
421
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
425
422
|
"name": "Twilio Start Event Connector",
|
|
426
423
|
"id": "io.camunda.connectors.TwilioWebhook.v1",
|
|
427
|
-
"version":
|
|
424
|
+
"version": 3,
|
|
425
|
+
"engines": {
|
|
426
|
+
"camunda": "^8.3"
|
|
427
|
+
},
|
|
428
428
|
"description": "Receive incoming message with Twilio service",
|
|
429
429
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
430
430
|
"category": {
|
|
@@ -432,6 +432,9 @@
|
|
|
432
432
|
"name": "Connectors"
|
|
433
433
|
},
|
|
434
434
|
"appliesTo": ["bpmn:StartEvent"],
|
|
435
|
+
"deprecated": {
|
|
436
|
+
"message": "Migrate to Twilio Message Start Event Connector"
|
|
437
|
+
},
|
|
435
438
|
"elementType": {
|
|
436
439
|
"value": "bpmn:StartEvent"
|
|
437
440
|
},
|
|
@@ -624,9 +627,6 @@
|
|
|
624
627
|
],
|
|
625
628
|
"icon": {
|
|
626
629
|
"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"
|
|
627
|
-
},
|
|
628
|
-
"engines": {
|
|
629
|
-
"camunda": "^8.2"
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
]
|