@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1056,14 +1056,14 @@
|
|
|
1056
1056
|
},
|
|
1057
1057
|
{
|
|
1058
1058
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1059
|
-
"name": "Twilio
|
|
1059
|
+
"name": "Twilio connector",
|
|
1060
1060
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
1061
|
-
"version":
|
|
1061
|
+
"version": 2,
|
|
1062
1062
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
1063
1063
|
"icon": {
|
|
1064
1064
|
"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"
|
|
1065
1065
|
},
|
|
1066
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1066
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/",
|
|
1067
1067
|
"category": {
|
|
1068
1068
|
"id": "connectors",
|
|
1069
1069
|
"name": "Connectors"
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
},
|
|
1156
1156
|
{
|
|
1157
1157
|
"label": "Account SID",
|
|
1158
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1158
|
+
"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>",
|
|
1159
1159
|
"group": "authentication",
|
|
1160
1160
|
"type": "String",
|
|
1161
1161
|
"feel": "optional",
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
},
|
|
1219
1219
|
{
|
|
1220
1220
|
"label": "API key",
|
|
1221
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1221
|
+
"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",
|
|
1222
1222
|
"group": "authentication",
|
|
1223
1223
|
"type": "String",
|
|
1224
1224
|
"feel": "optional",
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
1238
1238
|
"label": "API secret",
|
|
1239
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1239
|
+
"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",
|
|
1240
1240
|
"group": "authentication",
|
|
1241
1241
|
"type": "String",
|
|
1242
1242
|
"feel": "optional",
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
},
|
|
1270
1270
|
{
|
|
1271
1271
|
"label": "Authentication token",
|
|
1272
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1272
|
+
"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>",
|
|
1273
1273
|
"group": "authentication",
|
|
1274
1274
|
"type": "String",
|
|
1275
1275
|
"feel": "optional",
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
},
|
|
1384
1384
|
{
|
|
1385
1385
|
"label": "Date sent",
|
|
1386
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1386
|
+
"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>)",
|
|
1387
1387
|
"group": "filter",
|
|
1388
1388
|
"type": "String",
|
|
1389
1389
|
"feel": "optional",
|
|
@@ -1402,7 +1402,7 @@
|
|
|
1402
1402
|
},
|
|
1403
1403
|
{
|
|
1404
1404
|
"label": "Date before message was sent",
|
|
1405
|
-
"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
|
|
1405
|
+
"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>)",
|
|
1406
1406
|
"group": "filter",
|
|
1407
1407
|
"type": "String",
|
|
1408
1408
|
"feel": "optional",
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
},
|
|
1422
1422
|
{
|
|
1423
1423
|
"label": "Date after message was sent",
|
|
1424
|
-
"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
|
|
1424
|
+
"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>)",
|
|
1425
1425
|
"group": "filter",
|
|
1426
1426
|
"type": "String",
|
|
1427
1427
|
"feel": "optional",
|
|
@@ -1549,14 +1549,14 @@
|
|
|
1549
1549
|
"constraints": {
|
|
1550
1550
|
"notEmpty": false,
|
|
1551
1551
|
"pattern": {
|
|
1552
|
-
"value": "^(=|([0-9]
|
|
1552
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1553
1553
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1554
1554
|
}
|
|
1555
1555
|
}
|
|
1556
1556
|
},
|
|
1557
1557
|
{
|
|
1558
1558
|
"label": "Error expression",
|
|
1559
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1559
|
+
"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>",
|
|
1560
1560
|
"group": "errors",
|
|
1561
1561
|
"type": "Text",
|
|
1562
1562
|
"feel": "required",
|
|
@@ -1572,14 +1572,14 @@
|
|
|
1572
1572
|
},
|
|
1573
1573
|
{
|
|
1574
1574
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1575
|
-
"name": "Twilio
|
|
1575
|
+
"name": "Twilio Outbound Connector",
|
|
1576
1576
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
1577
|
-
"version":
|
|
1577
|
+
"version": 3,
|
|
1578
1578
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
1579
1579
|
"icon": {
|
|
1580
1580
|
"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"
|
|
1581
1581
|
},
|
|
1582
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1582
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound",
|
|
1583
1583
|
"category": {
|
|
1584
1584
|
"id": "connectors",
|
|
1585
1585
|
"name": "Connectors"
|
|
@@ -1671,7 +1671,7 @@
|
|
|
1671
1671
|
},
|
|
1672
1672
|
{
|
|
1673
1673
|
"label": "Account SID",
|
|
1674
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1674
|
+
"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>",
|
|
1675
1675
|
"group": "authentication",
|
|
1676
1676
|
"type": "String",
|
|
1677
1677
|
"feel": "optional",
|
|
@@ -1734,7 +1734,7 @@
|
|
|
1734
1734
|
},
|
|
1735
1735
|
{
|
|
1736
1736
|
"label": "API key",
|
|
1737
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1737
|
+
"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",
|
|
1738
1738
|
"group": "authentication",
|
|
1739
1739
|
"type": "String",
|
|
1740
1740
|
"feel": "optional",
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
"label": "API secret",
|
|
1755
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1755
|
+
"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",
|
|
1756
1756
|
"group": "authentication",
|
|
1757
1757
|
"type": "String",
|
|
1758
1758
|
"feel": "optional",
|
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
},
|
|
1786
1786
|
{
|
|
1787
1787
|
"label": "Authentication token",
|
|
1788
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1788
|
+
"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>",
|
|
1789
1789
|
"group": "authentication",
|
|
1790
1790
|
"type": "String",
|
|
1791
1791
|
"feel": "optional",
|
|
@@ -1899,7 +1899,7 @@
|
|
|
1899
1899
|
},
|
|
1900
1900
|
{
|
|
1901
1901
|
"label": "Date sent",
|
|
1902
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
1902
|
+
"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>)",
|
|
1903
1903
|
"group": "filter",
|
|
1904
1904
|
"type": "String",
|
|
1905
1905
|
"feel": "optional",
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
},
|
|
1919
1919
|
{
|
|
1920
1920
|
"label": "Date before message was sent",
|
|
1921
|
-
"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
|
|
1921
|
+
"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>)",
|
|
1922
1922
|
"group": "filter",
|
|
1923
1923
|
"type": "String",
|
|
1924
1924
|
"feel": "optional",
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
},
|
|
1938
1938
|
{
|
|
1939
1939
|
"label": "Date after message was sent",
|
|
1940
|
-
"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
|
|
1940
|
+
"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>)",
|
|
1941
1941
|
"group": "filter",
|
|
1942
1942
|
"type": "String",
|
|
1943
1943
|
"feel": "optional",
|
|
@@ -2065,14 +2065,14 @@
|
|
|
2065
2065
|
"constraints": {
|
|
2066
2066
|
"notEmpty": false,
|
|
2067
2067
|
"pattern": {
|
|
2068
|
-
"value": "^(=|([0-9]
|
|
2068
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2069
2069
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2070
2070
|
}
|
|
2071
2071
|
}
|
|
2072
2072
|
},
|
|
2073
2073
|
{
|
|
2074
2074
|
"label": "Error expression",
|
|
2075
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2075
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
2076
2076
|
"group": "errors",
|
|
2077
2077
|
"type": "Text",
|
|
2078
2078
|
"feel": "required",
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2091
2091
|
"name": "Twilio connector",
|
|
2092
2092
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
2093
|
-
"version":
|
|
2093
|
+
"version": 1,
|
|
2094
2094
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
2095
2095
|
"icon": {
|
|
2096
2096
|
"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"
|
|
@@ -2581,7 +2581,7 @@
|
|
|
2581
2581
|
"constraints": {
|
|
2582
2582
|
"notEmpty": false,
|
|
2583
2583
|
"pattern": {
|
|
2584
|
-
"value": "^(=|([0-9]+|secrets
|
|
2584
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
2585
2585
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2586
2586
|
}
|
|
2587
2587
|
}
|
|
@@ -3,7 +3,10 @@
|
|
|
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": 3,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.4"
|
|
9
|
+
},
|
|
7
10
|
"description": "Receive incoming message with Twilio service",
|
|
8
11
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
9
12
|
"category": {
|
|
@@ -107,7 +110,7 @@
|
|
|
107
110
|
"id": "shouldValidateHmac",
|
|
108
111
|
"label": "HMAC authentication",
|
|
109
112
|
"group": "endpoint",
|
|
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/
|
|
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/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
111
114
|
"value": "disabled",
|
|
112
115
|
"type": "Dropdown",
|
|
113
116
|
"choices": [
|
|
@@ -255,18 +258,15 @@
|
|
|
255
258
|
],
|
|
256
259
|
"icon": {
|
|
257
260
|
"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
|
{
|
|
264
264
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
265
265
|
"name": "Twilio Boundary Event Connector",
|
|
266
266
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
267
|
-
"version":
|
|
267
|
+
"version": 2,
|
|
268
268
|
"description": "Receive incoming message with Twilio service",
|
|
269
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
269
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
270
270
|
"category": {
|
|
271
271
|
"id": "connectors",
|
|
272
272
|
"name": "Connectors"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"id": "shouldValidateHmac",
|
|
369
369
|
"label": "HMAC authentication",
|
|
370
370
|
"group": "endpoint",
|
|
371
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
371
|
+
"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
372
|
"value": "disabled",
|
|
373
373
|
"type": "Dropdown",
|
|
374
374
|
"choices": [
|
|
@@ -466,6 +466,18 @@
|
|
|
466
466
|
"notEmpty": true
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
|
+
{
|
|
470
|
+
"label": "Message ID expression",
|
|
471
|
+
"feel": "required",
|
|
472
|
+
"type": "String",
|
|
473
|
+
"optional": true,
|
|
474
|
+
"group": "activation",
|
|
475
|
+
"binding": {
|
|
476
|
+
"type": "zeebe:property",
|
|
477
|
+
"name": "messageIdExpression"
|
|
478
|
+
},
|
|
479
|
+
"description": "Expression to extract unique identifier of a message"
|
|
480
|
+
},
|
|
469
481
|
{
|
|
470
482
|
"label": "Condition",
|
|
471
483
|
"type": "String",
|
|
@@ -476,7 +488,7 @@
|
|
|
476
488
|
"type": "zeebe:property",
|
|
477
489
|
"name": "inbound.activationCondition"
|
|
478
490
|
},
|
|
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
|
|
491
|
+
"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
492
|
},
|
|
481
493
|
{
|
|
482
494
|
"label": "Result variable",
|
|
@@ -513,12 +525,9 @@
|
|
|
513
525
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
526
|
"name": "Twilio Boundary Event Connector",
|
|
515
527
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
516
|
-
"version":
|
|
517
|
-
"engines": {
|
|
518
|
-
"camunda": "^8.4"
|
|
519
|
-
},
|
|
528
|
+
"version": 1,
|
|
520
529
|
"description": "Receive incoming message with Twilio service",
|
|
521
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
530
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
522
531
|
"category": {
|
|
523
532
|
"id": "connectors",
|
|
524
533
|
"name": "Connectors"
|
|
@@ -620,7 +629,7 @@
|
|
|
620
629
|
"id": "shouldValidateHmac",
|
|
621
630
|
"label": "HMAC authentication",
|
|
622
631
|
"group": "endpoint",
|
|
623
|
-
"description": "Choose whether HMAC verification is enabled. <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/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",
|
|
624
633
|
"value": "disabled",
|
|
625
634
|
"type": "Dropdown",
|
|
626
635
|
"choices": [
|
|
@@ -718,18 +727,6 @@
|
|
|
718
727
|
"notEmpty": true
|
|
719
728
|
}
|
|
720
729
|
},
|
|
721
|
-
{
|
|
722
|
-
"label": "Message ID expression",
|
|
723
|
-
"feel": "required",
|
|
724
|
-
"type": "String",
|
|
725
|
-
"optional": true,
|
|
726
|
-
"group": "activation",
|
|
727
|
-
"binding": {
|
|
728
|
-
"type": "zeebe:property",
|
|
729
|
-
"name": "messageIdExpression"
|
|
730
|
-
},
|
|
731
|
-
"description": "Expression to extract unique identifier of a message"
|
|
732
|
-
},
|
|
733
730
|
{
|
|
734
731
|
"label": "Condition",
|
|
735
732
|
"type": "String",
|
|
@@ -740,7 +737,7 @@
|
|
|
740
737
|
"type": "zeebe:property",
|
|
741
738
|
"name": "inbound.activationCondition"
|
|
742
739
|
},
|
|
743
|
-
"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
|
|
740
|
+
"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>"
|
|
744
741
|
},
|
|
745
742
|
{
|
|
746
743
|
"label": "Result variable",
|
|
@@ -768,6 +765,9 @@
|
|
|
768
765
|
],
|
|
769
766
|
"icon": {
|
|
770
767
|
"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
771
|
}
|
|
772
772
|
}
|
|
773
773
|
]
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 4,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
7
10
|
"description": "Receive incoming message with Twilio service",
|
|
8
11
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
9
12
|
"category": {
|
|
@@ -255,18 +258,15 @@
|
|
|
255
258
|
],
|
|
256
259
|
"icon": {
|
|
257
260
|
"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
|
{
|
|
264
264
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
265
265
|
"name": "Twilio Intermediate Catch Event Connector",
|
|
266
266
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
267
|
-
"version":
|
|
267
|
+
"version": 3,
|
|
268
268
|
"description": "Receive incoming message with Twilio service",
|
|
269
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
269
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
270
270
|
"category": {
|
|
271
271
|
"id": "connectors",
|
|
272
272
|
"name": "Connectors"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"id": "shouldValidateHmac",
|
|
369
369
|
"label": "HMAC authentication",
|
|
370
370
|
"group": "endpoint",
|
|
371
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
371
|
+
"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
372
|
"value": "disabled",
|
|
373
373
|
"type": "Dropdown",
|
|
374
374
|
"choices": [
|
|
@@ -466,6 +466,18 @@
|
|
|
466
466
|
"notEmpty": true
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
|
+
{
|
|
470
|
+
"label": "Message ID expression",
|
|
471
|
+
"feel": "required",
|
|
472
|
+
"type": "String",
|
|
473
|
+
"optional": true,
|
|
474
|
+
"group": "activation",
|
|
475
|
+
"binding": {
|
|
476
|
+
"type": "zeebe:property",
|
|
477
|
+
"name": "messageIdExpression"
|
|
478
|
+
},
|
|
479
|
+
"description": "Expression to extract unique identifier of a message"
|
|
480
|
+
},
|
|
469
481
|
{
|
|
470
482
|
"label": "Condition",
|
|
471
483
|
"type": "String",
|
|
@@ -476,7 +488,7 @@
|
|
|
476
488
|
"type": "zeebe:property",
|
|
477
489
|
"name": "inbound.activationCondition"
|
|
478
490
|
},
|
|
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
|
|
491
|
+
"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
492
|
},
|
|
481
493
|
{
|
|
482
494
|
"label": "Result variable",
|
|
@@ -506,14 +518,14 @@
|
|
|
506
518
|
"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
519
|
},
|
|
508
520
|
"engines": {
|
|
509
|
-
"camunda": "^8.
|
|
521
|
+
"camunda": "^8.4"
|
|
510
522
|
}
|
|
511
523
|
},
|
|
512
524
|
{
|
|
513
525
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
|
-
"name": "Twilio
|
|
526
|
+
"name": "Twilio Intermediate Catch Event Connector",
|
|
515
527
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
516
|
-
"version":
|
|
528
|
+
"version": 2,
|
|
517
529
|
"description": "Receive incoming message with Twilio service",
|
|
518
530
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
519
531
|
"category": {
|
|
@@ -760,14 +772,11 @@
|
|
|
760
772
|
},
|
|
761
773
|
{
|
|
762
774
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
763
|
-
"name": "Twilio
|
|
775
|
+
"name": "Twilio connector",
|
|
764
776
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
765
|
-
"version":
|
|
766
|
-
"engines": {
|
|
767
|
-
"camunda": "^8.3"
|
|
768
|
-
},
|
|
777
|
+
"version": 1,
|
|
769
778
|
"description": "Receive incoming message with Twilio service",
|
|
770
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
779
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
771
780
|
"category": {
|
|
772
781
|
"id": "connectors",
|
|
773
782
|
"name": "Connectors"
|
|
@@ -869,7 +878,7 @@
|
|
|
869
878
|
"id": "shouldValidateHmac",
|
|
870
879
|
"label": "HMAC authentication",
|
|
871
880
|
"group": "endpoint",
|
|
872
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
881
|
+
"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",
|
|
873
882
|
"value": "disabled",
|
|
874
883
|
"type": "Dropdown",
|
|
875
884
|
"choices": [
|
|
@@ -967,18 +976,6 @@
|
|
|
967
976
|
"notEmpty": true
|
|
968
977
|
}
|
|
969
978
|
},
|
|
970
|
-
{
|
|
971
|
-
"label": "Message ID expression",
|
|
972
|
-
"feel": "required",
|
|
973
|
-
"type": "String",
|
|
974
|
-
"optional": true,
|
|
975
|
-
"group": "activation",
|
|
976
|
-
"binding": {
|
|
977
|
-
"type": "zeebe:property",
|
|
978
|
-
"name": "messageIdExpression"
|
|
979
|
-
},
|
|
980
|
-
"description": "Expression to extract unique identifier of a message"
|
|
981
|
-
},
|
|
982
979
|
{
|
|
983
980
|
"label": "Condition",
|
|
984
981
|
"type": "String",
|
|
@@ -989,7 +986,7 @@
|
|
|
989
986
|
"type": "zeebe:property",
|
|
990
987
|
"name": "inbound.activationCondition"
|
|
991
988
|
},
|
|
992
|
-
"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
|
|
989
|
+
"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>"
|
|
993
990
|
},
|
|
994
991
|
{
|
|
995
992
|
"label": "Result variable",
|
|
@@ -1017,6 +1014,9 @@
|
|
|
1017
1014
|
],
|
|
1018
1015
|
"icon": {
|
|
1019
1016
|
"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"
|
|
1017
|
+
},
|
|
1018
|
+
"engines": {
|
|
1019
|
+
"camunda": "^8.2"
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
]
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.TwilioWebhookMessageStart.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 2,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.4"
|
|
9
|
+
},
|
|
7
10
|
"description": "Receive incoming message with Twilio service",
|
|
8
11
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
9
12
|
"category": {
|
|
@@ -288,19 +291,13 @@
|
|
|
288
291
|
],
|
|
289
292
|
"icon": {
|
|
290
293
|
"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"
|
|
291
|
-
},
|
|
292
|
-
"engines": {
|
|
293
|
-
"camunda": "^8.4"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
298
298
|
"name": "Twilio Message Start Event Connector",
|
|
299
299
|
"id": "io.camunda.connectors.TwilioWebhookMessageStart.v1",
|
|
300
|
-
"version":
|
|
301
|
-
"engines": {
|
|
302
|
-
"camunda": "^8.4"
|
|
303
|
-
},
|
|
300
|
+
"version": 1,
|
|
304
301
|
"description": "Receive incoming message with Twilio service",
|
|
305
302
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
306
303
|
"category": {
|
|
@@ -585,6 +582,9 @@
|
|
|
585
582
|
],
|
|
586
583
|
"icon": {
|
|
587
584
|
"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"
|
|
585
|
+
},
|
|
586
|
+
"engines": {
|
|
587
|
+
"camunda": "^8.4"
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
590
|
]
|