@camunda/connectors-element-templates 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -1,4 +1,1785 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Microsoft Teams Outbound Connector",
|
|
5
|
+
"id": "io.camunda.connectors.MSTeams.v1",
|
|
6
|
+
"description": "Create, update, and send a message to your Microsoft Teams",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/",
|
|
11
|
+
"version": 5,
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:Task"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:ServiceTask"
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"camunda": "^8.3"
|
|
22
|
+
},
|
|
23
|
+
"groups": [
|
|
24
|
+
{
|
|
25
|
+
"id": "authentication",
|
|
26
|
+
"label": "Authentication"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "operation",
|
|
30
|
+
"label": "Operation"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "data",
|
|
34
|
+
"label": "Data"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "connector",
|
|
38
|
+
"label": "Connector"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "output",
|
|
42
|
+
"label": "Output mapping"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "error",
|
|
46
|
+
"label": "Error handling"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "retries",
|
|
50
|
+
"label": "Retries"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"properties": [
|
|
54
|
+
{
|
|
55
|
+
"value": "io.camunda:connector-microsoft-teams:1",
|
|
56
|
+
"binding": {
|
|
57
|
+
"property": "type",
|
|
58
|
+
"type": "zeebe:taskDefinition"
|
|
59
|
+
},
|
|
60
|
+
"type": "Hidden"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "data.EXPAND_VALUE",
|
|
64
|
+
"label": "EXPAND_VALUE",
|
|
65
|
+
"feel": "optional",
|
|
66
|
+
"binding": {
|
|
67
|
+
"name": "data.EXPAND_VALUE",
|
|
68
|
+
"type": "zeebe:input"
|
|
69
|
+
},
|
|
70
|
+
"condition": {
|
|
71
|
+
"allMatch": [
|
|
72
|
+
{
|
|
73
|
+
"property": "data.channelMethod",
|
|
74
|
+
"equals": "listChannelMessages",
|
|
75
|
+
"type": "simple"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"property": "data.type",
|
|
79
|
+
"equals": "channel",
|
|
80
|
+
"type": "simple"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"type": "String"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "authentication.type",
|
|
88
|
+
"label": "Type",
|
|
89
|
+
"description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
|
|
90
|
+
"value": "clientCredentials",
|
|
91
|
+
"group": "authentication",
|
|
92
|
+
"binding": {
|
|
93
|
+
"name": "authentication.type",
|
|
94
|
+
"type": "zeebe:input"
|
|
95
|
+
},
|
|
96
|
+
"type": "Dropdown",
|
|
97
|
+
"choices": [
|
|
98
|
+
{
|
|
99
|
+
"name": "Bearer token",
|
|
100
|
+
"value": "token"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Client credentials",
|
|
104
|
+
"value": "clientCredentials"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "Refresh token",
|
|
108
|
+
"value": "refresh"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "authentication.bearer.token",
|
|
114
|
+
"label": "Bearer token",
|
|
115
|
+
"optional": false,
|
|
116
|
+
"constraints": {
|
|
117
|
+
"notEmpty": true
|
|
118
|
+
},
|
|
119
|
+
"feel": "optional",
|
|
120
|
+
"group": "authentication",
|
|
121
|
+
"binding": {
|
|
122
|
+
"name": "authentication.token",
|
|
123
|
+
"type": "zeebe:input"
|
|
124
|
+
},
|
|
125
|
+
"condition": {
|
|
126
|
+
"property": "authentication.type",
|
|
127
|
+
"equals": "token",
|
|
128
|
+
"type": "simple"
|
|
129
|
+
},
|
|
130
|
+
"type": "String"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "authentication.credentials.clientId",
|
|
134
|
+
"label": "Client ID",
|
|
135
|
+
"description": "The client ID of the application",
|
|
136
|
+
"optional": false,
|
|
137
|
+
"constraints": {
|
|
138
|
+
"notEmpty": true
|
|
139
|
+
},
|
|
140
|
+
"feel": "optional",
|
|
141
|
+
"group": "authentication",
|
|
142
|
+
"binding": {
|
|
143
|
+
"name": "authentication.clientId",
|
|
144
|
+
"type": "zeebe:input"
|
|
145
|
+
},
|
|
146
|
+
"condition": {
|
|
147
|
+
"property": "authentication.type",
|
|
148
|
+
"equals": "clientCredentials",
|
|
149
|
+
"type": "simple"
|
|
150
|
+
},
|
|
151
|
+
"type": "String"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": "authentication.credentials.tenantId",
|
|
155
|
+
"label": "Tenant ID",
|
|
156
|
+
"description": "The tenant ID of the application",
|
|
157
|
+
"optional": false,
|
|
158
|
+
"constraints": {
|
|
159
|
+
"notEmpty": true
|
|
160
|
+
},
|
|
161
|
+
"feel": "optional",
|
|
162
|
+
"group": "authentication",
|
|
163
|
+
"binding": {
|
|
164
|
+
"name": "authentication.tenantId",
|
|
165
|
+
"type": "zeebe:input"
|
|
166
|
+
},
|
|
167
|
+
"condition": {
|
|
168
|
+
"property": "authentication.type",
|
|
169
|
+
"equals": "clientCredentials",
|
|
170
|
+
"type": "simple"
|
|
171
|
+
},
|
|
172
|
+
"type": "String"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "authentication.credentials.clientSecret",
|
|
176
|
+
"label": "Client secret",
|
|
177
|
+
"description": "The secret value of the Azure AD application",
|
|
178
|
+
"optional": false,
|
|
179
|
+
"constraints": {
|
|
180
|
+
"notEmpty": true
|
|
181
|
+
},
|
|
182
|
+
"feel": "optional",
|
|
183
|
+
"group": "authentication",
|
|
184
|
+
"binding": {
|
|
185
|
+
"name": "authentication.clientSecret",
|
|
186
|
+
"type": "zeebe:input"
|
|
187
|
+
},
|
|
188
|
+
"condition": {
|
|
189
|
+
"property": "authentication.type",
|
|
190
|
+
"equals": "clientCredentials",
|
|
191
|
+
"type": "simple"
|
|
192
|
+
},
|
|
193
|
+
"type": "String"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "authentication.refresh.token",
|
|
197
|
+
"label": "Refresh token",
|
|
198
|
+
"optional": false,
|
|
199
|
+
"constraints": {
|
|
200
|
+
"notEmpty": true
|
|
201
|
+
},
|
|
202
|
+
"feel": "optional",
|
|
203
|
+
"group": "authentication",
|
|
204
|
+
"binding": {
|
|
205
|
+
"name": "authentication.token",
|
|
206
|
+
"type": "zeebe:input"
|
|
207
|
+
},
|
|
208
|
+
"condition": {
|
|
209
|
+
"property": "authentication.type",
|
|
210
|
+
"equals": "refresh",
|
|
211
|
+
"type": "simple"
|
|
212
|
+
},
|
|
213
|
+
"type": "String"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "authentication.refresh.clientId",
|
|
217
|
+
"label": "Client ID",
|
|
218
|
+
"description": "The client ID of the application",
|
|
219
|
+
"optional": false,
|
|
220
|
+
"constraints": {
|
|
221
|
+
"notEmpty": true
|
|
222
|
+
},
|
|
223
|
+
"feel": "optional",
|
|
224
|
+
"group": "authentication",
|
|
225
|
+
"binding": {
|
|
226
|
+
"name": "authentication.clientId",
|
|
227
|
+
"type": "zeebe:input"
|
|
228
|
+
},
|
|
229
|
+
"condition": {
|
|
230
|
+
"property": "authentication.type",
|
|
231
|
+
"equals": "refresh",
|
|
232
|
+
"type": "simple"
|
|
233
|
+
},
|
|
234
|
+
"type": "String"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "authentication.refresh.tenantId",
|
|
238
|
+
"label": "Tenant ID",
|
|
239
|
+
"description": "The tenant ID of the application",
|
|
240
|
+
"optional": false,
|
|
241
|
+
"constraints": {
|
|
242
|
+
"notEmpty": true
|
|
243
|
+
},
|
|
244
|
+
"feel": "optional",
|
|
245
|
+
"group": "authentication",
|
|
246
|
+
"binding": {
|
|
247
|
+
"name": "authentication.tenantId",
|
|
248
|
+
"type": "zeebe:input"
|
|
249
|
+
},
|
|
250
|
+
"condition": {
|
|
251
|
+
"property": "authentication.type",
|
|
252
|
+
"equals": "refresh",
|
|
253
|
+
"type": "simple"
|
|
254
|
+
},
|
|
255
|
+
"type": "String"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "authentication.refresh.clientSecret",
|
|
259
|
+
"label": "Client secret",
|
|
260
|
+
"description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
|
|
261
|
+
"optional": true,
|
|
262
|
+
"feel": "optional",
|
|
263
|
+
"group": "authentication",
|
|
264
|
+
"binding": {
|
|
265
|
+
"name": "authentication.clientSecret",
|
|
266
|
+
"type": "zeebe:input"
|
|
267
|
+
},
|
|
268
|
+
"condition": {
|
|
269
|
+
"property": "authentication.type",
|
|
270
|
+
"equals": "refresh",
|
|
271
|
+
"type": "simple"
|
|
272
|
+
},
|
|
273
|
+
"type": "String"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "data.type",
|
|
277
|
+
"label": "Conversation type",
|
|
278
|
+
"description": "Choose conversation type",
|
|
279
|
+
"value": "chat",
|
|
280
|
+
"group": "operation",
|
|
281
|
+
"binding": {
|
|
282
|
+
"name": "data.type",
|
|
283
|
+
"type": "zeebe:input"
|
|
284
|
+
},
|
|
285
|
+
"type": "Dropdown",
|
|
286
|
+
"choices": [
|
|
287
|
+
{
|
|
288
|
+
"name": "Chat",
|
|
289
|
+
"value": "chat"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "Channel",
|
|
293
|
+
"value": "channel"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": "data.chatMethod",
|
|
299
|
+
"label": "Method",
|
|
300
|
+
"description": "Select method for chat interaction",
|
|
301
|
+
"value": "sendMessageToChat",
|
|
302
|
+
"group": "operation",
|
|
303
|
+
"binding": {
|
|
304
|
+
"name": "data.method",
|
|
305
|
+
"type": "zeebe:input"
|
|
306
|
+
},
|
|
307
|
+
"condition": {
|
|
308
|
+
"property": "data.type",
|
|
309
|
+
"equals": "chat",
|
|
310
|
+
"type": "simple"
|
|
311
|
+
},
|
|
312
|
+
"type": "Dropdown",
|
|
313
|
+
"choices": [
|
|
314
|
+
{
|
|
315
|
+
"name": "Create a new chat",
|
|
316
|
+
"value": "createChat"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "Get chat by ID",
|
|
320
|
+
"value": "getChat"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "List chats",
|
|
324
|
+
"value": "listChats"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "List chat members",
|
|
328
|
+
"value": "listMembersOfChat"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "Send message in chat",
|
|
332
|
+
"value": "sendMessageToChat"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "List messages in chat",
|
|
336
|
+
"value": "listMessagesInChat"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "Get message in chat",
|
|
340
|
+
"value": "getMessageFromChat"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "data.channelMethod",
|
|
346
|
+
"label": "Method",
|
|
347
|
+
"description": "Select method for channel interaction",
|
|
348
|
+
"value": "sendMessageToChannel",
|
|
349
|
+
"group": "operation",
|
|
350
|
+
"binding": {
|
|
351
|
+
"name": "data.method",
|
|
352
|
+
"type": "zeebe:input"
|
|
353
|
+
},
|
|
354
|
+
"condition": {
|
|
355
|
+
"property": "data.type",
|
|
356
|
+
"equals": "channel",
|
|
357
|
+
"type": "simple"
|
|
358
|
+
},
|
|
359
|
+
"type": "Dropdown",
|
|
360
|
+
"choices": [
|
|
361
|
+
{
|
|
362
|
+
"name": "Create channel",
|
|
363
|
+
"value": "createChannel"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "Get channel",
|
|
367
|
+
"value": "getChannel"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "List channels",
|
|
371
|
+
"value": "listAllChannels"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "Send message to channel",
|
|
375
|
+
"value": "sendMessageToChannel"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "Get channel message",
|
|
379
|
+
"value": "getMessageFromChannel"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "List channel messages",
|
|
383
|
+
"value": "listChannelMessages"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "List message replies",
|
|
387
|
+
"value": "listMessageRepliesInChannel"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "List members",
|
|
391
|
+
"value": "listMembersInChannel"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "data.createChat.chatType",
|
|
397
|
+
"label": "Chat type",
|
|
398
|
+
"description": "The type of a new chat",
|
|
399
|
+
"optional": false,
|
|
400
|
+
"value": "one_on_one",
|
|
401
|
+
"constraints": {
|
|
402
|
+
"notEmpty": true
|
|
403
|
+
},
|
|
404
|
+
"group": "data",
|
|
405
|
+
"binding": {
|
|
406
|
+
"name": "data.chatType",
|
|
407
|
+
"type": "zeebe:input"
|
|
408
|
+
},
|
|
409
|
+
"condition": {
|
|
410
|
+
"allMatch": [
|
|
411
|
+
{
|
|
412
|
+
"property": "data.chatMethod",
|
|
413
|
+
"equals": "createChat",
|
|
414
|
+
"type": "simple"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"property": "data.type",
|
|
418
|
+
"equals": "chat",
|
|
419
|
+
"type": "simple"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"type": "Dropdown",
|
|
424
|
+
"choices": [
|
|
425
|
+
{
|
|
426
|
+
"name": "One on one",
|
|
427
|
+
"value": "one_on_one"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "Group",
|
|
431
|
+
"value": "group"
|
|
432
|
+
}
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"id": "data.createChat.topic",
|
|
437
|
+
"label": "Topic",
|
|
438
|
+
"description": "Set topic of chat (optional)",
|
|
439
|
+
"optional": true,
|
|
440
|
+
"feel": "optional",
|
|
441
|
+
"group": "data",
|
|
442
|
+
"binding": {
|
|
443
|
+
"name": "data.topic",
|
|
444
|
+
"type": "zeebe:input"
|
|
445
|
+
},
|
|
446
|
+
"condition": {
|
|
447
|
+
"allMatch": [
|
|
448
|
+
{
|
|
449
|
+
"property": "data.createChat.chatType",
|
|
450
|
+
"equals": "group",
|
|
451
|
+
"type": "simple"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"property": "data.chatMethod",
|
|
455
|
+
"equals": "createChat",
|
|
456
|
+
"type": "simple"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"property": "data.type",
|
|
460
|
+
"equals": "chat",
|
|
461
|
+
"type": "simple"
|
|
462
|
+
}
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
"type": "String"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "data.createChat.members",
|
|
469
|
+
"label": "Members",
|
|
470
|
+
"description": "Set array members of chat. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#members-property'>Learn more about the required format</a>",
|
|
471
|
+
"optional": false,
|
|
472
|
+
"constraints": {
|
|
473
|
+
"notEmpty": true
|
|
474
|
+
},
|
|
475
|
+
"feel": "required",
|
|
476
|
+
"group": "data",
|
|
477
|
+
"binding": {
|
|
478
|
+
"name": "data.members",
|
|
479
|
+
"type": "zeebe:input"
|
|
480
|
+
},
|
|
481
|
+
"condition": {
|
|
482
|
+
"allMatch": [
|
|
483
|
+
{
|
|
484
|
+
"property": "data.chatMethod",
|
|
485
|
+
"equals": "createChat",
|
|
486
|
+
"type": "simple"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"property": "data.type",
|
|
490
|
+
"equals": "chat",
|
|
491
|
+
"type": "simple"
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
"type": "String"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"id": "data.getChat.chatId",
|
|
499
|
+
"label": "Chat ID",
|
|
500
|
+
"description": "The chat ID",
|
|
501
|
+
"optional": false,
|
|
502
|
+
"constraints": {
|
|
503
|
+
"notEmpty": true
|
|
504
|
+
},
|
|
505
|
+
"feel": "optional",
|
|
506
|
+
"group": "data",
|
|
507
|
+
"binding": {
|
|
508
|
+
"name": "data.chatId",
|
|
509
|
+
"type": "zeebe:input"
|
|
510
|
+
},
|
|
511
|
+
"condition": {
|
|
512
|
+
"allMatch": [
|
|
513
|
+
{
|
|
514
|
+
"property": "data.chatMethod",
|
|
515
|
+
"equals": "getChat",
|
|
516
|
+
"type": "simple"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"property": "data.type",
|
|
520
|
+
"equals": "chat",
|
|
521
|
+
"type": "simple"
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
"type": "String"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "data.getChat.expand",
|
|
529
|
+
"label": "Expand response",
|
|
530
|
+
"description": "Choose expand type. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#expand-response'>Learn more about expanding chat response</a>",
|
|
531
|
+
"optional": false,
|
|
532
|
+
"value": "withoutExpand",
|
|
533
|
+
"constraints": {
|
|
534
|
+
"notEmpty": true
|
|
535
|
+
},
|
|
536
|
+
"group": "data",
|
|
537
|
+
"binding": {
|
|
538
|
+
"name": "data.expand",
|
|
539
|
+
"type": "zeebe:input"
|
|
540
|
+
},
|
|
541
|
+
"condition": {
|
|
542
|
+
"allMatch": [
|
|
543
|
+
{
|
|
544
|
+
"property": "data.chatMethod",
|
|
545
|
+
"equals": "getChat",
|
|
546
|
+
"type": "simple"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"property": "data.type",
|
|
550
|
+
"equals": "chat",
|
|
551
|
+
"type": "simple"
|
|
552
|
+
}
|
|
553
|
+
]
|
|
554
|
+
},
|
|
555
|
+
"type": "Dropdown",
|
|
556
|
+
"choices": [
|
|
557
|
+
{
|
|
558
|
+
"name": "Without expand",
|
|
559
|
+
"value": "withoutExpand"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "With the last message preview",
|
|
563
|
+
"value": "lastMessagePreview"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "With chat members",
|
|
567
|
+
"value": "members"
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"id": "data.listChatMembers.chatId",
|
|
573
|
+
"label": "Chat ID",
|
|
574
|
+
"description": "The chat ID",
|
|
575
|
+
"optional": false,
|
|
576
|
+
"constraints": {
|
|
577
|
+
"notEmpty": true
|
|
578
|
+
},
|
|
579
|
+
"feel": "optional",
|
|
580
|
+
"group": "data",
|
|
581
|
+
"binding": {
|
|
582
|
+
"name": "data.chatId",
|
|
583
|
+
"type": "zeebe:input"
|
|
584
|
+
},
|
|
585
|
+
"condition": {
|
|
586
|
+
"allMatch": [
|
|
587
|
+
{
|
|
588
|
+
"property": "data.chatMethod",
|
|
589
|
+
"equals": "listMembersOfChat",
|
|
590
|
+
"type": "simple"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"property": "data.type",
|
|
594
|
+
"equals": "chat",
|
|
595
|
+
"type": "simple"
|
|
596
|
+
}
|
|
597
|
+
]
|
|
598
|
+
},
|
|
599
|
+
"type": "String"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"id": "data.sendMessageInChat.chatId",
|
|
603
|
+
"label": "Chat ID",
|
|
604
|
+
"description": "The chat ID",
|
|
605
|
+
"optional": false,
|
|
606
|
+
"constraints": {
|
|
607
|
+
"notEmpty": true
|
|
608
|
+
},
|
|
609
|
+
"feel": "optional",
|
|
610
|
+
"group": "data",
|
|
611
|
+
"binding": {
|
|
612
|
+
"name": "data.chatId",
|
|
613
|
+
"type": "zeebe:input"
|
|
614
|
+
},
|
|
615
|
+
"condition": {
|
|
616
|
+
"allMatch": [
|
|
617
|
+
{
|
|
618
|
+
"property": "data.chatMethod",
|
|
619
|
+
"equals": "sendMessageToChat",
|
|
620
|
+
"type": "simple"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"property": "data.type",
|
|
624
|
+
"equals": "chat",
|
|
625
|
+
"type": "simple"
|
|
626
|
+
}
|
|
627
|
+
]
|
|
628
|
+
},
|
|
629
|
+
"type": "String"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"id": "data.sendMessageInChat.content",
|
|
633
|
+
"label": "Content",
|
|
634
|
+
"description": "Enter content",
|
|
635
|
+
"optional": false,
|
|
636
|
+
"constraints": {
|
|
637
|
+
"notEmpty": true
|
|
638
|
+
},
|
|
639
|
+
"feel": "optional",
|
|
640
|
+
"group": "data",
|
|
641
|
+
"binding": {
|
|
642
|
+
"name": "data.content",
|
|
643
|
+
"type": "zeebe:input"
|
|
644
|
+
},
|
|
645
|
+
"condition": {
|
|
646
|
+
"allMatch": [
|
|
647
|
+
{
|
|
648
|
+
"property": "data.chatMethod",
|
|
649
|
+
"equals": "sendMessageToChat",
|
|
650
|
+
"type": "simple"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"property": "data.type",
|
|
654
|
+
"equals": "chat",
|
|
655
|
+
"type": "simple"
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
"type": "Text"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"id": "data.sendMessageInChat.bodyType",
|
|
663
|
+
"label": "Content type",
|
|
664
|
+
"description": "The type of the content. Possible values are text and html",
|
|
665
|
+
"optional": false,
|
|
666
|
+
"value": "TEXT",
|
|
667
|
+
"constraints": {
|
|
668
|
+
"notEmpty": true
|
|
669
|
+
},
|
|
670
|
+
"group": "data",
|
|
671
|
+
"binding": {
|
|
672
|
+
"name": "data.bodyType",
|
|
673
|
+
"type": "zeebe:input"
|
|
674
|
+
},
|
|
675
|
+
"condition": {
|
|
676
|
+
"allMatch": [
|
|
677
|
+
{
|
|
678
|
+
"property": "data.chatMethod",
|
|
679
|
+
"equals": "sendMessageToChat",
|
|
680
|
+
"type": "simple"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"property": "data.type",
|
|
684
|
+
"equals": "chat",
|
|
685
|
+
"type": "simple"
|
|
686
|
+
}
|
|
687
|
+
]
|
|
688
|
+
},
|
|
689
|
+
"type": "Dropdown",
|
|
690
|
+
"choices": [
|
|
691
|
+
{
|
|
692
|
+
"name": "Text",
|
|
693
|
+
"value": "TEXT"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "HTML",
|
|
697
|
+
"value": "HTML"
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"id": "data.listMessagesInChat.chatId",
|
|
703
|
+
"label": "Chat ID",
|
|
704
|
+
"description": "The chat ID",
|
|
705
|
+
"optional": false,
|
|
706
|
+
"constraints": {
|
|
707
|
+
"notEmpty": true
|
|
708
|
+
},
|
|
709
|
+
"feel": "optional",
|
|
710
|
+
"group": "data",
|
|
711
|
+
"binding": {
|
|
712
|
+
"name": "data.chatId",
|
|
713
|
+
"type": "zeebe:input"
|
|
714
|
+
},
|
|
715
|
+
"condition": {
|
|
716
|
+
"allMatch": [
|
|
717
|
+
{
|
|
718
|
+
"property": "data.chatMethod",
|
|
719
|
+
"equals": "listMessagesInChat",
|
|
720
|
+
"type": "simple"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"property": "data.type",
|
|
724
|
+
"equals": "chat",
|
|
725
|
+
"type": "simple"
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
},
|
|
729
|
+
"type": "String"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"id": "data.listMessagesInChat.top",
|
|
733
|
+
"label": "Top",
|
|
734
|
+
"description": "Controls the number of items per response. Maximum allowed $top value is 50",
|
|
735
|
+
"optional": true,
|
|
736
|
+
"feel": "optional",
|
|
737
|
+
"group": "data",
|
|
738
|
+
"binding": {
|
|
739
|
+
"name": "data.top",
|
|
740
|
+
"type": "zeebe:input"
|
|
741
|
+
},
|
|
742
|
+
"condition": {
|
|
743
|
+
"allMatch": [
|
|
744
|
+
{
|
|
745
|
+
"property": "data.chatMethod",
|
|
746
|
+
"equals": "listMessagesInChat",
|
|
747
|
+
"type": "simple"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"property": "data.type",
|
|
751
|
+
"equals": "chat",
|
|
752
|
+
"type": "simple"
|
|
753
|
+
}
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
"type": "String"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"id": "data.listMessagesInChat.orderBy",
|
|
760
|
+
"label": "Order by",
|
|
761
|
+
"optional": false,
|
|
762
|
+
"value": "withoutOrdering",
|
|
763
|
+
"constraints": {
|
|
764
|
+
"notEmpty": true
|
|
765
|
+
},
|
|
766
|
+
"group": "data",
|
|
767
|
+
"binding": {
|
|
768
|
+
"name": "data.orderBy",
|
|
769
|
+
"type": "zeebe:input"
|
|
770
|
+
},
|
|
771
|
+
"condition": {
|
|
772
|
+
"allMatch": [
|
|
773
|
+
{
|
|
774
|
+
"property": "data.chatMethod",
|
|
775
|
+
"equals": "listMessagesInChat",
|
|
776
|
+
"type": "simple"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"property": "data.type",
|
|
780
|
+
"equals": "chat",
|
|
781
|
+
"type": "simple"
|
|
782
|
+
}
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
"type": "Dropdown",
|
|
786
|
+
"choices": [
|
|
787
|
+
{
|
|
788
|
+
"name": "Without ordering",
|
|
789
|
+
"value": "withoutOrdering"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "Last modified data time",
|
|
793
|
+
"value": "lastModifiedDateTime"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "Created data time",
|
|
797
|
+
"value": "createdDateTime"
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"id": "data.listMessagesInChat.filter",
|
|
803
|
+
"label": "Filter",
|
|
804
|
+
"description": "Sets the date range filter for the lastModifiedDateTime and createdDateTime properties. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
|
|
805
|
+
"optional": false,
|
|
806
|
+
"feel": "optional",
|
|
807
|
+
"group": "data",
|
|
808
|
+
"binding": {
|
|
809
|
+
"name": "data.filter",
|
|
810
|
+
"type": "zeebe:input"
|
|
811
|
+
},
|
|
812
|
+
"condition": {
|
|
813
|
+
"allMatch": [
|
|
814
|
+
{
|
|
815
|
+
"property": "data.chatMethod",
|
|
816
|
+
"equals": "listMessagesInChat",
|
|
817
|
+
"type": "simple"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"property": "data.type",
|
|
821
|
+
"equals": "chat",
|
|
822
|
+
"type": "simple"
|
|
823
|
+
}
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
"type": "String"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "data.getMessageInChat.chatId",
|
|
830
|
+
"label": "Chat ID",
|
|
831
|
+
"description": "The chat ID",
|
|
832
|
+
"optional": false,
|
|
833
|
+
"constraints": {
|
|
834
|
+
"notEmpty": true
|
|
835
|
+
},
|
|
836
|
+
"feel": "optional",
|
|
837
|
+
"group": "data",
|
|
838
|
+
"binding": {
|
|
839
|
+
"name": "data.chatId",
|
|
840
|
+
"type": "zeebe:input"
|
|
841
|
+
},
|
|
842
|
+
"condition": {
|
|
843
|
+
"allMatch": [
|
|
844
|
+
{
|
|
845
|
+
"property": "data.chatMethod",
|
|
846
|
+
"equals": "getMessageFromChat",
|
|
847
|
+
"type": "simple"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"property": "data.type",
|
|
851
|
+
"equals": "chat",
|
|
852
|
+
"type": "simple"
|
|
853
|
+
}
|
|
854
|
+
]
|
|
855
|
+
},
|
|
856
|
+
"type": "String"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"id": "data.getMessageInChat.messageId",
|
|
860
|
+
"label": "Message ID",
|
|
861
|
+
"description": "The message ID",
|
|
862
|
+
"optional": false,
|
|
863
|
+
"constraints": {
|
|
864
|
+
"notEmpty": true
|
|
865
|
+
},
|
|
866
|
+
"feel": "optional",
|
|
867
|
+
"group": "data",
|
|
868
|
+
"binding": {
|
|
869
|
+
"name": "data.messageId",
|
|
870
|
+
"type": "zeebe:input"
|
|
871
|
+
},
|
|
872
|
+
"condition": {
|
|
873
|
+
"allMatch": [
|
|
874
|
+
{
|
|
875
|
+
"property": "data.chatMethod",
|
|
876
|
+
"equals": "getMessageFromChat",
|
|
877
|
+
"type": "simple"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"property": "data.type",
|
|
881
|
+
"equals": "chat",
|
|
882
|
+
"type": "simple"
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
|
+
"type": "String"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"id": "data.createChannel.groupId",
|
|
890
|
+
"label": "Group ID",
|
|
891
|
+
"description": "The group ID for teams",
|
|
892
|
+
"optional": false,
|
|
893
|
+
"constraints": {
|
|
894
|
+
"notEmpty": true
|
|
895
|
+
},
|
|
896
|
+
"feel": "optional",
|
|
897
|
+
"group": "data",
|
|
898
|
+
"binding": {
|
|
899
|
+
"name": "data.groupId",
|
|
900
|
+
"type": "zeebe:input"
|
|
901
|
+
},
|
|
902
|
+
"condition": {
|
|
903
|
+
"allMatch": [
|
|
904
|
+
{
|
|
905
|
+
"property": "data.channelMethod",
|
|
906
|
+
"equals": "createChannel",
|
|
907
|
+
"type": "simple"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"property": "data.type",
|
|
911
|
+
"equals": "channel",
|
|
912
|
+
"type": "simple"
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
"type": "String"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"id": "data.createChannel.name",
|
|
920
|
+
"label": "Display name",
|
|
921
|
+
"description": "Enter name of a channel",
|
|
922
|
+
"optional": false,
|
|
923
|
+
"constraints": {
|
|
924
|
+
"notEmpty": true
|
|
925
|
+
},
|
|
926
|
+
"feel": "optional",
|
|
927
|
+
"group": "data",
|
|
928
|
+
"binding": {
|
|
929
|
+
"name": "data.name",
|
|
930
|
+
"type": "zeebe:input"
|
|
931
|
+
},
|
|
932
|
+
"condition": {
|
|
933
|
+
"allMatch": [
|
|
934
|
+
{
|
|
935
|
+
"property": "data.channelMethod",
|
|
936
|
+
"equals": "createChannel",
|
|
937
|
+
"type": "simple"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"property": "data.type",
|
|
941
|
+
"equals": "channel",
|
|
942
|
+
"type": "simple"
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
"type": "String"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"id": "data.createChannel.description",
|
|
950
|
+
"label": "Description",
|
|
951
|
+
"description": "Enter description",
|
|
952
|
+
"optional": true,
|
|
953
|
+
"feel": "optional",
|
|
954
|
+
"group": "data",
|
|
955
|
+
"binding": {
|
|
956
|
+
"name": "data.description",
|
|
957
|
+
"type": "zeebe:input"
|
|
958
|
+
},
|
|
959
|
+
"condition": {
|
|
960
|
+
"allMatch": [
|
|
961
|
+
{
|
|
962
|
+
"property": "data.channelMethod",
|
|
963
|
+
"equals": "createChannel",
|
|
964
|
+
"type": "simple"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"property": "data.type",
|
|
968
|
+
"equals": "channel",
|
|
969
|
+
"type": "simple"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
"type": "Text"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"id": "data.createChannel.channelType",
|
|
977
|
+
"label": "Channel membership type",
|
|
978
|
+
"description": "Choose type",
|
|
979
|
+
"optional": false,
|
|
980
|
+
"value": "standard",
|
|
981
|
+
"constraints": {
|
|
982
|
+
"notEmpty": true
|
|
983
|
+
},
|
|
984
|
+
"group": "data",
|
|
985
|
+
"binding": {
|
|
986
|
+
"name": "data.channelType",
|
|
987
|
+
"type": "zeebe:input"
|
|
988
|
+
},
|
|
989
|
+
"condition": {
|
|
990
|
+
"allMatch": [
|
|
991
|
+
{
|
|
992
|
+
"property": "data.channelMethod",
|
|
993
|
+
"equals": "createChannel",
|
|
994
|
+
"type": "simple"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"property": "data.type",
|
|
998
|
+
"equals": "channel",
|
|
999
|
+
"type": "simple"
|
|
1000
|
+
}
|
|
1001
|
+
]
|
|
1002
|
+
},
|
|
1003
|
+
"type": "Dropdown",
|
|
1004
|
+
"choices": [
|
|
1005
|
+
{
|
|
1006
|
+
"name": "Standard",
|
|
1007
|
+
"value": "standard"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "Private",
|
|
1011
|
+
"value": "private"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "Shared",
|
|
1015
|
+
"value": "shared"
|
|
1016
|
+
}
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"id": "data.createChannel.owner",
|
|
1021
|
+
"label": "Owner",
|
|
1022
|
+
"description": "Enter ID or principal name of a user",
|
|
1023
|
+
"optional": false,
|
|
1024
|
+
"constraints": {
|
|
1025
|
+
"notEmpty": true
|
|
1026
|
+
},
|
|
1027
|
+
"feel": "optional",
|
|
1028
|
+
"group": "data",
|
|
1029
|
+
"binding": {
|
|
1030
|
+
"name": "data.owner",
|
|
1031
|
+
"type": "zeebe:input"
|
|
1032
|
+
},
|
|
1033
|
+
"condition": {
|
|
1034
|
+
"allMatch": [
|
|
1035
|
+
{
|
|
1036
|
+
"property": "data.createChannel.channelType",
|
|
1037
|
+
"oneOf": ["private", "shared"],
|
|
1038
|
+
"type": "simple"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"property": "data.channelMethod",
|
|
1042
|
+
"equals": "createChannel",
|
|
1043
|
+
"type": "simple"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"property": "data.type",
|
|
1047
|
+
"equals": "channel",
|
|
1048
|
+
"type": "simple"
|
|
1049
|
+
}
|
|
1050
|
+
]
|
|
1051
|
+
},
|
|
1052
|
+
"type": "String"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "data.getChannel.groupId",
|
|
1056
|
+
"label": "Group ID",
|
|
1057
|
+
"description": "The group ID for teams",
|
|
1058
|
+
"optional": false,
|
|
1059
|
+
"constraints": {
|
|
1060
|
+
"notEmpty": true
|
|
1061
|
+
},
|
|
1062
|
+
"feel": "optional",
|
|
1063
|
+
"group": "data",
|
|
1064
|
+
"binding": {
|
|
1065
|
+
"name": "data.groupId",
|
|
1066
|
+
"type": "zeebe:input"
|
|
1067
|
+
},
|
|
1068
|
+
"condition": {
|
|
1069
|
+
"allMatch": [
|
|
1070
|
+
{
|
|
1071
|
+
"property": "data.channelMethod",
|
|
1072
|
+
"equals": "getChannel",
|
|
1073
|
+
"type": "simple"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"property": "data.type",
|
|
1077
|
+
"equals": "channel",
|
|
1078
|
+
"type": "simple"
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1082
|
+
"type": "String"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"id": "data.getChannel.channelId",
|
|
1086
|
+
"label": "Channel ID",
|
|
1087
|
+
"description": "The Channel ID",
|
|
1088
|
+
"optional": false,
|
|
1089
|
+
"constraints": {
|
|
1090
|
+
"notEmpty": true
|
|
1091
|
+
},
|
|
1092
|
+
"feel": "optional",
|
|
1093
|
+
"group": "data",
|
|
1094
|
+
"binding": {
|
|
1095
|
+
"name": "data.channelId",
|
|
1096
|
+
"type": "zeebe:input"
|
|
1097
|
+
},
|
|
1098
|
+
"condition": {
|
|
1099
|
+
"allMatch": [
|
|
1100
|
+
{
|
|
1101
|
+
"property": "data.channelMethod",
|
|
1102
|
+
"equals": "getChannel",
|
|
1103
|
+
"type": "simple"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"property": "data.type",
|
|
1107
|
+
"equals": "channel",
|
|
1108
|
+
"type": "simple"
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
"type": "String"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "data.listChannels.groupId",
|
|
1116
|
+
"label": "Group ID",
|
|
1117
|
+
"description": "The group ID for teams",
|
|
1118
|
+
"optional": false,
|
|
1119
|
+
"constraints": {
|
|
1120
|
+
"notEmpty": true
|
|
1121
|
+
},
|
|
1122
|
+
"feel": "optional",
|
|
1123
|
+
"group": "data",
|
|
1124
|
+
"binding": {
|
|
1125
|
+
"name": "data.groupId",
|
|
1126
|
+
"type": "zeebe:input"
|
|
1127
|
+
},
|
|
1128
|
+
"condition": {
|
|
1129
|
+
"allMatch": [
|
|
1130
|
+
{
|
|
1131
|
+
"property": "data.channelMethod",
|
|
1132
|
+
"equals": "listAllChannels",
|
|
1133
|
+
"type": "simple"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"property": "data.type",
|
|
1137
|
+
"equals": "channel",
|
|
1138
|
+
"type": "simple"
|
|
1139
|
+
}
|
|
1140
|
+
]
|
|
1141
|
+
},
|
|
1142
|
+
"type": "String"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"id": "data.listChannels.filter",
|
|
1146
|
+
"label": "Filter",
|
|
1147
|
+
"description": "Sets the search filter. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
|
|
1148
|
+
"optional": true,
|
|
1149
|
+
"feel": "optional",
|
|
1150
|
+
"group": "data",
|
|
1151
|
+
"binding": {
|
|
1152
|
+
"name": "data.filter",
|
|
1153
|
+
"type": "zeebe:input"
|
|
1154
|
+
},
|
|
1155
|
+
"condition": {
|
|
1156
|
+
"allMatch": [
|
|
1157
|
+
{
|
|
1158
|
+
"property": "data.channelMethod",
|
|
1159
|
+
"equals": "listAllChannels",
|
|
1160
|
+
"type": "simple"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"property": "data.type",
|
|
1164
|
+
"equals": "channel",
|
|
1165
|
+
"type": "simple"
|
|
1166
|
+
}
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
1169
|
+
"type": "String"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"id": "data.sendMessageToChannel.groupId",
|
|
1173
|
+
"label": "Group ID",
|
|
1174
|
+
"description": "The group ID for teams",
|
|
1175
|
+
"optional": false,
|
|
1176
|
+
"constraints": {
|
|
1177
|
+
"notEmpty": true
|
|
1178
|
+
},
|
|
1179
|
+
"feel": "optional",
|
|
1180
|
+
"group": "data",
|
|
1181
|
+
"binding": {
|
|
1182
|
+
"name": "data.groupId",
|
|
1183
|
+
"type": "zeebe:input"
|
|
1184
|
+
},
|
|
1185
|
+
"condition": {
|
|
1186
|
+
"allMatch": [
|
|
1187
|
+
{
|
|
1188
|
+
"property": "data.channelMethod",
|
|
1189
|
+
"equals": "sendMessageToChannel",
|
|
1190
|
+
"type": "simple"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"property": "data.type",
|
|
1194
|
+
"equals": "channel",
|
|
1195
|
+
"type": "simple"
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
"type": "String"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "data.sendMessageToChannel.channelId",
|
|
1203
|
+
"label": "Channel ID",
|
|
1204
|
+
"description": "The channel ID",
|
|
1205
|
+
"optional": false,
|
|
1206
|
+
"constraints": {
|
|
1207
|
+
"notEmpty": true
|
|
1208
|
+
},
|
|
1209
|
+
"feel": "optional",
|
|
1210
|
+
"group": "data",
|
|
1211
|
+
"binding": {
|
|
1212
|
+
"name": "data.channelId",
|
|
1213
|
+
"type": "zeebe:input"
|
|
1214
|
+
},
|
|
1215
|
+
"condition": {
|
|
1216
|
+
"allMatch": [
|
|
1217
|
+
{
|
|
1218
|
+
"property": "data.channelMethod",
|
|
1219
|
+
"equals": "sendMessageToChannel",
|
|
1220
|
+
"type": "simple"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"property": "data.type",
|
|
1224
|
+
"equals": "channel",
|
|
1225
|
+
"type": "simple"
|
|
1226
|
+
}
|
|
1227
|
+
]
|
|
1228
|
+
},
|
|
1229
|
+
"type": "String"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"id": "data.sendMessageToChannel.content",
|
|
1233
|
+
"label": "Content",
|
|
1234
|
+
"description": "Enter content",
|
|
1235
|
+
"optional": false,
|
|
1236
|
+
"constraints": {
|
|
1237
|
+
"notEmpty": true
|
|
1238
|
+
},
|
|
1239
|
+
"feel": "optional",
|
|
1240
|
+
"group": "data",
|
|
1241
|
+
"binding": {
|
|
1242
|
+
"name": "data.content",
|
|
1243
|
+
"type": "zeebe:input"
|
|
1244
|
+
},
|
|
1245
|
+
"condition": {
|
|
1246
|
+
"allMatch": [
|
|
1247
|
+
{
|
|
1248
|
+
"property": "data.channelMethod",
|
|
1249
|
+
"equals": "sendMessageToChannel",
|
|
1250
|
+
"type": "simple"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"property": "data.type",
|
|
1254
|
+
"equals": "channel",
|
|
1255
|
+
"type": "simple"
|
|
1256
|
+
}
|
|
1257
|
+
]
|
|
1258
|
+
},
|
|
1259
|
+
"type": "Text"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"id": "data.sendMessageToChannel.bodyType",
|
|
1263
|
+
"label": "Content type",
|
|
1264
|
+
"description": "The type of the content. Possible values are text and html",
|
|
1265
|
+
"optional": false,
|
|
1266
|
+
"value": "TEXT",
|
|
1267
|
+
"constraints": {
|
|
1268
|
+
"notEmpty": true
|
|
1269
|
+
},
|
|
1270
|
+
"group": "data",
|
|
1271
|
+
"binding": {
|
|
1272
|
+
"name": "data.bodyType",
|
|
1273
|
+
"type": "zeebe:input"
|
|
1274
|
+
},
|
|
1275
|
+
"condition": {
|
|
1276
|
+
"allMatch": [
|
|
1277
|
+
{
|
|
1278
|
+
"property": "data.channelMethod",
|
|
1279
|
+
"equals": "sendMessageToChannel",
|
|
1280
|
+
"type": "simple"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"property": "data.type",
|
|
1284
|
+
"equals": "channel",
|
|
1285
|
+
"type": "simple"
|
|
1286
|
+
}
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1289
|
+
"type": "Dropdown",
|
|
1290
|
+
"choices": [
|
|
1291
|
+
{
|
|
1292
|
+
"name": "Text",
|
|
1293
|
+
"value": "TEXT"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "HTML",
|
|
1297
|
+
"value": "HTML"
|
|
1298
|
+
}
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"id": "data.sendMessageToChannel.documents",
|
|
1303
|
+
"label": "documents",
|
|
1304
|
+
"optional": true,
|
|
1305
|
+
"feel": "required",
|
|
1306
|
+
"group": "data",
|
|
1307
|
+
"binding": {
|
|
1308
|
+
"name": "data.documents",
|
|
1309
|
+
"type": "zeebe:input"
|
|
1310
|
+
},
|
|
1311
|
+
"condition": {
|
|
1312
|
+
"allMatch": [
|
|
1313
|
+
{
|
|
1314
|
+
"property": "data.channelMethod",
|
|
1315
|
+
"equals": "sendMessageToChannel",
|
|
1316
|
+
"type": "simple"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"property": "data.type",
|
|
1320
|
+
"equals": "channel",
|
|
1321
|
+
"type": "simple"
|
|
1322
|
+
}
|
|
1323
|
+
]
|
|
1324
|
+
},
|
|
1325
|
+
"type": "String"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"id": "data.getChannelMessage.groupId",
|
|
1329
|
+
"label": "Group ID",
|
|
1330
|
+
"description": "The group ID for teams",
|
|
1331
|
+
"optional": false,
|
|
1332
|
+
"constraints": {
|
|
1333
|
+
"notEmpty": true
|
|
1334
|
+
},
|
|
1335
|
+
"feel": "optional",
|
|
1336
|
+
"group": "data",
|
|
1337
|
+
"binding": {
|
|
1338
|
+
"name": "data.groupId",
|
|
1339
|
+
"type": "zeebe:input"
|
|
1340
|
+
},
|
|
1341
|
+
"condition": {
|
|
1342
|
+
"allMatch": [
|
|
1343
|
+
{
|
|
1344
|
+
"property": "data.channelMethod",
|
|
1345
|
+
"equals": "getMessageFromChannel",
|
|
1346
|
+
"type": "simple"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"property": "data.type",
|
|
1350
|
+
"equals": "channel",
|
|
1351
|
+
"type": "simple"
|
|
1352
|
+
}
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1355
|
+
"type": "String"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"id": "data.getChannelMessage.channelId",
|
|
1359
|
+
"label": "Channel ID",
|
|
1360
|
+
"description": "The channel ID",
|
|
1361
|
+
"optional": false,
|
|
1362
|
+
"constraints": {
|
|
1363
|
+
"notEmpty": true
|
|
1364
|
+
},
|
|
1365
|
+
"feel": "optional",
|
|
1366
|
+
"group": "data",
|
|
1367
|
+
"binding": {
|
|
1368
|
+
"name": "data.channelId",
|
|
1369
|
+
"type": "zeebe:input"
|
|
1370
|
+
},
|
|
1371
|
+
"condition": {
|
|
1372
|
+
"allMatch": [
|
|
1373
|
+
{
|
|
1374
|
+
"property": "data.channelMethod",
|
|
1375
|
+
"equals": "getMessageFromChannel",
|
|
1376
|
+
"type": "simple"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"property": "data.type",
|
|
1380
|
+
"equals": "channel",
|
|
1381
|
+
"type": "simple"
|
|
1382
|
+
}
|
|
1383
|
+
]
|
|
1384
|
+
},
|
|
1385
|
+
"type": "String"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"id": "data.getChannelMessage.messageId",
|
|
1389
|
+
"label": "Message ID",
|
|
1390
|
+
"description": "The message ID",
|
|
1391
|
+
"optional": false,
|
|
1392
|
+
"constraints": {
|
|
1393
|
+
"notEmpty": true
|
|
1394
|
+
},
|
|
1395
|
+
"feel": "optional",
|
|
1396
|
+
"group": "data",
|
|
1397
|
+
"binding": {
|
|
1398
|
+
"name": "data.messageId",
|
|
1399
|
+
"type": "zeebe:input"
|
|
1400
|
+
},
|
|
1401
|
+
"condition": {
|
|
1402
|
+
"allMatch": [
|
|
1403
|
+
{
|
|
1404
|
+
"property": "data.channelMethod",
|
|
1405
|
+
"equals": "getMessageFromChannel",
|
|
1406
|
+
"type": "simple"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"property": "data.type",
|
|
1410
|
+
"equals": "channel",
|
|
1411
|
+
"type": "simple"
|
|
1412
|
+
}
|
|
1413
|
+
]
|
|
1414
|
+
},
|
|
1415
|
+
"type": "String"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": "data.listChannelMessage.groupId",
|
|
1419
|
+
"label": "Group ID",
|
|
1420
|
+
"description": "The group ID for teams",
|
|
1421
|
+
"optional": false,
|
|
1422
|
+
"constraints": {
|
|
1423
|
+
"notEmpty": true
|
|
1424
|
+
},
|
|
1425
|
+
"feel": "optional",
|
|
1426
|
+
"group": "data",
|
|
1427
|
+
"binding": {
|
|
1428
|
+
"name": "data.groupId",
|
|
1429
|
+
"type": "zeebe:input"
|
|
1430
|
+
},
|
|
1431
|
+
"condition": {
|
|
1432
|
+
"allMatch": [
|
|
1433
|
+
{
|
|
1434
|
+
"property": "data.channelMethod",
|
|
1435
|
+
"equals": "listChannelMessages",
|
|
1436
|
+
"type": "simple"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"property": "data.type",
|
|
1440
|
+
"equals": "channel",
|
|
1441
|
+
"type": "simple"
|
|
1442
|
+
}
|
|
1443
|
+
]
|
|
1444
|
+
},
|
|
1445
|
+
"type": "String"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"id": "data.listChannelMessage.channelId",
|
|
1449
|
+
"label": "Channel ID",
|
|
1450
|
+
"description": "The channel ID",
|
|
1451
|
+
"optional": false,
|
|
1452
|
+
"constraints": {
|
|
1453
|
+
"notEmpty": true
|
|
1454
|
+
},
|
|
1455
|
+
"feel": "optional",
|
|
1456
|
+
"group": "data",
|
|
1457
|
+
"binding": {
|
|
1458
|
+
"name": "data.channelId",
|
|
1459
|
+
"type": "zeebe:input"
|
|
1460
|
+
},
|
|
1461
|
+
"condition": {
|
|
1462
|
+
"allMatch": [
|
|
1463
|
+
{
|
|
1464
|
+
"property": "data.channelMethod",
|
|
1465
|
+
"equals": "listChannelMessages",
|
|
1466
|
+
"type": "simple"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"property": "data.type",
|
|
1470
|
+
"equals": "channel",
|
|
1471
|
+
"type": "simple"
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
|
+
"type": "String"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"id": "data.listChannelMessage.top",
|
|
1479
|
+
"label": "Top",
|
|
1480
|
+
"description": "Controls the number of items per response",
|
|
1481
|
+
"optional": true,
|
|
1482
|
+
"feel": "optional",
|
|
1483
|
+
"group": "data",
|
|
1484
|
+
"binding": {
|
|
1485
|
+
"name": "data.top",
|
|
1486
|
+
"type": "zeebe:input"
|
|
1487
|
+
},
|
|
1488
|
+
"condition": {
|
|
1489
|
+
"allMatch": [
|
|
1490
|
+
{
|
|
1491
|
+
"property": "data.channelMethod",
|
|
1492
|
+
"equals": "listChannelMessages",
|
|
1493
|
+
"type": "simple"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"property": "data.type",
|
|
1497
|
+
"equals": "channel",
|
|
1498
|
+
"type": "simple"
|
|
1499
|
+
}
|
|
1500
|
+
]
|
|
1501
|
+
},
|
|
1502
|
+
"type": "String"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"id": "data.listChannelMessage.isExpand",
|
|
1506
|
+
"label": "With replies",
|
|
1507
|
+
"description": "Return message replies",
|
|
1508
|
+
"optional": false,
|
|
1509
|
+
"value": "false",
|
|
1510
|
+
"constraints": {
|
|
1511
|
+
"notEmpty": true
|
|
1512
|
+
},
|
|
1513
|
+
"group": "data",
|
|
1514
|
+
"binding": {
|
|
1515
|
+
"name": "data.isExpand",
|
|
1516
|
+
"type": "zeebe:input"
|
|
1517
|
+
},
|
|
1518
|
+
"condition": {
|
|
1519
|
+
"allMatch": [
|
|
1520
|
+
{
|
|
1521
|
+
"property": "data.channelMethod",
|
|
1522
|
+
"equals": "listChannelMessages",
|
|
1523
|
+
"type": "simple"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"property": "data.type",
|
|
1527
|
+
"equals": "channel",
|
|
1528
|
+
"type": "simple"
|
|
1529
|
+
}
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1532
|
+
"type": "Dropdown",
|
|
1533
|
+
"choices": [
|
|
1534
|
+
{
|
|
1535
|
+
"name": "False",
|
|
1536
|
+
"value": "false"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "True",
|
|
1540
|
+
"value": "true"
|
|
1541
|
+
}
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": "data.listMessageRepliesInChannel.groupId",
|
|
1546
|
+
"label": "Group ID",
|
|
1547
|
+
"description": "The group ID for teams",
|
|
1548
|
+
"optional": false,
|
|
1549
|
+
"constraints": {
|
|
1550
|
+
"notEmpty": true
|
|
1551
|
+
},
|
|
1552
|
+
"feel": "optional",
|
|
1553
|
+
"group": "data",
|
|
1554
|
+
"binding": {
|
|
1555
|
+
"name": "data.groupId",
|
|
1556
|
+
"type": "zeebe:input"
|
|
1557
|
+
},
|
|
1558
|
+
"condition": {
|
|
1559
|
+
"allMatch": [
|
|
1560
|
+
{
|
|
1561
|
+
"property": "data.channelMethod",
|
|
1562
|
+
"equals": "listMessageRepliesInChannel",
|
|
1563
|
+
"type": "simple"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"property": "data.type",
|
|
1567
|
+
"equals": "channel",
|
|
1568
|
+
"type": "simple"
|
|
1569
|
+
}
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
"type": "String"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "data.listMessageRepliesInChannel.channelId",
|
|
1576
|
+
"label": "Channel ID",
|
|
1577
|
+
"description": "The channel ID",
|
|
1578
|
+
"optional": false,
|
|
1579
|
+
"constraints": {
|
|
1580
|
+
"notEmpty": true
|
|
1581
|
+
},
|
|
1582
|
+
"feel": "optional",
|
|
1583
|
+
"group": "data",
|
|
1584
|
+
"binding": {
|
|
1585
|
+
"name": "data.channelId",
|
|
1586
|
+
"type": "zeebe:input"
|
|
1587
|
+
},
|
|
1588
|
+
"condition": {
|
|
1589
|
+
"allMatch": [
|
|
1590
|
+
{
|
|
1591
|
+
"property": "data.channelMethod",
|
|
1592
|
+
"equals": "listMessageRepliesInChannel",
|
|
1593
|
+
"type": "simple"
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"property": "data.type",
|
|
1597
|
+
"equals": "channel",
|
|
1598
|
+
"type": "simple"
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
"type": "String"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"id": "data.listMessageRepliesInChannel.messageId",
|
|
1606
|
+
"label": "Message ID",
|
|
1607
|
+
"description": "The message ID",
|
|
1608
|
+
"optional": false,
|
|
1609
|
+
"constraints": {
|
|
1610
|
+
"notEmpty": true
|
|
1611
|
+
},
|
|
1612
|
+
"feel": "optional",
|
|
1613
|
+
"group": "data",
|
|
1614
|
+
"binding": {
|
|
1615
|
+
"name": "data.messageId",
|
|
1616
|
+
"type": "zeebe:input"
|
|
1617
|
+
},
|
|
1618
|
+
"condition": {
|
|
1619
|
+
"allMatch": [
|
|
1620
|
+
{
|
|
1621
|
+
"property": "data.channelMethod",
|
|
1622
|
+
"equals": "listMessageRepliesInChannel",
|
|
1623
|
+
"type": "simple"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"property": "data.type",
|
|
1627
|
+
"equals": "channel",
|
|
1628
|
+
"type": "simple"
|
|
1629
|
+
}
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
1632
|
+
"type": "String"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"id": "data.listChannelMembers.groupId",
|
|
1636
|
+
"label": "Group ID",
|
|
1637
|
+
"description": "The group ID for teams",
|
|
1638
|
+
"optional": false,
|
|
1639
|
+
"constraints": {
|
|
1640
|
+
"notEmpty": true
|
|
1641
|
+
},
|
|
1642
|
+
"feel": "optional",
|
|
1643
|
+
"group": "data",
|
|
1644
|
+
"binding": {
|
|
1645
|
+
"name": "data.groupId",
|
|
1646
|
+
"type": "zeebe:input"
|
|
1647
|
+
},
|
|
1648
|
+
"condition": {
|
|
1649
|
+
"allMatch": [
|
|
1650
|
+
{
|
|
1651
|
+
"property": "data.channelMethod",
|
|
1652
|
+
"equals": "listMembersInChannel",
|
|
1653
|
+
"type": "simple"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"property": "data.type",
|
|
1657
|
+
"equals": "channel",
|
|
1658
|
+
"type": "simple"
|
|
1659
|
+
}
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
"type": "String"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"id": "data.listChannelMembers.channelId",
|
|
1666
|
+
"label": "Channel ID",
|
|
1667
|
+
"description": "The channel ID",
|
|
1668
|
+
"optional": false,
|
|
1669
|
+
"constraints": {
|
|
1670
|
+
"notEmpty": true
|
|
1671
|
+
},
|
|
1672
|
+
"feel": "optional",
|
|
1673
|
+
"group": "data",
|
|
1674
|
+
"binding": {
|
|
1675
|
+
"name": "data.channelId",
|
|
1676
|
+
"type": "zeebe:input"
|
|
1677
|
+
},
|
|
1678
|
+
"condition": {
|
|
1679
|
+
"allMatch": [
|
|
1680
|
+
{
|
|
1681
|
+
"property": "data.channelMethod",
|
|
1682
|
+
"equals": "listMembersInChannel",
|
|
1683
|
+
"type": "simple"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"property": "data.type",
|
|
1687
|
+
"equals": "channel",
|
|
1688
|
+
"type": "simple"
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
"type": "String"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"id": "version",
|
|
1696
|
+
"label": "Version",
|
|
1697
|
+
"description": "Version of the element template",
|
|
1698
|
+
"value": "5",
|
|
1699
|
+
"group": "connector",
|
|
1700
|
+
"binding": {
|
|
1701
|
+
"key": "elementTemplateVersion",
|
|
1702
|
+
"type": "zeebe:taskHeader"
|
|
1703
|
+
},
|
|
1704
|
+
"type": "Hidden"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"id": "id",
|
|
1708
|
+
"label": "ID",
|
|
1709
|
+
"description": "ID of the element template",
|
|
1710
|
+
"value": "io.camunda.connectors.MSTeams.v1",
|
|
1711
|
+
"group": "connector",
|
|
1712
|
+
"binding": {
|
|
1713
|
+
"key": "elementTemplateId",
|
|
1714
|
+
"type": "zeebe:taskHeader"
|
|
1715
|
+
},
|
|
1716
|
+
"type": "Hidden"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"id": "resultVariable",
|
|
1720
|
+
"label": "Result variable",
|
|
1721
|
+
"description": "Name of variable to store the response in",
|
|
1722
|
+
"group": "output",
|
|
1723
|
+
"binding": {
|
|
1724
|
+
"key": "resultVariable",
|
|
1725
|
+
"type": "zeebe:taskHeader"
|
|
1726
|
+
},
|
|
1727
|
+
"type": "String"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "resultExpression",
|
|
1731
|
+
"label": "Result expression",
|
|
1732
|
+
"description": "Expression to map the response into process variables",
|
|
1733
|
+
"feel": "required",
|
|
1734
|
+
"group": "output",
|
|
1735
|
+
"binding": {
|
|
1736
|
+
"key": "resultExpression",
|
|
1737
|
+
"type": "zeebe:taskHeader"
|
|
1738
|
+
},
|
|
1739
|
+
"type": "Text"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"id": "errorExpression",
|
|
1743
|
+
"label": "Error expression",
|
|
1744
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1745
|
+
"feel": "required",
|
|
1746
|
+
"group": "error",
|
|
1747
|
+
"binding": {
|
|
1748
|
+
"key": "errorExpression",
|
|
1749
|
+
"type": "zeebe:taskHeader"
|
|
1750
|
+
},
|
|
1751
|
+
"type": "Text"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"id": "retryCount",
|
|
1755
|
+
"label": "Retries",
|
|
1756
|
+
"description": "Number of retries",
|
|
1757
|
+
"value": "3",
|
|
1758
|
+
"feel": "optional",
|
|
1759
|
+
"group": "retries",
|
|
1760
|
+
"binding": {
|
|
1761
|
+
"property": "retries",
|
|
1762
|
+
"type": "zeebe:taskDefinition"
|
|
1763
|
+
},
|
|
1764
|
+
"type": "String"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"id": "retryBackoff",
|
|
1768
|
+
"label": "Retry backoff",
|
|
1769
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1770
|
+
"value": "PT0S",
|
|
1771
|
+
"group": "retries",
|
|
1772
|
+
"binding": {
|
|
1773
|
+
"key": "retryBackoff",
|
|
1774
|
+
"type": "zeebe:taskHeader"
|
|
1775
|
+
},
|
|
1776
|
+
"type": "String"
|
|
1777
|
+
}
|
|
1778
|
+
],
|
|
1779
|
+
"icon": {
|
|
1780
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTgnIHdpZHRoPScxOCcgdmlld0JveD0nLTMzNC4zMjQ5NSAtNTE4LjMzMzUgMjg5Ny40ODI5IDMxMTAuMDAxJz4KICAgIDxwYXRoIGQ9J00xNTU0LjYzNyA3NzcuNWg1NzUuNzEzYzU0LjM5MSAwIDk4LjQ4MyA0NC4wOTIgOTguNDgzIDk4LjQ4M3Y1MjQuMzk4YzAgMTk5LjkwMS0xNjIuMDUxIDM2MS45NTItMzYxLjk1MiAzNjEuOTUyaC0xLjcxMWMtMTk5LjkwMS4wMjgtMzYxLjk3NS0xNjItMzYyLjAwNC0zNjEuOTAxVjgyOC45NzFjLjAwMS0yOC40MjcgMjMuMDQ1LTUxLjQ3MSA1MS40NzEtNTEuNDcxeicKICAgICAgICAgIGZpbGw9JyM1MDU5QzknLz4KICAgIDxjaXJjbGUgcj0nMjMzLjI1JyBjeT0nNDQwLjU4MycgY3g9JzE5NDMuNzUnIGZpbGw9JyM1MDU5QzknLz4KICAgIDxjaXJjbGUgcj0nMzM2LjkxNycgY3k9JzMzNi45MTcnIGN4PScxMjE4LjA4MycgZmlsbD0nIzdCODNFQicvPgogICAgPHBhdGggZD0nTTE2NjcuMzIzIDc3Ny41SDcxNy4wMWMtNTMuNzQzIDEuMzMtOTYuMjU3IDQ1LjkzMS05NS4wMSA5OS42NzZ2NTk4LjEwNWMtNy41MDUgMzIyLjUxOSAyNDcuNjU3IDU5MC4xNiA1NzAuMTY3IDU5OC4wNTMgMzIyLjUxLTcuODkzIDU3Ny42NzEtMjc1LjUzNCA1NzAuMTY3LTU5OC4wNTNWODc3LjE3NmMxLjI0NS01My43NDUtNDEuMjY4LTk4LjM0Ni05NS4wMTEtOTkuNjc2eicKICAgICAgICAgIGZpbGw9JyM3QjgzRUInLz4KICAgIDxwYXRoIGQ9J00xMjQ0IDc3Ny41djgzOC4xNDVjLS4yNTggMzguNDM1LTIzLjU0OSA3Mi45NjQtNTkuMDkgODcuNTk4YTkxLjg1NiA5MS44NTYgMCAwMS0zNS43NjUgNy4yNTdINjY3LjYxM2MtNi43MzgtMTcuMTA1LTEyLjk1OC0zNC4yMS0xOC4xNDItNTEuODMzYTYzMS4yODcgNjMxLjI4NyAwIDAxLTI3LjQ3Mi0xODMuNDlWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMScvPgogICAgPHBhdGggZD0nTTExOTIuMTY3IDc3Ny41djg4OS45NzhhOTEuODAyIDkxLjgwMiAwIDAxLTcuMjU3IDM1Ljc2NWMtMTQuNjM0IDM1LjU0MS00OS4xNjMgNTguODMzLTg3LjU5OCA1OS4wOUg2OTEuOTc1Yy04LjgxMi0xNy4xMDUtMTcuMTA1LTM0LjIxLTI0LjM2Mi01MS44MzMtNy4yNTctMTcuNjIzLTEyLjk1OC0zNC4yMS0xOC4xNDItNTEuODMzYTYzMS4yODIgNjMxLjI4MiAwIDAxLTI3LjQ3Mi0xODMuNDlWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTExOTIuMTY3IDc3Ny41djc4Ni4zMTJjLS4zOTUgNTIuMjIzLTQyLjYzMiA5NC40Ni05NC44NTUgOTQuODU1aC00NDcuODRBNjMxLjI4MiA2MzEuMjgyIDAgMDE2MjIgMTQ3NS4xNzdWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTExNDAuMzMzIDc3Ny41djc4Ni4zMTJjLS4zOTUgNTIuMjIzLTQyLjYzMiA5NC40Ni05NC44NTUgOTQuODU1SDY0OS40NzJBNjMxLjI4MiA2MzEuMjgyIDAgMDE2MjIgMTQ3NS4xNzdWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTEyNDQgNTA5LjUyMnYxNjMuMjc1Yy04LjgxMi41MTgtMTcuMTA1IDEuMDM3LTI1LjkxNyAxLjAzNy04LjgxMiAwLTE3LjEwNS0uNTE4LTI1LjkxNy0xLjAzN2EyODQuNDcyIDI4NC40NzIgMCAwMS01MS44MzMtOC4yOTNjLTEwNC45NjMtMjQuODU3LTE5MS42NzktOTguNDY5LTIzMy4yNS0xOTguMDAzYTI4OC4wMiAyODguMDIgMCAwMS0xNi41ODctNTEuODMzaDI1OC42NDhjNTIuMzA1LjE5OCA5NC42NTcgNDIuNTQ5IDk0Ljg1NiA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjEnLz4KICAgIDxwYXRoIGQ9J00xMTkyLjE2NyA1NjEuMzU1djExMS40NDJhMjg0LjQ3MiAyODQuNDcyIDAgMDEtNTEuODMzLTguMjkzYy0xMDQuOTYzLTI0Ljg1Ny0xOTEuNjc5LTk4LjQ2OS0yMzMuMjUtMTk4LjAwM2gxOTAuMjI4YzUyLjMwNC4xOTggOTQuNjU2IDQyLjU1IDk0Ljg1NSA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J00xMTkyLjE2NyA1NjEuMzU1djExMS40NDJhMjg0LjQ3MiAyODQuNDcyIDAgMDEtNTEuODMzLTguMjkzYy0xMDQuOTYzLTI0Ljg1Ny0xOTEuNjc5LTk4LjQ2OS0yMzMuMjUtMTk4LjAwM2gxOTAuMjI4YzUyLjMwNC4xOTggOTQuNjU2IDQyLjU1IDk0Ljg1NSA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J00xMTQwLjMzMyA1NjEuMzU1djEwMy4xNDhjLTEwNC45NjMtMjQuODU3LTE5MS42NzktOTguNDY5LTIzMy4yNS0xOTguMDAzaDEzOC4zOTVjNTIuMzA1LjE5OSA5NC42NTYgNDIuNTUxIDk0Ljg1NSA5NC44NTV6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxsaW5lYXJHcmFkaWVudCBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMjA3NS4zMzMpJyB5Mj0nMzk0LjI2MScgeDI9Jzk0Mi4yMzQnIHkxPScxNjgzLjA3MycgeDE9JzE5OC4wOTknCiAgICAgICAgICAgICAgICAgICAgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIGlkPSdhJz4KICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyM1YTYyYzMnLz4KICAgICAgICA8c3RvcCBvZmZzZXQ9Jy41JyBzdG9wLWNvbG9yPScjNGQ1NWJkJy8+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMzk0MGFiJy8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPHBhdGggZD0nTTk1LjAxIDQ2Ni41aDk1MC4zMTJjNTIuNDczIDAgOTUuMDEgNDIuNTM4IDk1LjAxIDk1LjAxdjk1MC4zMTJjMCA1Mi40NzMtNDIuNTM4IDk1LjAxLTk1LjAxIDk1LjAxSDk1LjAxYy01Mi40NzMgMC05NS4wMS00Mi41MzgtOTUuMDEtOTUuMDFWNTYxLjUxYzAtNTIuNDcyIDQyLjUzOC05NS4wMSA5NS4wMS05NS4wMXonCiAgICAgICAgICBmaWxsPSd1cmwoI2EpJy8+CiAgICA8cGF0aCBkPSdNODIwLjIxMSA4MjguMTkzaC0xODkuOTd2NTE3LjI5N2gtMTIxLjAzVjgyOC4xOTNIMzIwLjEyM1Y3MjcuODQ0aDUwMC4wODh6JyBmaWxsPScjRkZGJy8+Cjwvc3ZnPg=="
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
2
1783
|
{
|
|
3
1784
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
1785
|
"name": "Microsoft Teams Outbound Connector",
|
|
@@ -5784,7 +7565,7 @@
|
|
|
5784
7565
|
"keywords": []
|
|
5785
7566
|
},
|
|
5786
7567
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/",
|
|
5787
|
-
"version":
|
|
7568
|
+
"version": 6,
|
|
5788
7569
|
"category": {
|
|
5789
7570
|
"id": "connectors",
|
|
5790
7571
|
"name": "Connectors"
|
|
@@ -5794,7 +7575,7 @@
|
|
|
5794
7575
|
"value": "bpmn:ServiceTask"
|
|
5795
7576
|
},
|
|
5796
7577
|
"engines": {
|
|
5797
|
-
"camunda": "^8.
|
|
7578
|
+
"camunda": "^8.9"
|
|
5798
7579
|
},
|
|
5799
7580
|
"groups": [
|
|
5800
7581
|
{
|
|
@@ -5862,8 +7643,8 @@
|
|
|
5862
7643
|
{
|
|
5863
7644
|
"id": "authentication.type",
|
|
5864
7645
|
"label": "Type",
|
|
5865
|
-
"description": "Authentication type depends on your
|
|
5866
|
-
"value": "
|
|
7646
|
+
"description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
|
|
7647
|
+
"value": "clientCredentials",
|
|
5867
7648
|
"group": "authentication",
|
|
5868
7649
|
"binding": {
|
|
5869
7650
|
"name": "authentication.type",
|
|
@@ -6404,6 +8185,46 @@
|
|
|
6404
8185
|
},
|
|
6405
8186
|
"type": "String"
|
|
6406
8187
|
},
|
|
8188
|
+
{
|
|
8189
|
+
"id": "data.sendMessageInChat.bodyType",
|
|
8190
|
+
"label": "Content type",
|
|
8191
|
+
"description": "The type of the content. Possible values are text and html",
|
|
8192
|
+
"optional": false,
|
|
8193
|
+
"value": "TEXT",
|
|
8194
|
+
"constraints": {
|
|
8195
|
+
"notEmpty": true
|
|
8196
|
+
},
|
|
8197
|
+
"group": "data",
|
|
8198
|
+
"binding": {
|
|
8199
|
+
"name": "data.bodyType",
|
|
8200
|
+
"type": "zeebe:input"
|
|
8201
|
+
},
|
|
8202
|
+
"condition": {
|
|
8203
|
+
"allMatch": [
|
|
8204
|
+
{
|
|
8205
|
+
"property": "data.chatMethod",
|
|
8206
|
+
"equals": "sendMessageToChat",
|
|
8207
|
+
"type": "simple"
|
|
8208
|
+
},
|
|
8209
|
+
{
|
|
8210
|
+
"property": "data.type",
|
|
8211
|
+
"equals": "chat",
|
|
8212
|
+
"type": "simple"
|
|
8213
|
+
}
|
|
8214
|
+
]
|
|
8215
|
+
},
|
|
8216
|
+
"type": "Dropdown",
|
|
8217
|
+
"choices": [
|
|
8218
|
+
{
|
|
8219
|
+
"name": "Text",
|
|
8220
|
+
"value": "TEXT"
|
|
8221
|
+
},
|
|
8222
|
+
{
|
|
8223
|
+
"name": "HTML",
|
|
8224
|
+
"value": "HTML"
|
|
8225
|
+
}
|
|
8226
|
+
]
|
|
8227
|
+
},
|
|
6407
8228
|
{
|
|
6408
8229
|
"id": "data.sendMessageInChat.content",
|
|
6409
8230
|
"label": "Content",
|
|
@@ -6435,21 +8256,23 @@
|
|
|
6435
8256
|
"type": "Text"
|
|
6436
8257
|
},
|
|
6437
8258
|
{
|
|
6438
|
-
"id": "data.sendMessageInChat.
|
|
6439
|
-
"label": "
|
|
6440
|
-
"description": "
|
|
6441
|
-
"optional":
|
|
6442
|
-
"
|
|
6443
|
-
"constraints": {
|
|
6444
|
-
"notEmpty": true
|
|
6445
|
-
},
|
|
8259
|
+
"id": "data.sendMessageInChat.attachments",
|
|
8260
|
+
"label": "Attachments",
|
|
8261
|
+
"description": "Optional list of attachments. Each item must have an 'id', 'contentType' (e.g. 'application/vnd.microsoft.card.adaptive') and 'content' (e.g. an Adaptive Card JSON payload). Attachment IDs must match <attachment id=\"...\"></attachment> tags in the message body (auto-appended if missing).",
|
|
8262
|
+
"optional": true,
|
|
8263
|
+
"feel": "required",
|
|
6446
8264
|
"group": "data",
|
|
6447
8265
|
"binding": {
|
|
6448
|
-
"name": "data.
|
|
8266
|
+
"name": "data.attachments",
|
|
6449
8267
|
"type": "zeebe:input"
|
|
6450
8268
|
},
|
|
6451
8269
|
"condition": {
|
|
6452
8270
|
"allMatch": [
|
|
8271
|
+
{
|
|
8272
|
+
"property": "data.sendMessageInChat.bodyType",
|
|
8273
|
+
"equals": "HTML",
|
|
8274
|
+
"type": "simple"
|
|
8275
|
+
},
|
|
6453
8276
|
{
|
|
6454
8277
|
"property": "data.chatMethod",
|
|
6455
8278
|
"equals": "sendMessageToChat",
|
|
@@ -6462,17 +8285,7 @@
|
|
|
6462
8285
|
}
|
|
6463
8286
|
]
|
|
6464
8287
|
},
|
|
6465
|
-
"type": "
|
|
6466
|
-
"choices": [
|
|
6467
|
-
{
|
|
6468
|
-
"name": "Text",
|
|
6469
|
-
"value": "TEXT"
|
|
6470
|
-
},
|
|
6471
|
-
{
|
|
6472
|
-
"name": "HTML",
|
|
6473
|
-
"value": "HTML"
|
|
6474
|
-
}
|
|
6475
|
-
]
|
|
8288
|
+
"type": "String"
|
|
6476
8289
|
},
|
|
6477
8290
|
{
|
|
6478
8291
|
"id": "data.listMessagesInChat.chatId",
|
|
@@ -7005,17 +8818,17 @@
|
|
|
7005
8818
|
"type": "String"
|
|
7006
8819
|
},
|
|
7007
8820
|
{
|
|
7008
|
-
"id": "data.sendMessageToChannel.
|
|
7009
|
-
"label": "Content",
|
|
7010
|
-
"description": "
|
|
8821
|
+
"id": "data.sendMessageToChannel.bodyType",
|
|
8822
|
+
"label": "Content type",
|
|
8823
|
+
"description": "The type of the content. Possible values are text and html",
|
|
7011
8824
|
"optional": false,
|
|
8825
|
+
"value": "TEXT",
|
|
7012
8826
|
"constraints": {
|
|
7013
8827
|
"notEmpty": true
|
|
7014
8828
|
},
|
|
7015
|
-
"feel": "optional",
|
|
7016
8829
|
"group": "data",
|
|
7017
8830
|
"binding": {
|
|
7018
|
-
"name": "data.
|
|
8831
|
+
"name": "data.bodyType",
|
|
7019
8832
|
"type": "zeebe:input"
|
|
7020
8833
|
},
|
|
7021
8834
|
"condition": {
|
|
@@ -7032,20 +8845,30 @@
|
|
|
7032
8845
|
}
|
|
7033
8846
|
]
|
|
7034
8847
|
},
|
|
7035
|
-
"type": "
|
|
8848
|
+
"type": "Dropdown",
|
|
8849
|
+
"choices": [
|
|
8850
|
+
{
|
|
8851
|
+
"name": "Text",
|
|
8852
|
+
"value": "TEXT"
|
|
8853
|
+
},
|
|
8854
|
+
{
|
|
8855
|
+
"name": "HTML",
|
|
8856
|
+
"value": "HTML"
|
|
8857
|
+
}
|
|
8858
|
+
]
|
|
7036
8859
|
},
|
|
7037
8860
|
{
|
|
7038
|
-
"id": "data.sendMessageToChannel.
|
|
7039
|
-
"label": "Content
|
|
7040
|
-
"description": "
|
|
8861
|
+
"id": "data.sendMessageToChannel.content",
|
|
8862
|
+
"label": "Content",
|
|
8863
|
+
"description": "Enter content",
|
|
7041
8864
|
"optional": false,
|
|
7042
|
-
"value": "TEXT",
|
|
7043
8865
|
"constraints": {
|
|
7044
8866
|
"notEmpty": true
|
|
7045
8867
|
},
|
|
8868
|
+
"feel": "optional",
|
|
7046
8869
|
"group": "data",
|
|
7047
8870
|
"binding": {
|
|
7048
|
-
"name": "data.
|
|
8871
|
+
"name": "data.content",
|
|
7049
8872
|
"type": "zeebe:input"
|
|
7050
8873
|
},
|
|
7051
8874
|
"condition": {
|
|
@@ -7062,17 +8885,7 @@
|
|
|
7062
8885
|
}
|
|
7063
8886
|
]
|
|
7064
8887
|
},
|
|
7065
|
-
"type": "
|
|
7066
|
-
"choices": [
|
|
7067
|
-
{
|
|
7068
|
-
"name": "Text",
|
|
7069
|
-
"value": "TEXT"
|
|
7070
|
-
},
|
|
7071
|
-
{
|
|
7072
|
-
"name": "HTML",
|
|
7073
|
-
"value": "HTML"
|
|
7074
|
-
}
|
|
7075
|
-
]
|
|
8888
|
+
"type": "Text"
|
|
7076
8889
|
},
|
|
7077
8890
|
{
|
|
7078
8891
|
"id": "data.sendMessageToChannel.documents",
|
|
@@ -7100,6 +8913,38 @@
|
|
|
7100
8913
|
},
|
|
7101
8914
|
"type": "String"
|
|
7102
8915
|
},
|
|
8916
|
+
{
|
|
8917
|
+
"id": "data.sendMessageToChannel.attachments",
|
|
8918
|
+
"label": "Attachments",
|
|
8919
|
+
"description": "Optional list of attachments. Each item must have an 'id', 'contentType' (e.g. 'application/vnd.microsoft.card.adaptive') and 'content' (e.g. an Adaptive Card JSON payload). Attachment IDs must match <attachment id=\"...\"></attachment> tags in the message body (auto-appended if missing).",
|
|
8920
|
+
"optional": true,
|
|
8921
|
+
"feel": "required",
|
|
8922
|
+
"group": "data",
|
|
8923
|
+
"binding": {
|
|
8924
|
+
"name": "data.attachments",
|
|
8925
|
+
"type": "zeebe:input"
|
|
8926
|
+
},
|
|
8927
|
+
"condition": {
|
|
8928
|
+
"allMatch": [
|
|
8929
|
+
{
|
|
8930
|
+
"property": "data.sendMessageToChannel.bodyType",
|
|
8931
|
+
"equals": "HTML",
|
|
8932
|
+
"type": "simple"
|
|
8933
|
+
},
|
|
8934
|
+
{
|
|
8935
|
+
"property": "data.channelMethod",
|
|
8936
|
+
"equals": "sendMessageToChannel",
|
|
8937
|
+
"type": "simple"
|
|
8938
|
+
},
|
|
8939
|
+
{
|
|
8940
|
+
"property": "data.type",
|
|
8941
|
+
"equals": "channel",
|
|
8942
|
+
"type": "simple"
|
|
8943
|
+
}
|
|
8944
|
+
]
|
|
8945
|
+
},
|
|
8946
|
+
"type": "String"
|
|
8947
|
+
},
|
|
7103
8948
|
{
|
|
7104
8949
|
"id": "data.getChannelMessage.groupId",
|
|
7105
8950
|
"label": "Group ID",
|
|
@@ -7471,7 +9316,7 @@
|
|
|
7471
9316
|
"id": "version",
|
|
7472
9317
|
"label": "Version",
|
|
7473
9318
|
"description": "Version of the element template",
|
|
7474
|
-
"value": "
|
|
9319
|
+
"value": "6",
|
|
7475
9320
|
"group": "connector",
|
|
7476
9321
|
"binding": {
|
|
7477
9322
|
"key": "elementTemplateVersion",
|