@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -0,0 +1,564 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Email Receive Task Connector",
5
+ "id": "io.camunda.connectors.inbound.EmailReceive.v1",
6
+ "description": "Consume emails",
7
+ "keywords": [
8
+ "email received",
9
+ "receive email",
10
+ "incoming email",
11
+ "poll emails",
12
+ "new email",
13
+ "email notification"
14
+ ],
15
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
16
+ "version": 2,
17
+ "category": {
18
+ "id": "connectors",
19
+ "name": "Connectors"
20
+ },
21
+ "appliesTo": ["bpmn:ReceiveTask"],
22
+ "elementType": {
23
+ "value": "bpmn:ReceiveTask"
24
+ },
25
+ "engines": {
26
+ "camunda": "^8.6"
27
+ },
28
+ "groups": [
29
+ {
30
+ "id": "authentication",
31
+ "label": "Authentication"
32
+ },
33
+ {
34
+ "id": "protocol",
35
+ "label": "Imap Details"
36
+ },
37
+ {
38
+ "id": "listenerInfos",
39
+ "label": "Listener information"
40
+ },
41
+ {
42
+ "id": "unseenPollingConfig",
43
+ "label": "After process"
44
+ },
45
+ {
46
+ "id": "allPollingConfig",
47
+ "label": "After process"
48
+ },
49
+ {
50
+ "id": "activation",
51
+ "label": "Activation"
52
+ },
53
+ {
54
+ "id": "correlation",
55
+ "label": "Correlation",
56
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
57
+ },
58
+ {
59
+ "id": "deduplication",
60
+ "label": "Deduplication",
61
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
62
+ },
63
+ {
64
+ "id": "output",
65
+ "label": "Output mapping"
66
+ }
67
+ ],
68
+ "properties": [
69
+ {
70
+ "value": "io.camunda:connector-email-inbound:1",
71
+ "binding": {
72
+ "name": "inbound.type",
73
+ "type": "zeebe:property"
74
+ },
75
+ "type": "Hidden"
76
+ },
77
+ {
78
+ "id": "authentication.type",
79
+ "label": "Authentication",
80
+ "description": "Specify the Email authentication strategy.",
81
+ "value": "simple",
82
+ "group": "authentication",
83
+ "binding": {
84
+ "name": "authentication.type",
85
+ "type": "zeebe:property"
86
+ },
87
+ "type": "Dropdown",
88
+ "choices": [
89
+ {
90
+ "name": "Simple",
91
+ "value": "simple"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "id": "authentication.simpleAuthenticationUsername",
97
+ "label": "Username",
98
+ "optional": false,
99
+ "constraints": {
100
+ "notEmpty": true
101
+ },
102
+ "group": "authentication",
103
+ "binding": {
104
+ "name": "authentication.username",
105
+ "type": "zeebe:property"
106
+ },
107
+ "condition": {
108
+ "property": "authentication.type",
109
+ "equals": "simple",
110
+ "type": "simple"
111
+ },
112
+ "tooltip": "Enter your full email address (e.g., user@example.com) or the username provided by your email service. This is used to authenticate your access to the mail server.",
113
+ "type": "String"
114
+ },
115
+ {
116
+ "id": "authentication.simpleAuthenticationPassword",
117
+ "label": "Email password",
118
+ "optional": false,
119
+ "constraints": {
120
+ "notEmpty": true
121
+ },
122
+ "group": "authentication",
123
+ "binding": {
124
+ "name": "authentication.password",
125
+ "type": "zeebe:property"
126
+ },
127
+ "condition": {
128
+ "property": "authentication.type",
129
+ "equals": "simple",
130
+ "type": "simple"
131
+ },
132
+ "tooltip": "Enter the password associated with your email account. Keep your password secure and do not share it with others.",
133
+ "type": "String"
134
+ },
135
+ {
136
+ "id": "data.imapHost",
137
+ "label": "IMAP Host",
138
+ "optional": false,
139
+ "constraints": {
140
+ "notEmpty": true
141
+ },
142
+ "feel": "optional",
143
+ "group": "protocol",
144
+ "binding": {
145
+ "name": "data.imapConfig.imapHost",
146
+ "type": "zeebe:property"
147
+ },
148
+ "tooltip": "Enter the address of the IMAP server used to retrieve your emails. This server allows you to sync your messages across multiple devices. (e.g., imap.example.com)",
149
+ "type": "String"
150
+ },
151
+ {
152
+ "id": "data.imapPort",
153
+ "label": "IMAP Port",
154
+ "optional": false,
155
+ "value": "993",
156
+ "constraints": {
157
+ "notEmpty": true
158
+ },
159
+ "feel": "optional",
160
+ "group": "protocol",
161
+ "binding": {
162
+ "name": "data.imapConfig.imapPort",
163
+ "type": "zeebe:property"
164
+ },
165
+ "tooltip": "Enter the port number for connecting to the IMAP server. Common ports are 993 for secure connections using SSL/TLS, or 143 for non-secure connections.",
166
+ "type": "String"
167
+ },
168
+ {
169
+ "id": "imapCryptographicProtocol",
170
+ "label": "Encryption protocol",
171
+ "optional": false,
172
+ "value": "TLS",
173
+ "constraints": {
174
+ "notEmpty": true
175
+ },
176
+ "group": "protocol",
177
+ "binding": {
178
+ "name": "data.imapConfig.imapCryptographicProtocol",
179
+ "type": "zeebe:property"
180
+ },
181
+ "tooltip": "Select the encryption protocol for email security.",
182
+ "type": "Dropdown",
183
+ "choices": [
184
+ {
185
+ "name": "TLS",
186
+ "value": "TLS"
187
+ },
188
+ {
189
+ "name": "SSL",
190
+ "value": "SSL"
191
+ },
192
+ {
193
+ "name": "None",
194
+ "value": "NONE"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "id": "data.folderToListen",
200
+ "label": "Folder to listen",
201
+ "optional": true,
202
+ "feel": "optional",
203
+ "group": "listenerInfos",
204
+ "binding": {
205
+ "name": "data.folderToListen",
206
+ "type": "zeebe:property"
207
+ },
208
+ "tooltip": "Enter the names of the folder you wish to monitor. If left blank, the listener will default to monitoring the 'INBOX' folder.",
209
+ "type": "String"
210
+ },
211
+ {
212
+ "id": "pollingWaitTime",
213
+ "label": "Polling wait time",
214
+ "optional": false,
215
+ "value": "PT20S",
216
+ "group": "listenerInfos",
217
+ "binding": {
218
+ "name": "data.pollingWaitTime",
219
+ "type": "zeebe:property"
220
+ },
221
+ "tooltip": "The duration for which the task will wait for a message to arrive in the mailbox before correlating",
222
+ "type": "String"
223
+ },
224
+ {
225
+ "id": "data.pollingConfigDiscriminator",
226
+ "label": "Polling configuration",
227
+ "value": "unseenPollingConfig",
228
+ "group": "listenerInfos",
229
+ "binding": {
230
+ "name": "data.pollingConfigDiscriminator",
231
+ "type": "zeebe:property"
232
+ },
233
+ "type": "Dropdown",
234
+ "choices": [
235
+ {
236
+ "name": "Poll unseen emails",
237
+ "value": "unseenPollingConfig"
238
+ },
239
+ {
240
+ "name": "Poll all emails",
241
+ "value": "allPollingConfig"
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "id": "data.pollingConfig.unseenHandlingStrategy",
247
+ "label": "Handling strategy",
248
+ "optional": false,
249
+ "value": "READ",
250
+ "constraints": {
251
+ "notEmpty": true
252
+ },
253
+ "group": "unseenPollingConfig",
254
+ "binding": {
255
+ "name": "data.pollingConfig.handlingStrategy",
256
+ "type": "zeebe:property"
257
+ },
258
+ "condition": {
259
+ "property": "data.pollingConfigDiscriminator",
260
+ "equals": "unseenPollingConfig",
261
+ "type": "simple"
262
+ },
263
+ "tooltip": "Choose the desired handling strategy",
264
+ "type": "Dropdown",
265
+ "choices": [
266
+ {
267
+ "name": "Mark as read after processing",
268
+ "value": "READ"
269
+ },
270
+ {
271
+ "name": "Delete after processing",
272
+ "value": "DELETE"
273
+ },
274
+ {
275
+ "name": "Move to another folder after processing",
276
+ "value": "MOVE"
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "id": "unseenTargetFolder",
282
+ "label": "Choose the target folder",
283
+ "optional": false,
284
+ "constraints": {
285
+ "notEmpty": true
286
+ },
287
+ "group": "unseenPollingConfig",
288
+ "binding": {
289
+ "name": "data.pollingConfig.targetFolder",
290
+ "type": "zeebe:property"
291
+ },
292
+ "condition": {
293
+ "allMatch": [
294
+ {
295
+ "property": "data.pollingConfig.unseenHandlingStrategy",
296
+ "equals": "MOVE",
297
+ "type": "simple"
298
+ },
299
+ {
300
+ "property": "data.pollingConfigDiscriminator",
301
+ "equals": "unseenPollingConfig",
302
+ "type": "simple"
303
+ }
304
+ ]
305
+ },
306
+ "tooltip": "Specify the destination folder to which the emails will be moved. To create a new folder or a hierarchy of folders, use a dot-separated path (e.g., 'Archive' or 'Projects.2023.January'). If any part of the path does not exist, it will be created automatically.",
307
+ "type": "String"
308
+ },
309
+ {
310
+ "id": "data.pollingConfig.allHandlingStrategy",
311
+ "label": "Handling strategy",
312
+ "optional": false,
313
+ "value": "DELETE",
314
+ "constraints": {
315
+ "notEmpty": true
316
+ },
317
+ "group": "allPollingConfig",
318
+ "binding": {
319
+ "name": "data.pollingConfig.handlingStrategy",
320
+ "type": "zeebe:property"
321
+ },
322
+ "condition": {
323
+ "property": "data.pollingConfigDiscriminator",
324
+ "equals": "allPollingConfig",
325
+ "type": "simple"
326
+ },
327
+ "tooltip": "Choose the desired handling strategy",
328
+ "type": "Dropdown",
329
+ "choices": [
330
+ {
331
+ "name": "Delete after processing",
332
+ "value": "DELETE"
333
+ },
334
+ {
335
+ "name": "Move to another folder after processing",
336
+ "value": "MOVE"
337
+ }
338
+ ]
339
+ },
340
+ {
341
+ "id": "allTargetFolder",
342
+ "label": "Choose the target folder",
343
+ "optional": false,
344
+ "constraints": {
345
+ "notEmpty": true
346
+ },
347
+ "group": "allPollingConfig",
348
+ "binding": {
349
+ "name": "data.pollingConfig.targetFolder",
350
+ "type": "zeebe:property"
351
+ },
352
+ "condition": {
353
+ "allMatch": [
354
+ {
355
+ "property": "data.pollingConfig.allHandlingStrategy",
356
+ "equals": "MOVE",
357
+ "type": "simple"
358
+ },
359
+ {
360
+ "property": "data.pollingConfigDiscriminator",
361
+ "equals": "allPollingConfig",
362
+ "type": "simple"
363
+ }
364
+ ]
365
+ },
366
+ "tooltip": "Specify the destination folder to which the emails will be moved. To create a new folder or a hierarchy of folders, use a dot-separated path (e.g., 'Archive' or 'Projects.2023.January'). If any part of the path does not exist, it will be created automatically.",
367
+ "type": "String"
368
+ },
369
+ {
370
+ "id": "activationCondition",
371
+ "label": "Activation condition",
372
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
373
+ "optional": true,
374
+ "feel": "required",
375
+ "group": "activation",
376
+ "binding": {
377
+ "name": "activationCondition",
378
+ "type": "zeebe:property"
379
+ },
380
+ "type": "String"
381
+ },
382
+ {
383
+ "id": "consumeUnmatchedEvents",
384
+ "label": "Consume unmatched events",
385
+ "value": true,
386
+ "group": "activation",
387
+ "binding": {
388
+ "name": "consumeUnmatchedEvents",
389
+ "type": "zeebe:property"
390
+ },
391
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
392
+ "type": "Boolean"
393
+ },
394
+ {
395
+ "id": "correlationKeyProcess",
396
+ "label": "Correlation key (process)",
397
+ "description": "Sets up the correlation key from process variables",
398
+ "constraints": {
399
+ "notEmpty": true
400
+ },
401
+ "feel": "required",
402
+ "group": "correlation",
403
+ "binding": {
404
+ "name": "correlationKey",
405
+ "type": "bpmn:Message#zeebe:subscription#property"
406
+ },
407
+ "type": "String"
408
+ },
409
+ {
410
+ "id": "correlationKeyPayload",
411
+ "label": "Correlation key (payload)",
412
+ "description": "Extracts the correlation key from the incoming message payload",
413
+ "constraints": {
414
+ "notEmpty": true
415
+ },
416
+ "feel": "required",
417
+ "group": "correlation",
418
+ "binding": {
419
+ "name": "correlationKeyExpression",
420
+ "type": "zeebe:property"
421
+ },
422
+ "type": "String"
423
+ },
424
+ {
425
+ "id": "messageIdExpression",
426
+ "label": "Message ID expression",
427
+ "description": "Expression to extract unique identifier of a message",
428
+ "optional": true,
429
+ "feel": "required",
430
+ "group": "correlation",
431
+ "binding": {
432
+ "name": "messageIdExpression",
433
+ "type": "zeebe:property"
434
+ },
435
+ "type": "String"
436
+ },
437
+ {
438
+ "id": "messageTtl",
439
+ "label": "Message TTL",
440
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
441
+ "optional": true,
442
+ "constraints": {
443
+ "notEmpty": false,
444
+ "pattern": {
445
+ "value": "^(PT.*|)$",
446
+ "message": "must be an ISO-8601 duration"
447
+ }
448
+ },
449
+ "feel": "optional",
450
+ "group": "correlation",
451
+ "binding": {
452
+ "name": "messageTtl",
453
+ "type": "zeebe:property"
454
+ },
455
+ "type": "String"
456
+ },
457
+ {
458
+ "id": "messageNameUuid",
459
+ "label": "Message name",
460
+ "generatedValue": {
461
+ "type": "uuid"
462
+ },
463
+ "feel": "optional",
464
+ "group": "correlation",
465
+ "binding": {
466
+ "name": "name",
467
+ "type": "bpmn:Message#property"
468
+ },
469
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
470
+ "type": "String"
471
+ },
472
+ {
473
+ "id": "deduplicationModeManualFlag",
474
+ "label": "Manual mode",
475
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
476
+ "value": false,
477
+ "group": "deduplication",
478
+ "binding": {
479
+ "name": "deduplicationModeManualFlag",
480
+ "type": "zeebe:property"
481
+ },
482
+ "type": "Boolean"
483
+ },
484
+ {
485
+ "id": "deduplicationId",
486
+ "label": "Deduplication ID",
487
+ "constraints": {
488
+ "notEmpty": true,
489
+ "pattern": {
490
+ "value": "^[a-zA-Z0-9_-]+$",
491
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
492
+ }
493
+ },
494
+ "group": "deduplication",
495
+ "binding": {
496
+ "name": "deduplicationId",
497
+ "type": "zeebe:property"
498
+ },
499
+ "condition": {
500
+ "property": "deduplicationModeManualFlag",
501
+ "equals": true,
502
+ "type": "simple"
503
+ },
504
+ "type": "String"
505
+ },
506
+ {
507
+ "id": "deduplicationModeManual",
508
+ "value": "MANUAL",
509
+ "group": "deduplication",
510
+ "binding": {
511
+ "name": "deduplicationMode",
512
+ "type": "zeebe:property"
513
+ },
514
+ "condition": {
515
+ "property": "deduplicationId",
516
+ "isActive": true,
517
+ "type": "simple"
518
+ },
519
+ "type": "Hidden"
520
+ },
521
+ {
522
+ "id": "deduplicationModeAuto",
523
+ "value": "AUTO",
524
+ "group": "deduplication",
525
+ "binding": {
526
+ "name": "deduplicationMode",
527
+ "type": "zeebe:property"
528
+ },
529
+ "condition": {
530
+ "property": "deduplicationId",
531
+ "isActive": false,
532
+ "type": "simple"
533
+ },
534
+ "type": "Hidden"
535
+ },
536
+ {
537
+ "id": "resultVariable",
538
+ "label": "Result variable",
539
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
540
+ "group": "output",
541
+ "binding": {
542
+ "name": "resultVariable",
543
+ "type": "zeebe:property"
544
+ },
545
+ "type": "String"
546
+ },
547
+ {
548
+ "id": "resultExpression",
549
+ "label": "Result expression",
550
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
551
+ "feel": "required",
552
+ "group": "output",
553
+ "binding": {
554
+ "name": "resultExpression",
555
+ "type": "zeebe:property"
556
+ },
557
+ "type": "Text"
558
+ }
559
+ ],
560
+ "icon": {
561
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzkwXzI0MjApIj4KPHBhdGggZD0iTTguMzM4MzUgOS45NTM2NUwxMC4zODk0IDEyLjAxMDRMOC4zMzI2MiAxNC4wNjcyTDkuMTQ2MTYgMTQuODc1TDEyLjAxMDcgMTIuMDEwNEw5LjE0NjE2IDkuMTQ1ODNMOC4zMzgzNSA5Ljk1MzY1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTEyLjM0ODggOS45NTM2NUwxNC4zOTk4IDEyLjAxMDRMMTIuMzQzIDE0LjA2NzJMMTMuMTU2NiAxNC44NzVMMTYuMDIxMiAxMi4wMTA0TDEzLjE1NjYgOS4xNDU4M0wxMi4zNDg4IDkuOTUzNjVaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMy45NzIgMTEuNDM3NUgxLjEyNTMzVjIuNzkyMTlMNy42NzM3NiA3LjMyMzk2QzcuNzY5NjcgNy4zOTA0OSA3Ljg4MzYgNy40MjYxNCA4LjAwMDMyIDcuNDI2MTRDOC4xMTcwNSA3LjQyNjE0IDguMjMwOTggNy4zOTA0OSA4LjMyNjg5IDcuMzIzOTZMMTQuODc1MyAyLjc5MjE5VjhIMTYuMDIxMlYyLjI3MDgzQzE2LjAyMTIgMS45NjY5NCAxNS45MDA0IDEuNjc1NDkgMTUuNjg1NiAxLjQ2MDYxQzE1LjQ3MDcgMS4yNDU3MiAxNS4xNzkyIDEuMTI1IDE0Ljg3NTMgMS4xMjVIMS4xMjUzM0MwLjgyMTQzMiAxLjEyNSAwLjUyOTk4NCAxLjI0NTcyIDAuMzE1MDk5IDEuNDYwNjFDMC4xMDAyMTQgMS42NzU0OSAtMC4wMjA1MDc4IDEuOTY2OTQgLTAuMDIwNTA3OCAyLjI3MDgzVjExLjQzNzVDLTAuMDIwNTA3OCAxMS43NDE0IDAuMTAwMjE0IDEyLjAzMjggMC4zMTUwOTkgMTIuMjQ3N0MwLjUyOTk4NCAxMi40NjI2IDAuODIxNDMyIDEyLjU4MzMgMS4xMjUzMyAxMi41ODMzSDMuOTcyVjExLjQzNzVaTTEzLjYxNDkgMi4yNzA4M0w4LjAwMDMyIDYuMTU1MjFMMi4zODU3NCAyLjI3MDgzSDEzLjYxNDlaIiBmaWxsPSIjRkM1RDBEIi8+CjxwYXRoIGQ9Ik00LjI4MjEgOS45NTM2NUw2LjMzMzE0IDEyLjAxMDRMNC4yNzYzNyAxNC4wNjcyTDUuMDg5OTEgMTQuODc1TDcuOTU0NDkgMTIuMDEwNEw1LjA4OTkxIDkuMTQ1ODNMNC4yODIxIDkuOTUzNjVaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzkwXzI0MjAiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg=="
562
+ }
563
+ }
564
+ ]