@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -0,0 +1,1047 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "App Integrations Connector",
5
+ "id": "io.camunda.connectors.AppIntegrations.v1",
6
+ "description": "Send notifications and manage channels via Microsoft Teams",
7
+ "keywords": [
8
+ "teams",
9
+ "microsoft teams",
10
+ "send message",
11
+ "notification",
12
+ "channel",
13
+ "adaptive card"
14
+ ],
15
+ "version": 1,
16
+ "category": {
17
+ "id": "connectors",
18
+ "name": "Connectors"
19
+ },
20
+ "appliesTo": ["bpmn:Task"],
21
+ "elementType": {
22
+ "value": "bpmn:ServiceTask"
23
+ },
24
+ "engines": {
25
+ "camunda": "^8.9"
26
+ },
27
+ "groups": [
28
+ {
29
+ "id": "operation",
30
+ "label": "Operation"
31
+ },
32
+ {
33
+ "id": "configuration",
34
+ "label": "Configuration",
35
+ "openByDefault": false
36
+ },
37
+ {
38
+ "id": "authentication",
39
+ "label": "Authentication",
40
+ "openByDefault": false
41
+ },
42
+ {
43
+ "id": "message",
44
+ "label": "Message"
45
+ },
46
+ {
47
+ "id": "form",
48
+ "label": "Form"
49
+ },
50
+ {
51
+ "id": "channel",
52
+ "label": "Channel"
53
+ },
54
+ {
55
+ "id": "connector",
56
+ "label": "Connector"
57
+ },
58
+ {
59
+ "id": "output",
60
+ "label": "Output mapping"
61
+ },
62
+ {
63
+ "id": "error",
64
+ "label": "Error handling"
65
+ },
66
+ {
67
+ "id": "retries",
68
+ "label": "Retries"
69
+ }
70
+ ],
71
+ "properties": [
72
+ {
73
+ "value": "io.camunda:app-integrations",
74
+ "binding": {
75
+ "property": "type",
76
+ "type": "zeebe:taskDefinition"
77
+ },
78
+ "type": "Hidden"
79
+ },
80
+ {
81
+ "id": "operation",
82
+ "label": "Operation",
83
+ "description": "The operation to execute",
84
+ "value": "createChannel",
85
+ "group": "operation",
86
+ "binding": {
87
+ "key": "operation",
88
+ "type": "zeebe:taskHeader"
89
+ },
90
+ "type": "Dropdown",
91
+ "choices": [
92
+ {
93
+ "name": "Create Channel",
94
+ "value": "createChannel"
95
+ },
96
+ {
97
+ "name": "Send Message",
98
+ "value": "sendMessage"
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "id": "createChannel:configuration.baseUrl",
104
+ "label": "Base URL",
105
+ "description": "App Integrations backend URL.",
106
+ "optional": false,
107
+ "feel": "optional",
108
+ "group": "configuration",
109
+ "binding": {
110
+ "name": "configuration.baseUrl",
111
+ "type": "zeebe:input"
112
+ },
113
+ "condition": {
114
+ "allMatch": [
115
+ {
116
+ "property": "operation",
117
+ "equals": "createChannel",
118
+ "type": "simple"
119
+ }
120
+ ]
121
+ },
122
+ "tooltip": "Tip: store the URL as a secret, e.g. <code>= secrets.APP_INTEGRATIONS_BASE_URL</code>.",
123
+ "type": "String"
124
+ },
125
+ {
126
+ "id": "sendMessage:configuration.baseUrl",
127
+ "label": "Base URL",
128
+ "description": "App Integrations backend URL.",
129
+ "optional": false,
130
+ "feel": "optional",
131
+ "group": "configuration",
132
+ "binding": {
133
+ "name": "configuration.baseUrl",
134
+ "type": "zeebe:input"
135
+ },
136
+ "condition": {
137
+ "allMatch": [
138
+ {
139
+ "property": "operation",
140
+ "equals": "sendMessage",
141
+ "type": "simple"
142
+ }
143
+ ]
144
+ },
145
+ "tooltip": "Tip: store the URL as a secret, e.g. <code>= secrets.APP_INTEGRATIONS_BASE_URL</code>.",
146
+ "type": "String"
147
+ },
148
+ {
149
+ "id": "createChannel:configuration.authentication.type",
150
+ "label": "Authentication type",
151
+ "description": "Choose how the connector authenticates to the App Integrations backend",
152
+ "value": "oauth-client-credentials-flow",
153
+ "group": "authentication",
154
+ "binding": {
155
+ "name": "configuration.authentication.type",
156
+ "type": "zeebe:input"
157
+ },
158
+ "condition": {
159
+ "allMatch": [
160
+ {
161
+ "property": "operation",
162
+ "equals": "createChannel",
163
+ "type": "simple"
164
+ }
165
+ ]
166
+ },
167
+ "type": "Dropdown",
168
+ "choices": [
169
+ {
170
+ "name": "API key",
171
+ "value": "apikey"
172
+ },
173
+ {
174
+ "name": "OAuth 2.0 (client credentials)",
175
+ "value": "oauth-client-credentials-flow"
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "id": "createChannel:configuration.authentication.apiKey",
181
+ "label": "API key",
182
+ "description": "Shared API key for authenticating to the App Integrations backend (self-managed).",
183
+ "optional": false,
184
+ "feel": "optional",
185
+ "group": "authentication",
186
+ "binding": {
187
+ "name": "configuration.authentication.apiKey",
188
+ "type": "zeebe:input"
189
+ },
190
+ "condition": {
191
+ "allMatch": [
192
+ {
193
+ "property": "operation",
194
+ "equals": "createChannel",
195
+ "type": "simple"
196
+ },
197
+ {
198
+ "property": "createChannel:configuration.authentication.type",
199
+ "equals": "apikey",
200
+ "type": "simple"
201
+ }
202
+ ]
203
+ },
204
+ "tooltip": "Tip: store the API key as a secret, e.g. <code>{{secrets.APP_INTEGRATIONS_API_KEY}}</code>.",
205
+ "type": "String"
206
+ },
207
+ {
208
+ "id": "createChannel:configuration.authentication.oauthTokenEndpoint",
209
+ "label": "OAuth 2.0 token endpoint",
210
+ "description": "The OAuth token endpoint",
211
+ "optional": false,
212
+ "constraints": {
213
+ "pattern": {
214
+ "value": "^($|=|(http://|https://|secrets|\\{\\{).*$)",
215
+ "message": "Must be a http(s) URL"
216
+ }
217
+ },
218
+ "feel": "optional",
219
+ "group": "authentication",
220
+ "binding": {
221
+ "name": "configuration.authentication.oauthTokenEndpoint",
222
+ "type": "zeebe:input"
223
+ },
224
+ "condition": {
225
+ "allMatch": [
226
+ {
227
+ "property": "operation",
228
+ "equals": "createChannel",
229
+ "type": "simple"
230
+ },
231
+ {
232
+ "property": "createChannel:configuration.authentication.type",
233
+ "equals": "oauth-client-credentials-flow",
234
+ "type": "simple"
235
+ }
236
+ ]
237
+ },
238
+ "type": "String"
239
+ },
240
+ {
241
+ "id": "createChannel:configuration.authentication.clientId",
242
+ "label": "Client ID",
243
+ "description": "Your application's client ID from the OAuth client",
244
+ "optional": false,
245
+ "feel": "optional",
246
+ "group": "authentication",
247
+ "binding": {
248
+ "name": "configuration.authentication.clientId",
249
+ "type": "zeebe:input"
250
+ },
251
+ "condition": {
252
+ "allMatch": [
253
+ {
254
+ "property": "operation",
255
+ "equals": "createChannel",
256
+ "type": "simple"
257
+ },
258
+ {
259
+ "property": "createChannel:configuration.authentication.type",
260
+ "equals": "oauth-client-credentials-flow",
261
+ "type": "simple"
262
+ }
263
+ ]
264
+ },
265
+ "type": "String"
266
+ },
267
+ {
268
+ "id": "createChannel:configuration.authentication.clientSecret",
269
+ "label": "Client secret",
270
+ "description": "Your application's client secret from the OAuth client",
271
+ "optional": false,
272
+ "feel": "optional",
273
+ "group": "authentication",
274
+ "binding": {
275
+ "name": "configuration.authentication.clientSecret",
276
+ "type": "zeebe:input"
277
+ },
278
+ "condition": {
279
+ "allMatch": [
280
+ {
281
+ "property": "operation",
282
+ "equals": "createChannel",
283
+ "type": "simple"
284
+ },
285
+ {
286
+ "property": "createChannel:configuration.authentication.type",
287
+ "equals": "oauth-client-credentials-flow",
288
+ "type": "simple"
289
+ }
290
+ ]
291
+ },
292
+ "type": "String"
293
+ },
294
+ {
295
+ "id": "createChannel:configuration.authentication.audience",
296
+ "label": "Audience",
297
+ "description": "The unique identifier of the target API you want to access",
298
+ "optional": true,
299
+ "feel": "optional",
300
+ "group": "authentication",
301
+ "binding": {
302
+ "name": "configuration.authentication.audience",
303
+ "type": "zeebe:input"
304
+ },
305
+ "condition": {
306
+ "allMatch": [
307
+ {
308
+ "property": "operation",
309
+ "equals": "createChannel",
310
+ "type": "simple"
311
+ },
312
+ {
313
+ "property": "createChannel:configuration.authentication.type",
314
+ "equals": "oauth-client-credentials-flow",
315
+ "type": "simple"
316
+ }
317
+ ]
318
+ },
319
+ "type": "String"
320
+ },
321
+ {
322
+ "id": "createChannel:configuration.authentication.clientAuthentication",
323
+ "label": "Client authentication",
324
+ "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
325
+ "optional": false,
326
+ "value": "credentialsBody",
327
+ "group": "authentication",
328
+ "binding": {
329
+ "name": "configuration.authentication.clientAuthentication",
330
+ "type": "zeebe:input"
331
+ },
332
+ "condition": {
333
+ "allMatch": [
334
+ {
335
+ "property": "operation",
336
+ "equals": "createChannel",
337
+ "type": "simple"
338
+ },
339
+ {
340
+ "property": "createChannel:configuration.authentication.type",
341
+ "equals": "oauth-client-credentials-flow",
342
+ "type": "simple"
343
+ }
344
+ ]
345
+ },
346
+ "type": "Dropdown",
347
+ "choices": [
348
+ {
349
+ "name": "Send client credentials in body",
350
+ "value": "credentialsBody"
351
+ },
352
+ {
353
+ "name": "Send as Basic Auth header",
354
+ "value": "basicAuthHeader"
355
+ }
356
+ ]
357
+ },
358
+ {
359
+ "id": "createChannel:configuration.authentication.scopes",
360
+ "label": "Scopes",
361
+ "description": "The scopes which you want to request authorization for (e.g. read:contacts)",
362
+ "optional": true,
363
+ "feel": "optional",
364
+ "group": "authentication",
365
+ "binding": {
366
+ "name": "configuration.authentication.scopes",
367
+ "type": "zeebe:input"
368
+ },
369
+ "condition": {
370
+ "allMatch": [
371
+ {
372
+ "property": "operation",
373
+ "equals": "createChannel",
374
+ "type": "simple"
375
+ },
376
+ {
377
+ "property": "createChannel:configuration.authentication.type",
378
+ "equals": "oauth-client-credentials-flow",
379
+ "type": "simple"
380
+ }
381
+ ]
382
+ },
383
+ "type": "String"
384
+ },
385
+ {
386
+ "id": "sendMessage:configuration.authentication.type",
387
+ "label": "Authentication type",
388
+ "description": "Choose how the connector authenticates to the App Integrations backend",
389
+ "value": "oauth-client-credentials-flow",
390
+ "group": "authentication",
391
+ "binding": {
392
+ "name": "configuration.authentication.type",
393
+ "type": "zeebe:input"
394
+ },
395
+ "condition": {
396
+ "allMatch": [
397
+ {
398
+ "property": "operation",
399
+ "equals": "sendMessage",
400
+ "type": "simple"
401
+ }
402
+ ]
403
+ },
404
+ "type": "Dropdown",
405
+ "choices": [
406
+ {
407
+ "name": "API key",
408
+ "value": "apikey"
409
+ },
410
+ {
411
+ "name": "OAuth 2.0 (client credentials)",
412
+ "value": "oauth-client-credentials-flow"
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "id": "sendMessage:configuration.authentication.apiKey",
418
+ "label": "API key",
419
+ "description": "Shared API key for authenticating to the App Integrations backend (self-managed).",
420
+ "optional": false,
421
+ "feel": "optional",
422
+ "group": "authentication",
423
+ "binding": {
424
+ "name": "configuration.authentication.apiKey",
425
+ "type": "zeebe:input"
426
+ },
427
+ "condition": {
428
+ "allMatch": [
429
+ {
430
+ "property": "operation",
431
+ "equals": "sendMessage",
432
+ "type": "simple"
433
+ },
434
+ {
435
+ "property": "sendMessage:configuration.authentication.type",
436
+ "equals": "apikey",
437
+ "type": "simple"
438
+ }
439
+ ]
440
+ },
441
+ "tooltip": "Tip: store the API key as a secret, e.g. <code>{{secrets.APP_INTEGRATIONS_API_KEY}}</code>.",
442
+ "type": "String"
443
+ },
444
+ {
445
+ "id": "sendMessage:configuration.authentication.oauthTokenEndpoint",
446
+ "label": "OAuth 2.0 token endpoint",
447
+ "description": "The OAuth token endpoint",
448
+ "optional": false,
449
+ "constraints": {
450
+ "pattern": {
451
+ "value": "^($|=|(http://|https://|secrets|\\{\\{).*$)",
452
+ "message": "Must be a http(s) URL"
453
+ }
454
+ },
455
+ "feel": "optional",
456
+ "group": "authentication",
457
+ "binding": {
458
+ "name": "configuration.authentication.oauthTokenEndpoint",
459
+ "type": "zeebe:input"
460
+ },
461
+ "condition": {
462
+ "allMatch": [
463
+ {
464
+ "property": "operation",
465
+ "equals": "sendMessage",
466
+ "type": "simple"
467
+ },
468
+ {
469
+ "property": "sendMessage:configuration.authentication.type",
470
+ "equals": "oauth-client-credentials-flow",
471
+ "type": "simple"
472
+ }
473
+ ]
474
+ },
475
+ "type": "String"
476
+ },
477
+ {
478
+ "id": "sendMessage:configuration.authentication.clientId",
479
+ "label": "Client ID",
480
+ "description": "Your application's client ID from the OAuth client",
481
+ "optional": false,
482
+ "feel": "optional",
483
+ "group": "authentication",
484
+ "binding": {
485
+ "name": "configuration.authentication.clientId",
486
+ "type": "zeebe:input"
487
+ },
488
+ "condition": {
489
+ "allMatch": [
490
+ {
491
+ "property": "operation",
492
+ "equals": "sendMessage",
493
+ "type": "simple"
494
+ },
495
+ {
496
+ "property": "sendMessage:configuration.authentication.type",
497
+ "equals": "oauth-client-credentials-flow",
498
+ "type": "simple"
499
+ }
500
+ ]
501
+ },
502
+ "type": "String"
503
+ },
504
+ {
505
+ "id": "sendMessage:configuration.authentication.clientSecret",
506
+ "label": "Client secret",
507
+ "description": "Your application's client secret from the OAuth client",
508
+ "optional": false,
509
+ "feel": "optional",
510
+ "group": "authentication",
511
+ "binding": {
512
+ "name": "configuration.authentication.clientSecret",
513
+ "type": "zeebe:input"
514
+ },
515
+ "condition": {
516
+ "allMatch": [
517
+ {
518
+ "property": "operation",
519
+ "equals": "sendMessage",
520
+ "type": "simple"
521
+ },
522
+ {
523
+ "property": "sendMessage:configuration.authentication.type",
524
+ "equals": "oauth-client-credentials-flow",
525
+ "type": "simple"
526
+ }
527
+ ]
528
+ },
529
+ "type": "String"
530
+ },
531
+ {
532
+ "id": "sendMessage:configuration.authentication.audience",
533
+ "label": "Audience",
534
+ "description": "The unique identifier of the target API you want to access",
535
+ "optional": true,
536
+ "feel": "optional",
537
+ "group": "authentication",
538
+ "binding": {
539
+ "name": "configuration.authentication.audience",
540
+ "type": "zeebe:input"
541
+ },
542
+ "condition": {
543
+ "allMatch": [
544
+ {
545
+ "property": "operation",
546
+ "equals": "sendMessage",
547
+ "type": "simple"
548
+ },
549
+ {
550
+ "property": "sendMessage:configuration.authentication.type",
551
+ "equals": "oauth-client-credentials-flow",
552
+ "type": "simple"
553
+ }
554
+ ]
555
+ },
556
+ "type": "String"
557
+ },
558
+ {
559
+ "id": "sendMessage:configuration.authentication.clientAuthentication",
560
+ "label": "Client authentication",
561
+ "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
562
+ "optional": false,
563
+ "value": "credentialsBody",
564
+ "group": "authentication",
565
+ "binding": {
566
+ "name": "configuration.authentication.clientAuthentication",
567
+ "type": "zeebe:input"
568
+ },
569
+ "condition": {
570
+ "allMatch": [
571
+ {
572
+ "property": "operation",
573
+ "equals": "sendMessage",
574
+ "type": "simple"
575
+ },
576
+ {
577
+ "property": "sendMessage:configuration.authentication.type",
578
+ "equals": "oauth-client-credentials-flow",
579
+ "type": "simple"
580
+ }
581
+ ]
582
+ },
583
+ "type": "Dropdown",
584
+ "choices": [
585
+ {
586
+ "name": "Send client credentials in body",
587
+ "value": "credentialsBody"
588
+ },
589
+ {
590
+ "name": "Send as Basic Auth header",
591
+ "value": "basicAuthHeader"
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "id": "sendMessage:configuration.authentication.scopes",
597
+ "label": "Scopes",
598
+ "description": "The scopes which you want to request authorization for (e.g. read:contacts)",
599
+ "optional": true,
600
+ "feel": "optional",
601
+ "group": "authentication",
602
+ "binding": {
603
+ "name": "configuration.authentication.scopes",
604
+ "type": "zeebe:input"
605
+ },
606
+ "condition": {
607
+ "allMatch": [
608
+ {
609
+ "property": "operation",
610
+ "equals": "sendMessage",
611
+ "type": "simple"
612
+ },
613
+ {
614
+ "property": "sendMessage:configuration.authentication.type",
615
+ "equals": "oauth-client-credentials-flow",
616
+ "type": "simple"
617
+ }
618
+ ]
619
+ },
620
+ "type": "String"
621
+ },
622
+ {
623
+ "id": "sendMessage:email",
624
+ "label": "User Email",
625
+ "description": "Email address of the recipient. Use a FEEL expression to reference a process variable, e.g. =assigneeEmail.",
626
+ "optional": true,
627
+ "feel": "optional",
628
+ "group": "message",
629
+ "binding": {
630
+ "name": "email",
631
+ "type": "zeebe:input"
632
+ },
633
+ "condition": {
634
+ "allMatch": [
635
+ {
636
+ "property": "operation",
637
+ "equals": "sendMessage",
638
+ "type": "simple"
639
+ }
640
+ ]
641
+ },
642
+ "type": "String"
643
+ },
644
+ {
645
+ "id": "sendMessage:channelId",
646
+ "label": "Channel ID",
647
+ "description": "Microsoft Teams channel ID to send to directly, e.g. 19:xxx@thread.tacv2. Use when sending to a channel rather than a user.",
648
+ "optional": true,
649
+ "feel": "optional",
650
+ "group": "message",
651
+ "binding": {
652
+ "name": "channelId",
653
+ "type": "zeebe:input"
654
+ },
655
+ "condition": {
656
+ "allMatch": [
657
+ {
658
+ "property": "operation",
659
+ "equals": "sendMessage",
660
+ "type": "simple"
661
+ }
662
+ ]
663
+ },
664
+ "type": "String"
665
+ },
666
+ {
667
+ "id": "sendMessage:message",
668
+ "label": "Message",
669
+ "description": "Plain text content to send. Provide either this, an adaptive card, or link a form.",
670
+ "optional": true,
671
+ "feel": "optional",
672
+ "group": "message",
673
+ "binding": {
674
+ "name": "message",
675
+ "type": "zeebe:input"
676
+ },
677
+ "condition": {
678
+ "allMatch": [
679
+ {
680
+ "property": "operation",
681
+ "equals": "sendMessage",
682
+ "type": "simple"
683
+ }
684
+ ]
685
+ },
686
+ "type": "Text"
687
+ },
688
+ {
689
+ "id": "sendMessage:adaptiveCardJson",
690
+ "label": "Adaptive card",
691
+ "description": "JSON payload for a custom Teams adaptive card. Provide either this, a plain text message, or link a form.",
692
+ "optional": true,
693
+ "feel": "optional",
694
+ "group": "message",
695
+ "binding": {
696
+ "name": "adaptiveCardJson",
697
+ "type": "zeebe:input"
698
+ },
699
+ "condition": {
700
+ "allMatch": [
701
+ {
702
+ "property": "operation",
703
+ "equals": "sendMessage",
704
+ "type": "simple"
705
+ }
706
+ ]
707
+ },
708
+ "type": "Text"
709
+ },
710
+ {
711
+ "id": "sendMessage:formDefinition.include",
712
+ "label": "Include form?",
713
+ "value": "false",
714
+ "group": "form",
715
+ "binding": {
716
+ "key": "sendMessage:formDefinition.include",
717
+ "type": "zeebe:taskHeader"
718
+ },
719
+ "condition": {
720
+ "allMatch": [
721
+ {
722
+ "property": "operation",
723
+ "equals": "sendMessage",
724
+ "type": "simple"
725
+ }
726
+ ]
727
+ },
728
+ "type": "Dropdown",
729
+ "choices": [
730
+ {
731
+ "name": "No",
732
+ "value": "false"
733
+ },
734
+ {
735
+ "name": "Yes",
736
+ "value": "true"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "value": "form",
742
+ "group": "form",
743
+ "binding": {
744
+ "linkName": "formDefinition",
745
+ "property": "resourceType",
746
+ "type": "zeebe:linkedResource"
747
+ },
748
+ "condition": {
749
+ "allMatch": [
750
+ {
751
+ "property": "operation",
752
+ "equals": "sendMessage",
753
+ "type": "simple"
754
+ },
755
+ {
756
+ "property": "sendMessage:formDefinition.include",
757
+ "equals": "true",
758
+ "type": "simple"
759
+ }
760
+ ]
761
+ },
762
+ "type": "Hidden"
763
+ },
764
+ {
765
+ "id": "sendMessage:formDefinition.bindingType",
766
+ "label": "Form binding",
767
+ "value": "latest",
768
+ "group": "form",
769
+ "binding": {
770
+ "linkName": "formDefinition",
771
+ "property": "bindingType",
772
+ "type": "zeebe:linkedResource"
773
+ },
774
+ "condition": {
775
+ "allMatch": [
776
+ {
777
+ "property": "operation",
778
+ "equals": "sendMessage",
779
+ "type": "simple"
780
+ },
781
+ {
782
+ "property": "sendMessage:formDefinition.include",
783
+ "equals": "true",
784
+ "type": "simple"
785
+ }
786
+ ]
787
+ },
788
+ "type": "Dropdown",
789
+ "choices": [
790
+ {
791
+ "name": "Latest",
792
+ "value": "latest"
793
+ },
794
+ {
795
+ "name": "Deployment",
796
+ "value": "deployment"
797
+ },
798
+ {
799
+ "name": "Version tag",
800
+ "value": "versionTag"
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "id": "sendMessage:formDefinition.resourceId",
806
+ "label": "Form ID",
807
+ "description": "Optional. ID of the Camunda form to render as an adaptive card in the Teams message. Leave blank to send a plain text message or adaptive card.",
808
+ "feel": "optional",
809
+ "group": "form",
810
+ "binding": {
811
+ "linkName": "formDefinition",
812
+ "property": "resourceId",
813
+ "type": "zeebe:linkedResource"
814
+ },
815
+ "condition": {
816
+ "allMatch": [
817
+ {
818
+ "property": "operation",
819
+ "equals": "sendMessage",
820
+ "type": "simple"
821
+ },
822
+ {
823
+ "property": "sendMessage:formDefinition.include",
824
+ "equals": "true",
825
+ "type": "simple"
826
+ }
827
+ ]
828
+ },
829
+ "type": "String"
830
+ },
831
+ {
832
+ "id": "sendMessage:formDefinition.versionTag",
833
+ "label": "Version tag",
834
+ "group": "form",
835
+ "binding": {
836
+ "linkName": "formDefinition",
837
+ "property": "versionTag",
838
+ "type": "zeebe:linkedResource"
839
+ },
840
+ "condition": {
841
+ "allMatch": [
842
+ {
843
+ "property": "operation",
844
+ "equals": "sendMessage",
845
+ "type": "simple"
846
+ },
847
+ {
848
+ "property": "sendMessage:formDefinition.include",
849
+ "equals": "true",
850
+ "type": "simple"
851
+ },
852
+ {
853
+ "property": "sendMessage:formDefinition.bindingType",
854
+ "equals": "versionTag",
855
+ "type": "simple"
856
+ }
857
+ ]
858
+ },
859
+ "type": "String"
860
+ },
861
+ {
862
+ "id": "createChannel:teamId",
863
+ "label": "Team ID",
864
+ "description": "ID of the Microsoft Teams team, or a full Teams URL (the groupId query parameter will be extracted automatically).",
865
+ "optional": false,
866
+ "constraints": {
867
+ "notEmpty": true
868
+ },
869
+ "feel": "optional",
870
+ "group": "channel",
871
+ "binding": {
872
+ "name": "teamId",
873
+ "type": "zeebe:input"
874
+ },
875
+ "condition": {
876
+ "allMatch": [
877
+ {
878
+ "property": "operation",
879
+ "equals": "createChannel",
880
+ "type": "simple"
881
+ }
882
+ ]
883
+ },
884
+ "type": "String"
885
+ },
886
+ {
887
+ "id": "createChannel:displayName",
888
+ "label": "Channel name",
889
+ "description": "Display name for the new channel (max 50 characters).",
890
+ "optional": false,
891
+ "constraints": {
892
+ "notEmpty": true,
893
+ "minLength": 0,
894
+ "maxLength": 50
895
+ },
896
+ "feel": "optional",
897
+ "group": "channel",
898
+ "binding": {
899
+ "name": "displayName",
900
+ "type": "zeebe:input"
901
+ },
902
+ "condition": {
903
+ "allMatch": [
904
+ {
905
+ "property": "operation",
906
+ "equals": "createChannel",
907
+ "type": "simple"
908
+ }
909
+ ]
910
+ },
911
+ "type": "String"
912
+ },
913
+ {
914
+ "id": "createChannel:description",
915
+ "label": "Description",
916
+ "description": "Optional description for the channel.",
917
+ "optional": true,
918
+ "feel": "optional",
919
+ "group": "channel",
920
+ "binding": {
921
+ "name": "description",
922
+ "type": "zeebe:input"
923
+ },
924
+ "condition": {
925
+ "allMatch": [
926
+ {
927
+ "property": "operation",
928
+ "equals": "createChannel",
929
+ "type": "simple"
930
+ }
931
+ ]
932
+ },
933
+ "type": "String"
934
+ },
935
+ {
936
+ "id": "createChannel:membershipType",
937
+ "label": "Channel type",
938
+ "description": "Membership type: standard (visible to all), private (invite-only), or shared.",
939
+ "optional": false,
940
+ "value": "standard",
941
+ "feel": "optional",
942
+ "group": "channel",
943
+ "binding": {
944
+ "name": "membershipType",
945
+ "type": "zeebe:input"
946
+ },
947
+ "condition": {
948
+ "allMatch": [
949
+ {
950
+ "property": "operation",
951
+ "equals": "createChannel",
952
+ "type": "simple"
953
+ }
954
+ ]
955
+ },
956
+ "type": "String"
957
+ },
958
+ {
959
+ "id": "version",
960
+ "label": "Version",
961
+ "description": "Version of the element template",
962
+ "value": "1",
963
+ "group": "connector",
964
+ "binding": {
965
+ "key": "elementTemplateVersion",
966
+ "type": "zeebe:taskHeader"
967
+ },
968
+ "type": "Hidden"
969
+ },
970
+ {
971
+ "id": "id",
972
+ "label": "ID",
973
+ "description": "ID of the element template",
974
+ "value": "io.camunda.connectors.AppIntegrations.v1",
975
+ "group": "connector",
976
+ "binding": {
977
+ "key": "elementTemplateId",
978
+ "type": "zeebe:taskHeader"
979
+ },
980
+ "type": "Hidden"
981
+ },
982
+ {
983
+ "id": "resultVariable",
984
+ "label": "Result variable",
985
+ "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>.",
986
+ "group": "output",
987
+ "binding": {
988
+ "key": "resultVariable",
989
+ "type": "zeebe:taskHeader"
990
+ },
991
+ "type": "String"
992
+ },
993
+ {
994
+ "id": "resultExpression",
995
+ "label": "Result expression",
996
+ "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>.",
997
+ "feel": "required",
998
+ "group": "output",
999
+ "binding": {
1000
+ "key": "resultExpression",
1001
+ "type": "zeebe:taskHeader"
1002
+ },
1003
+ "type": "Text"
1004
+ },
1005
+ {
1006
+ "id": "errorExpression",
1007
+ "label": "Error expression",
1008
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1009
+ "feel": "required",
1010
+ "group": "error",
1011
+ "binding": {
1012
+ "key": "errorExpression",
1013
+ "type": "zeebe:taskHeader"
1014
+ },
1015
+ "type": "Text"
1016
+ },
1017
+ {
1018
+ "id": "retryCount",
1019
+ "label": "Retries",
1020
+ "description": "Number of retries",
1021
+ "value": "3",
1022
+ "feel": "optional",
1023
+ "group": "retries",
1024
+ "binding": {
1025
+ "property": "retries",
1026
+ "type": "zeebe:taskDefinition"
1027
+ },
1028
+ "type": "String"
1029
+ },
1030
+ {
1031
+ "id": "retryBackoff",
1032
+ "label": "Retry backoff",
1033
+ "description": "ISO-8601 duration to wait between retries",
1034
+ "value": "PT30S",
1035
+ "group": "retries",
1036
+ "binding": {
1037
+ "key": "retryBackoff",
1038
+ "type": "zeebe:taskHeader"
1039
+ },
1040
+ "type": "String"
1041
+ }
1042
+ ],
1043
+ "icon": {
1044
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMiAxLjVoMTJhMSAxIDAgMCAxIDEgMXY4YTEgMSAwIDAgMS0xIDFINi41TDQuNSAxNC41di0zSDJhMSAxIDAgMCAxLTEtMXYtOGExIDEgMCAwIDEgMS0xeiIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjgiIGN5PSI1LjUiIHI9IjEuNCIgZmlsbD0iIzAwMDAwMCIvPgogIDxwYXRoIGQ9Ik01LjUgOS41YzAtMi4yIDUtMi4yIDUgMHoiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg=="
1045
+ }
1046
+ }
1047
+ ]