@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -8,6 +8,15 @@
8
8
  "camunda": "^8.4"
9
9
  },
10
10
  "description": "Receive incoming message with Twilio service",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
11
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
12
21
  "category": {
13
22
  "id": "connectors",
@@ -264,9 +273,9 @@
264
273
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
265
274
  "name": "Twilio Boundary Event Connector",
266
275
  "id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
267
- "version": 1,
276
+ "version": 2,
268
277
  "description": "Receive incoming message with Twilio service",
269
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
278
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
270
279
  "category": {
271
280
  "id": "connectors",
272
281
  "name": "Connectors"
@@ -368,7 +377,7 @@
368
377
  "id": "shouldValidateHmac",
369
378
  "label": "HMAC authentication",
370
379
  "group": "endpoint",
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",
380
+ "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
381
  "value": "disabled",
373
382
  "type": "Dropdown",
374
383
  "choices": [
@@ -466,6 +475,18 @@
466
475
  "notEmpty": true
467
476
  }
468
477
  },
478
+ {
479
+ "label": "Message ID expression",
480
+ "feel": "required",
481
+ "type": "String",
482
+ "optional": true,
483
+ "group": "activation",
484
+ "binding": {
485
+ "type": "zeebe:property",
486
+ "name": "messageIdExpression"
487
+ },
488
+ "description": "Expression to extract unique identifier of a message"
489
+ },
469
490
  {
470
491
  "label": "Condition",
471
492
  "type": "String",
@@ -476,7 +497,7 @@
476
497
  "type": "zeebe:property",
477
498
  "name": "inbound.activationCondition"
478
499
  },
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>"
500
+ "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
501
  },
481
502
  {
482
503
  "label": "Result variable",
@@ -513,9 +534,9 @@
513
534
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
514
535
  "name": "Twilio Boundary Event Connector",
515
536
  "id": "io.camunda.connectors.Twilio.Webhook.Boundary.v1",
516
- "version": 2,
537
+ "version": 1,
517
538
  "description": "Receive incoming message with Twilio service",
518
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
539
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
519
540
  "category": {
520
541
  "id": "connectors",
521
542
  "name": "Connectors"
@@ -617,7 +638,7 @@
617
638
  "id": "shouldValidateHmac",
618
639
  "label": "HMAC authentication",
619
640
  "group": "endpoint",
620
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
641
+ "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",
621
642
  "value": "disabled",
622
643
  "type": "Dropdown",
623
644
  "choices": [
@@ -715,18 +736,6 @@
715
736
  "notEmpty": true
716
737
  }
717
738
  },
718
- {
719
- "label": "Message ID expression",
720
- "feel": "required",
721
- "type": "String",
722
- "optional": true,
723
- "group": "activation",
724
- "binding": {
725
- "type": "zeebe:property",
726
- "name": "messageIdExpression"
727
- },
728
- "description": "Expression to extract unique identifier of a message"
729
- },
730
739
  {
731
740
  "label": "Condition",
732
741
  "type": "String",
@@ -737,7 +746,7 @@
737
746
  "type": "zeebe:property",
738
747
  "name": "inbound.activationCondition"
739
748
  },
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/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
749
+ "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>"
741
750
  },
742
751
  {
743
752
  "label": "Result variable",
@@ -3,14 +3,235 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Twilio Start Event Connector",
5
5
  "id": "io.camunda.connectors.TwilioWebhook.v1",
6
- "version": 2,
6
+ "version": 4,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive incoming message with Twilio service",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
8
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
9
21
  "category": {
10
22
  "id": "connectors",
11
23
  "name": "Connectors"
12
24
  },
13
25
  "appliesTo": ["bpmn:StartEvent"],
26
+ "deprecated": {
27
+ "message": "Migrate to Twilio Message Start Event Connector"
28
+ },
29
+ "elementType": {
30
+ "value": "bpmn:StartEvent"
31
+ },
32
+ "groups": [
33
+ {
34
+ "id": "endpoint",
35
+ "label": "Webhook configuration"
36
+ },
37
+ {
38
+ "id": "activation",
39
+ "label": "Activation"
40
+ },
41
+ {
42
+ "id": "variable-mapping",
43
+ "label": "Variable mapping"
44
+ }
45
+ ],
46
+ "properties": [
47
+ {
48
+ "type": "Hidden",
49
+ "value": "io.camunda:webhook:1",
50
+ "binding": {
51
+ "type": "zeebe:property",
52
+ "name": "inbound.type"
53
+ }
54
+ },
55
+ {
56
+ "id": "webhookMethod",
57
+ "label": "Webhook method",
58
+ "group": "endpoint",
59
+ "description": "Select HTTP method",
60
+ "value": "any",
61
+ "type": "Dropdown",
62
+ "choices": [
63
+ {
64
+ "name": "Any",
65
+ "value": "any"
66
+ },
67
+ {
68
+ "name": "Get",
69
+ "value": "get"
70
+ },
71
+ {
72
+ "name": "Post",
73
+ "value": "post"
74
+ }
75
+ ],
76
+ "binding": {
77
+ "type": "zeebe:property",
78
+ "name": "inbound.method"
79
+ }
80
+ },
81
+ {
82
+ "label": "Webhook ID",
83
+ "type": "String",
84
+ "group": "endpoint",
85
+ "binding": {
86
+ "type": "zeebe:property",
87
+ "name": "inbound.context"
88
+ },
89
+ "description": "The webhook ID is a part of the URL",
90
+ "constraints": {
91
+ "notEmpty": true
92
+ }
93
+ },
94
+ {
95
+ "type": "Hidden",
96
+ "value": "ConfigurableInboundWebhook",
97
+ "binding": {
98
+ "type": "zeebe:property",
99
+ "name": "inbound.subtype"
100
+ }
101
+ },
102
+ {
103
+ "id": "shouldValidateHmac",
104
+ "label": "HMAC authentication",
105
+ "group": "endpoint",
106
+ "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",
107
+ "value": "disabled",
108
+ "type": "Dropdown",
109
+ "choices": [
110
+ {
111
+ "name": "Enabled",
112
+ "value": "enabled"
113
+ },
114
+ {
115
+ "name": "Disabled",
116
+ "value": "disabled"
117
+ }
118
+ ],
119
+ "binding": {
120
+ "type": "zeebe:property",
121
+ "name": "inbound.shouldValidateHmac"
122
+ }
123
+ },
124
+ {
125
+ "type": "Hidden",
126
+ "value": "=[\"url\",\"body\",\"parameters\"]",
127
+ "binding": {
128
+ "type": "zeebe:property",
129
+ "name": "inbound.hmacScopes"
130
+ },
131
+ "condition": {
132
+ "property": "shouldValidateHmac",
133
+ "equals": "enabled"
134
+ }
135
+ },
136
+ {
137
+ "label": "HMAC secret key",
138
+ "description": "Shared secret key",
139
+ "type": "String",
140
+ "group": "endpoint",
141
+ "optional": true,
142
+ "binding": {
143
+ "type": "zeebe:property",
144
+ "name": "inbound.hmacSecret"
145
+ },
146
+ "condition": {
147
+ "property": "shouldValidateHmac",
148
+ "equals": "enabled"
149
+ }
150
+ },
151
+ {
152
+ "type": "Hidden",
153
+ "value": "x-twilio-signature",
154
+ "binding": {
155
+ "type": "zeebe:property",
156
+ "name": "inbound.hmacHeader"
157
+ },
158
+ "condition": {
159
+ "property": "shouldValidateHmac",
160
+ "equals": "enabled"
161
+ }
162
+ },
163
+ {
164
+ "value": "sha_1",
165
+ "type": "Hidden",
166
+ "binding": {
167
+ "type": "zeebe:property",
168
+ "name": "inbound.hmacAlgorithm"
169
+ },
170
+ "condition": {
171
+ "property": "shouldValidateHmac",
172
+ "equals": "enabled"
173
+ }
174
+ },
175
+ {
176
+ "type": "Hidden",
177
+ "group": "endpoint",
178
+ "binding": {
179
+ "type": "zeebe:property",
180
+ "name": "inbound.context"
181
+ }
182
+ },
183
+ {
184
+ "label": "Condition",
185
+ "type": "String",
186
+ "group": "activation",
187
+ "feel": "required",
188
+ "optional": true,
189
+ "binding": {
190
+ "type": "zeebe:property",
191
+ "name": "inbound.activationCondition"
192
+ },
193
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
194
+ },
195
+ {
196
+ "label": "Result variable",
197
+ "type": "String",
198
+ "group": "variable-mapping",
199
+ "optional": true,
200
+ "binding": {
201
+ "type": "zeebe:property",
202
+ "name": "resultVariable"
203
+ },
204
+ "description": "Name of variable to store the result of the connector in"
205
+ },
206
+ {
207
+ "label": "Result expression",
208
+ "type": "String",
209
+ "group": "variable-mapping",
210
+ "feel": "required",
211
+ "optional": true,
212
+ "binding": {
213
+ "type": "zeebe:property",
214
+ "name": "resultExpression"
215
+ },
216
+ "description": "Expression to map the inbound payload to process variables"
217
+ }
218
+ ],
219
+ "icon": {
220
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
221
+ }
222
+ },
223
+ {
224
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
225
+ "name": "Twilio connector",
226
+ "id": "io.camunda.connectors.TwilioWebhook.v1",
227
+ "version": 1,
228
+ "description": "Receive incoming message with Twilio service",
229
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
230
+ "category": {
231
+ "id": "connectors",
232
+ "name": "Connectors"
233
+ },
234
+ "appliesTo": ["bpmn:StartEvent"],
14
235
  "elementType": {
15
236
  "value": "bpmn:StartEvent"
16
237
  },
@@ -100,7 +321,7 @@
100
321
  "id": "shouldValidateHmac",
101
322
  "label": "HMAC authentication",
102
323
  "group": "endpoint",
103
- "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",
324
+ "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",
104
325
  "value": "disabled",
105
326
  "type": "Dropdown",
106
327
  "choices": [
@@ -175,7 +396,7 @@
175
396
  "type": "zeebe:property",
176
397
  "name": "inbound.activationCondition"
177
398
  },
178
- "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>"
399
+ "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>"
179
400
  },
180
401
  {
181
402
  "label": "Result variable",
@@ -210,11 +431,11 @@
210
431
  },
211
432
  {
212
433
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
213
- "name": "Twilio connector",
434
+ "name": "Twilio Start Event Connector",
214
435
  "id": "io.camunda.connectors.TwilioWebhook.v1",
215
- "version": 1,
436
+ "version": 2,
216
437
  "description": "Receive incoming message with Twilio service",
217
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
438
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
218
439
  "category": {
219
440
  "id": "connectors",
220
441
  "name": "Connectors"
@@ -309,7 +530,7 @@
309
530
  "id": "shouldValidateHmac",
310
531
  "label": "HMAC authentication",
311
532
  "group": "endpoint",
312
- "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",
533
+ "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",
313
534
  "value": "disabled",
314
535
  "type": "Dropdown",
315
536
  "choices": [
@@ -384,7 +605,7 @@
384
605
  "type": "zeebe:property",
385
606
  "name": "inbound.activationCondition"
386
607
  },
387
- "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>"
608
+ "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>"
388
609
  },
389
610
  {
390
611
  "label": "Result variable",
@@ -426,6 +647,15 @@
426
647
  "camunda": "^8.3"
427
648
  },
428
649
  "description": "Receive incoming message with Twilio service",
650
+ "keywords": [
651
+ "SMS received",
652
+ "receive SMS",
653
+ "incoming SMS",
654
+ "phone event",
655
+ "text message received",
656
+ "webhook",
657
+ "inbound message"
658
+ ],
429
659
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
430
660
  "category": {
431
661
  "id": "connectors",
@@ -3,8 +3,20 @@
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": 3,
6
+ "version": 4,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive incoming message with Twilio service",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
8
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
9
21
  "category": {
10
22
  "id": "connectors",
@@ -255,9 +267,6 @@
255
267
  ],
256
268
  "icon": {
257
269
  "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
270
  }
262
271
  },
263
272
  {
@@ -511,11 +520,11 @@
511
520
  },
512
521
  {
513
522
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
514
- "name": "Twilio connector",
523
+ "name": "Twilio Intermediate Catch Event Connector",
515
524
  "id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
516
- "version": 1,
525
+ "version": 3,
517
526
  "description": "Receive incoming message with Twilio service",
518
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
527
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
519
528
  "category": {
520
529
  "id": "connectors",
521
530
  "name": "Connectors"
@@ -617,7 +626,7 @@
617
626
  "id": "shouldValidateHmac",
618
627
  "label": "HMAC authentication",
619
628
  "group": "endpoint",
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",
629
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
621
630
  "value": "disabled",
622
631
  "type": "Dropdown",
623
632
  "choices": [
@@ -715,6 +724,18 @@
715
724
  "notEmpty": true
716
725
  }
717
726
  },
727
+ {
728
+ "label": "Message ID expression",
729
+ "feel": "required",
730
+ "type": "String",
731
+ "optional": true,
732
+ "group": "activation",
733
+ "binding": {
734
+ "type": "zeebe:property",
735
+ "name": "messageIdExpression"
736
+ },
737
+ "description": "Expression to extract unique identifier of a message"
738
+ },
718
739
  {
719
740
  "label": "Condition",
720
741
  "type": "String",
@@ -725,7 +746,7 @@
725
746
  "type": "zeebe:property",
726
747
  "name": "inbound.activationCondition"
727
748
  },
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>"
749
+ "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>"
729
750
  },
730
751
  {
731
752
  "label": "Result variable",
@@ -755,19 +776,16 @@
755
776
  "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
777
  },
757
778
  "engines": {
758
- "camunda": "^8.2"
779
+ "camunda": "^8.4"
759
780
  }
760
781
  },
761
782
  {
762
783
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
763
- "name": "Twilio Intermediate Catch Event Connector",
784
+ "name": "Twilio connector",
764
785
  "id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
765
- "version": 4,
766
- "engines": {
767
- "camunda": "^8.3"
768
- },
786
+ "version": 1,
769
787
  "description": "Receive incoming message with Twilio service",
770
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
788
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
771
789
  "category": {
772
790
  "id": "connectors",
773
791
  "name": "Connectors"
@@ -869,7 +887,7 @@
869
887
  "id": "shouldValidateHmac",
870
888
  "label": "HMAC authentication",
871
889
  "group": "endpoint",
872
- "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",
890
+ "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
891
  "value": "disabled",
874
892
  "type": "Dropdown",
875
893
  "choices": [
@@ -967,18 +985,6 @@
967
985
  "notEmpty": true
968
986
  }
969
987
  },
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
988
  {
983
989
  "label": "Condition",
984
990
  "type": "String",
@@ -989,7 +995,7 @@
989
995
  "type": "zeebe:property",
990
996
  "name": "inbound.activationCondition"
991
997
  },
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/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
998
+ "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
999
  },
994
1000
  {
995
1001
  "label": "Result variable",
@@ -1017,6 +1023,9 @@
1017
1023
  ],
1018
1024
  "icon": {
1019
1025
  "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"
1026
+ },
1027
+ "engines": {
1028
+ "camunda": "^8.2"
1020
1029
  }
1021
1030
  }
1022
1031
  ]