@camunda/connectors-element-templates 1.0.15 → 1.0.17
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/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- 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-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 5,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
7
10
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
8
11
|
"icon": {
|
|
9
12
|
"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"
|
|
@@ -48,8 +51,7 @@
|
|
|
48
51
|
"type": "Hidden",
|
|
49
52
|
"value": "io.camunda:http-json:1",
|
|
50
53
|
"binding": {
|
|
51
|
-
"type": "zeebe:taskDefinition"
|
|
52
|
-
"property": "type"
|
|
54
|
+
"type": "zeebe:taskDefinition:type"
|
|
53
55
|
}
|
|
54
56
|
},
|
|
55
57
|
{
|
|
@@ -501,7 +503,7 @@
|
|
|
501
503
|
},
|
|
502
504
|
{
|
|
503
505
|
"label": "Error expression",
|
|
504
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
506
|
+
"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>",
|
|
505
507
|
"group": "errors",
|
|
506
508
|
"type": "Text",
|
|
507
509
|
"feel": "required",
|
|
@@ -509,22 +511,43 @@
|
|
|
509
511
|
"type": "zeebe:taskHeader",
|
|
510
512
|
"key": "errorExpression"
|
|
511
513
|
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "version",
|
|
517
|
+
"label": "Version",
|
|
518
|
+
"description": "Version of the element template",
|
|
519
|
+
"value": "5",
|
|
520
|
+
"group": "connector",
|
|
521
|
+
"binding": {
|
|
522
|
+
"key": "elementTemplateVersion",
|
|
523
|
+
"type": "zeebe:taskHeader"
|
|
524
|
+
},
|
|
525
|
+
"type": "Hidden"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "id",
|
|
529
|
+
"label": "ID",
|
|
530
|
+
"description": "ID of the element template",
|
|
531
|
+
"value": "io.camunda.connectors.Twilio.v1",
|
|
532
|
+
"group": "connector",
|
|
533
|
+
"binding": {
|
|
534
|
+
"key": "elementTemplateId",
|
|
535
|
+
"type": "zeebe:taskHeader"
|
|
536
|
+
},
|
|
537
|
+
"type": "Hidden"
|
|
512
538
|
}
|
|
513
|
-
]
|
|
514
|
-
"engines": {
|
|
515
|
-
"camunda": "^8.6"
|
|
516
|
-
}
|
|
539
|
+
]
|
|
517
540
|
},
|
|
518
541
|
{
|
|
519
542
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
520
|
-
"name": "Twilio
|
|
543
|
+
"name": "Twilio Outbound Connector",
|
|
521
544
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
522
|
-
"version":
|
|
545
|
+
"version": 4,
|
|
523
546
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
524
547
|
"icon": {
|
|
525
548
|
"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
549
|
},
|
|
527
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
550
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=outbound",
|
|
528
551
|
"category": {
|
|
529
552
|
"id": "connectors",
|
|
530
553
|
"name": "Connectors"
|
|
@@ -616,7 +639,7 @@
|
|
|
616
639
|
},
|
|
617
640
|
{
|
|
618
641
|
"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
|
|
642
|
+
"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>",
|
|
620
643
|
"group": "authentication",
|
|
621
644
|
"type": "String",
|
|
622
645
|
"feel": "optional",
|
|
@@ -666,7 +689,7 @@
|
|
|
666
689
|
},
|
|
667
690
|
{
|
|
668
691
|
"type": "Hidden",
|
|
669
|
-
"value": "={\"
|
|
692
|
+
"value": "={\"Content-Type\":\"application/x-www-form-urlencoded\"}",
|
|
670
693
|
"binding": {
|
|
671
694
|
"type": "zeebe:input",
|
|
672
695
|
"name": "headers"
|
|
@@ -679,7 +702,7 @@
|
|
|
679
702
|
},
|
|
680
703
|
{
|
|
681
704
|
"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
|
|
705
|
+
"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",
|
|
683
706
|
"group": "authentication",
|
|
684
707
|
"type": "String",
|
|
685
708
|
"feel": "optional",
|
|
@@ -697,7 +720,7 @@
|
|
|
697
720
|
},
|
|
698
721
|
{
|
|
699
722
|
"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
|
|
723
|
+
"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",
|
|
701
724
|
"group": "authentication",
|
|
702
725
|
"type": "String",
|
|
703
726
|
"feel": "optional",
|
|
@@ -730,7 +753,7 @@
|
|
|
730
753
|
},
|
|
731
754
|
{
|
|
732
755
|
"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
|
|
756
|
+
"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>",
|
|
734
757
|
"group": "authentication",
|
|
735
758
|
"type": "String",
|
|
736
759
|
"feel": "optional",
|
|
@@ -844,7 +867,7 @@
|
|
|
844
867
|
},
|
|
845
868
|
{
|
|
846
869
|
"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
|
|
870
|
+
"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>)",
|
|
848
871
|
"group": "filter",
|
|
849
872
|
"type": "String",
|
|
850
873
|
"feel": "optional",
|
|
@@ -863,7 +886,7 @@
|
|
|
863
886
|
},
|
|
864
887
|
{
|
|
865
888
|
"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
|
|
889
|
+
"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>)",
|
|
867
890
|
"group": "filter",
|
|
868
891
|
"type": "String",
|
|
869
892
|
"feel": "optional",
|
|
@@ -882,7 +905,7 @@
|
|
|
882
905
|
},
|
|
883
906
|
{
|
|
884
907
|
"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
|
|
908
|
+
"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>)",
|
|
886
909
|
"group": "filter",
|
|
887
910
|
"type": "String",
|
|
888
911
|
"feel": "optional",
|
|
@@ -1010,14 +1033,14 @@
|
|
|
1010
1033
|
"constraints": {
|
|
1011
1034
|
"notEmpty": false,
|
|
1012
1035
|
"pattern": {
|
|
1013
|
-
"value": "^(=|([0-9]
|
|
1036
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1014
1037
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1015
1038
|
}
|
|
1016
1039
|
}
|
|
1017
1040
|
},
|
|
1018
1041
|
{
|
|
1019
1042
|
"label": "Error expression",
|
|
1020
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1043
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
1021
1044
|
"group": "errors",
|
|
1022
1045
|
"type": "Text",
|
|
1023
1046
|
"feel": "required",
|
|
@@ -1028,7 +1051,7 @@
|
|
|
1028
1051
|
}
|
|
1029
1052
|
],
|
|
1030
1053
|
"engines": {
|
|
1031
|
-
"camunda": "^8.
|
|
1054
|
+
"camunda": "^8.6"
|
|
1032
1055
|
}
|
|
1033
1056
|
},
|
|
1034
1057
|
{
|
|
@@ -1551,7 +1574,7 @@
|
|
|
1551
1574
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1552
1575
|
"name": "Twilio connector",
|
|
1553
1576
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
1554
|
-
"version":
|
|
1577
|
+
"version": 2,
|
|
1555
1578
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
1556
1579
|
"icon": {
|
|
1557
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"
|
|
@@ -2042,7 +2065,7 @@
|
|
|
2042
2065
|
"constraints": {
|
|
2043
2066
|
"notEmpty": false,
|
|
2044
2067
|
"pattern": {
|
|
2045
|
-
"value": "^(=|([0-9]+|secrets
|
|
2068
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2046
2069
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2047
2070
|
}
|
|
2048
2071
|
}
|
|
@@ -2065,17 +2088,14 @@
|
|
|
2065
2088
|
},
|
|
2066
2089
|
{
|
|
2067
2090
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2068
|
-
"name": "Twilio
|
|
2091
|
+
"name": "Twilio connector",
|
|
2069
2092
|
"id": "io.camunda.connectors.Twilio.v1",
|
|
2070
|
-
"version":
|
|
2071
|
-
"engines": {
|
|
2072
|
-
"camunda": "^8.3"
|
|
2073
|
-
},
|
|
2093
|
+
"version": 1,
|
|
2074
2094
|
"description": "Send SMS messages or retrieve message information using the Twilio API",
|
|
2075
2095
|
"icon": {
|
|
2076
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"
|
|
2077
2097
|
},
|
|
2078
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
2098
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/",
|
|
2079
2099
|
"category": {
|
|
2080
2100
|
"id": "connectors",
|
|
2081
2101
|
"name": "Connectors"
|
|
@@ -2115,7 +2135,8 @@
|
|
|
2115
2135
|
"type": "Hidden",
|
|
2116
2136
|
"value": "io.camunda:http-json:1",
|
|
2117
2137
|
"binding": {
|
|
2118
|
-
"type": "zeebe:taskDefinition
|
|
2138
|
+
"type": "zeebe:taskDefinition",
|
|
2139
|
+
"property": "type"
|
|
2119
2140
|
}
|
|
2120
2141
|
},
|
|
2121
2142
|
{
|
|
@@ -2166,7 +2187,7 @@
|
|
|
2166
2187
|
},
|
|
2167
2188
|
{
|
|
2168
2189
|
"label": "Account SID",
|
|
2169
|
-
"description": "Your Twilio account SID. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
2190
|
+
"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>",
|
|
2170
2191
|
"group": "authentication",
|
|
2171
2192
|
"type": "String",
|
|
2172
2193
|
"feel": "optional",
|
|
@@ -2216,7 +2237,7 @@
|
|
|
2216
2237
|
},
|
|
2217
2238
|
{
|
|
2218
2239
|
"type": "Hidden",
|
|
2219
|
-
"value": "={\"
|
|
2240
|
+
"value": "={\"content-type\":\"application/x-www-form-urlencoded\"}",
|
|
2220
2241
|
"binding": {
|
|
2221
2242
|
"type": "zeebe:input",
|
|
2222
2243
|
"name": "headers"
|
|
@@ -2229,7 +2250,7 @@
|
|
|
2229
2250
|
},
|
|
2230
2251
|
{
|
|
2231
2252
|
"label": "API key",
|
|
2232
|
-
"description": "Your Twilio API key. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
2253
|
+
"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",
|
|
2233
2254
|
"group": "authentication",
|
|
2234
2255
|
"type": "String",
|
|
2235
2256
|
"feel": "optional",
|
|
@@ -2247,7 +2268,7 @@
|
|
|
2247
2268
|
},
|
|
2248
2269
|
{
|
|
2249
2270
|
"label": "API secret",
|
|
2250
|
-
"description": "Your Twilio API secret. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
2271
|
+
"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",
|
|
2251
2272
|
"group": "authentication",
|
|
2252
2273
|
"type": "String",
|
|
2253
2274
|
"feel": "optional",
|
|
@@ -2280,7 +2301,7 @@
|
|
|
2280
2301
|
},
|
|
2281
2302
|
{
|
|
2282
2303
|
"label": "Authentication token",
|
|
2283
|
-
"description": "Your Twilio auth token. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
2304
|
+
"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>",
|
|
2284
2305
|
"group": "authentication",
|
|
2285
2306
|
"type": "String",
|
|
2286
2307
|
"feel": "optional",
|
|
@@ -2394,7 +2415,7 @@
|
|
|
2394
2415
|
},
|
|
2395
2416
|
{
|
|
2396
2417
|
"label": "Date sent",
|
|
2397
|
-
"description": "The date and time the message was sent (<a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
2418
|
+
"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>)",
|
|
2398
2419
|
"group": "filter",
|
|
2399
2420
|
"type": "String",
|
|
2400
2421
|
"feel": "optional",
|
|
@@ -2413,7 +2434,7 @@
|
|
|
2413
2434
|
},
|
|
2414
2435
|
{
|
|
2415
2436
|
"label": "Date before message was sent",
|
|
2416
|
-
"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
|
|
2437
|
+
"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>)",
|
|
2417
2438
|
"group": "filter",
|
|
2418
2439
|
"type": "String",
|
|
2419
2440
|
"feel": "optional",
|
|
@@ -2432,7 +2453,7 @@
|
|
|
2432
2453
|
},
|
|
2433
2454
|
{
|
|
2434
2455
|
"label": "Date after message was sent",
|
|
2435
|
-
"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
|
|
2456
|
+
"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>)",
|
|
2436
2457
|
"group": "filter",
|
|
2437
2458
|
"type": "String",
|
|
2438
2459
|
"feel": "optional",
|
|
@@ -2560,7 +2581,7 @@
|
|
|
2560
2581
|
"constraints": {
|
|
2561
2582
|
"notEmpty": false,
|
|
2562
2583
|
"pattern": {
|
|
2563
|
-
"value": "^(=|([0-9]
|
|
2584
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
2564
2585
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2565
2586
|
}
|
|
2566
2587
|
}
|
|
@@ -2575,31 +2596,10 @@
|
|
|
2575
2596
|
"type": "zeebe:taskHeader",
|
|
2576
2597
|
"key": "errorExpression"
|
|
2577
2598
|
}
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"id": "version",
|
|
2581
|
-
"label": "Version",
|
|
2582
|
-
"description": "Version of the element template",
|
|
2583
|
-
"value": "5",
|
|
2584
|
-
"group": "connector",
|
|
2585
|
-
"binding": {
|
|
2586
|
-
"key": "elementTemplateVersion",
|
|
2587
|
-
"type": "zeebe:taskHeader"
|
|
2588
|
-
},
|
|
2589
|
-
"type": "Hidden"
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"id": "id",
|
|
2593
|
-
"label": "ID",
|
|
2594
|
-
"description": "ID of the element template",
|
|
2595
|
-
"value": "io.camunda.connectors.Twilio.v1",
|
|
2596
|
-
"group": "connector",
|
|
2597
|
-
"binding": {
|
|
2598
|
-
"key": "elementTemplateId",
|
|
2599
|
-
"type": "zeebe:taskHeader"
|
|
2600
|
-
},
|
|
2601
|
-
"type": "Hidden"
|
|
2602
2599
|
}
|
|
2603
|
-
]
|
|
2600
|
+
],
|
|
2601
|
+
"engines": {
|
|
2602
|
+
"camunda": "^8.2"
|
|
2603
|
+
}
|
|
2604
2604
|
}
|
|
2605
2605
|
]
|
|
@@ -3,9 +3,12 @@
|
|
|
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
|
-
"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=inbound",
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -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/
|
|
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": [
|
|
@@ -205,6 +208,18 @@
|
|
|
205
208
|
"notEmpty": true
|
|
206
209
|
}
|
|
207
210
|
},
|
|
211
|
+
{
|
|
212
|
+
"label": "Message ID expression",
|
|
213
|
+
"feel": "required",
|
|
214
|
+
"type": "String",
|
|
215
|
+
"optional": true,
|
|
216
|
+
"group": "activation",
|
|
217
|
+
"binding": {
|
|
218
|
+
"type": "zeebe:property",
|
|
219
|
+
"name": "messageIdExpression"
|
|
220
|
+
},
|
|
221
|
+
"description": "Expression to extract unique identifier of a message"
|
|
222
|
+
},
|
|
208
223
|
{
|
|
209
224
|
"label": "Condition",
|
|
210
225
|
"type": "String",
|
|
@@ -215,7 +230,7 @@
|
|
|
215
230
|
"type": "zeebe:property",
|
|
216
231
|
"name": "inbound.activationCondition"
|
|
217
232
|
},
|
|
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
|
|
233
|
+
"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>"
|
|
219
234
|
},
|
|
220
235
|
{
|
|
221
236
|
"label": "Result variable",
|
|
@@ -243,18 +258,15 @@
|
|
|
243
258
|
],
|
|
244
259
|
"icon": {
|
|
245
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"
|
|
246
|
-
},
|
|
247
|
-
"engines": {
|
|
248
|
-
"camunda": "^8.4"
|
|
249
261
|
}
|
|
250
262
|
},
|
|
251
263
|
{
|
|
252
264
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
253
265
|
"name": "Twilio Boundary Event Connector",
|
|
254
266
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
255
|
-
"version":
|
|
267
|
+
"version": 1,
|
|
256
268
|
"description": "Receive incoming message with Twilio service",
|
|
257
|
-
"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-webhook/",
|
|
258
270
|
"category": {
|
|
259
271
|
"id": "connectors",
|
|
260
272
|
"name": "Connectors"
|
|
@@ -356,7 +368,7 @@
|
|
|
356
368
|
"id": "shouldValidateHmac",
|
|
357
369
|
"label": "HMAC authentication",
|
|
358
370
|
"group": "endpoint",
|
|
359
|
-
"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/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",
|
|
360
372
|
"value": "disabled",
|
|
361
373
|
"type": "Dropdown",
|
|
362
374
|
"choices": [
|
|
@@ -454,18 +466,6 @@
|
|
|
454
466
|
"notEmpty": true
|
|
455
467
|
}
|
|
456
468
|
},
|
|
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-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
482
|
"label": "Result variable",
|
|
@@ -513,10 +513,7 @@
|
|
|
513
513
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
514
|
"name": "Twilio Boundary Event Connector",
|
|
515
515
|
"id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
|
|
516
|
-
"version":
|
|
517
|
-
"engines": {
|
|
518
|
-
"camunda": "^8.4"
|
|
519
|
-
},
|
|
516
|
+
"version": 2,
|
|
520
517
|
"description": "Receive incoming message with Twilio service",
|
|
521
518
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
522
519
|
"category": {
|
|
@@ -620,7 +617,7 @@
|
|
|
620
617
|
"id": "shouldValidateHmac",
|
|
621
618
|
"label": "HMAC authentication",
|
|
622
619
|
"group": "endpoint",
|
|
623
|
-
"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/
|
|
620
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
624
621
|
"value": "disabled",
|
|
625
622
|
"type": "Dropdown",
|
|
626
623
|
"choices": [
|
|
@@ -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,9 +3,9 @@
|
|
|
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": 3,
|
|
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/?twilio=inbound",
|
|
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/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
111
|
"value": "disabled",
|
|
112
112
|
"type": "Dropdown",
|
|
113
113
|
"choices": [
|
|
@@ -205,6 +205,18 @@
|
|
|
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
|
+
},
|
|
208
220
|
{
|
|
209
221
|
"label": "Condition",
|
|
210
222
|
"type": "String",
|
|
@@ -215,7 +227,7 @@
|
|
|
215
227
|
"type": "zeebe:property",
|
|
216
228
|
"name": "inbound.activationCondition"
|
|
217
229
|
},
|
|
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
|
|
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/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
219
231
|
},
|
|
220
232
|
{
|
|
221
233
|
"label": "Result variable",
|
|
@@ -245,14 +257,14 @@
|
|
|
245
257
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
246
258
|
},
|
|
247
259
|
"engines": {
|
|
248
|
-
"camunda": "^8.
|
|
260
|
+
"camunda": "^8.4"
|
|
249
261
|
}
|
|
250
262
|
},
|
|
251
263
|
{
|
|
252
264
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
253
|
-
"name": "Twilio
|
|
265
|
+
"name": "Twilio Intermediate Catch Event Connector",
|
|
254
266
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
255
|
-
"version":
|
|
267
|
+
"version": 2,
|
|
256
268
|
"description": "Receive incoming message with Twilio service",
|
|
257
269
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
258
270
|
"category": {
|
|
@@ -499,11 +511,11 @@
|
|
|
499
511
|
},
|
|
500
512
|
{
|
|
501
513
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
502
|
-
"name": "Twilio
|
|
514
|
+
"name": "Twilio connector",
|
|
503
515
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
504
|
-
"version":
|
|
516
|
+
"version": 1,
|
|
505
517
|
"description": "Receive incoming message with Twilio service",
|
|
506
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
518
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
507
519
|
"category": {
|
|
508
520
|
"id": "connectors",
|
|
509
521
|
"name": "Connectors"
|
|
@@ -605,7 +617,7 @@
|
|
|
605
617
|
"id": "shouldValidateHmac",
|
|
606
618
|
"label": "HMAC authentication",
|
|
607
619
|
"group": "endpoint",
|
|
608
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
620
|
+
"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",
|
|
609
621
|
"value": "disabled",
|
|
610
622
|
"type": "Dropdown",
|
|
611
623
|
"choices": [
|
|
@@ -703,18 +715,6 @@
|
|
|
703
715
|
"notEmpty": true
|
|
704
716
|
}
|
|
705
717
|
},
|
|
706
|
-
{
|
|
707
|
-
"label": "Message ID expression",
|
|
708
|
-
"feel": "required",
|
|
709
|
-
"type": "String",
|
|
710
|
-
"optional": true,
|
|
711
|
-
"group": "activation",
|
|
712
|
-
"binding": {
|
|
713
|
-
"type": "zeebe:property",
|
|
714
|
-
"name": "messageIdExpression"
|
|
715
|
-
},
|
|
716
|
-
"description": "Expression to extract unique identifier of a message"
|
|
717
|
-
},
|
|
718
718
|
{
|
|
719
719
|
"label": "Condition",
|
|
720
720
|
"type": "String",
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
"type": "zeebe:property",
|
|
726
726
|
"name": "inbound.activationCondition"
|
|
727
727
|
},
|
|
728
|
-
"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
|
|
728
|
+
"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>"
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
731
|
"label": "Result variable",
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"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"
|
|
756
756
|
},
|
|
757
757
|
"engines": {
|
|
758
|
-
"camunda": "^8.
|
|
758
|
+
"camunda": "^8.2"
|
|
759
759
|
}
|
|
760
760
|
},
|
|
761
761
|
{
|