@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,11 +4,16 @@
|
|
|
4
4
|
"name": "Slack Webhook Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
6
6
|
"description": "Receive events from Slack",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"message received",
|
|
9
|
+
"event received",
|
|
10
|
+
"channel event",
|
|
11
|
+
"webhook",
|
|
12
|
+
"messaging",
|
|
13
|
+
"new message"
|
|
14
|
+
],
|
|
10
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
11
|
-
"version":
|
|
16
|
+
"version": 8,
|
|
12
17
|
"category": {
|
|
13
18
|
"id": "connectors",
|
|
14
19
|
"name": "Connectors"
|
|
@@ -218,15 +223,18 @@
|
|
|
218
223
|
},
|
|
219
224
|
{
|
|
220
225
|
"id": "messageNameUuid",
|
|
226
|
+
"label": "Message name",
|
|
221
227
|
"generatedValue": {
|
|
222
228
|
"type": "uuid"
|
|
223
229
|
},
|
|
230
|
+
"feel": "optional",
|
|
224
231
|
"group": "correlation",
|
|
225
232
|
"binding": {
|
|
226
233
|
"name": "name",
|
|
227
234
|
"type": "bpmn:Message#property"
|
|
228
235
|
},
|
|
229
|
-
"
|
|
236
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
237
|
+
"type": "String"
|
|
230
238
|
},
|
|
231
239
|
{
|
|
232
240
|
"id": "deduplicationModeManualFlag",
|
|
@@ -295,7 +303,7 @@
|
|
|
295
303
|
{
|
|
296
304
|
"id": "resultVariable",
|
|
297
305
|
"label": "Result variable",
|
|
298
|
-
"description": "Name of variable to store the response in",
|
|
306
|
+
"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>.",
|
|
299
307
|
"group": "output",
|
|
300
308
|
"binding": {
|
|
301
309
|
"name": "resultVariable",
|
|
@@ -306,7 +314,8 @@
|
|
|
306
314
|
{
|
|
307
315
|
"id": "resultExpression",
|
|
308
316
|
"label": "Result expression",
|
|
309
|
-
"description": "Expression to map the response into process variables",
|
|
317
|
+
"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>.",
|
|
318
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
|
|
310
319
|
"feel": "required",
|
|
311
320
|
"group": "output",
|
|
312
321
|
"binding": {
|
|
@@ -325,209 +334,11 @@
|
|
|
325
334
|
"name": "Slack Webhook Message Start Event Connector",
|
|
326
335
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
327
336
|
"description": "Receive events from Slack",
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
"category": {
|
|
331
|
-
"id": "connectors",
|
|
332
|
-
"name": "Connectors"
|
|
333
|
-
},
|
|
334
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
335
|
-
"elementType": {
|
|
336
|
-
"value": "bpmn:StartEvent",
|
|
337
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
338
|
-
},
|
|
339
|
-
"groups": [
|
|
340
|
-
{
|
|
341
|
-
"id": "endpoint",
|
|
342
|
-
"label": "Webhook configuration"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"id": "activation",
|
|
346
|
-
"label": "Activation"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"id": "correlation",
|
|
350
|
-
"label": "Subprocess correlation"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"id": "variable-mapping",
|
|
354
|
-
"label": "Variable mapping"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"properties": [
|
|
358
|
-
{
|
|
359
|
-
"type": "Hidden",
|
|
360
|
-
"value": "io.camunda:slack-webhook:1",
|
|
361
|
-
"binding": {
|
|
362
|
-
"type": "zeebe:property",
|
|
363
|
-
"name": "inbound.type"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"type": "Hidden",
|
|
368
|
-
"value": "SlackEventsWebhook",
|
|
369
|
-
"binding": {
|
|
370
|
-
"type": "zeebe:property",
|
|
371
|
-
"name": "inbound.subtype"
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"type": "Hidden",
|
|
376
|
-
"generatedValue": {
|
|
377
|
-
"type": "uuid"
|
|
378
|
-
},
|
|
379
|
-
"binding": {
|
|
380
|
-
"type": "bpmn:Message#property",
|
|
381
|
-
"name": "name"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"label": "Webhook ID",
|
|
386
|
-
"type": "String",
|
|
387
|
-
"group": "endpoint",
|
|
388
|
-
"binding": {
|
|
389
|
-
"type": "zeebe:property",
|
|
390
|
-
"name": "inbound.context"
|
|
391
|
-
},
|
|
392
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
393
|
-
"constraints": {
|
|
394
|
-
"notEmpty": true
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"label": "Slack signing secret",
|
|
399
|
-
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
400
|
-
"type": "String",
|
|
401
|
-
"group": "endpoint",
|
|
402
|
-
"feel": "optional",
|
|
403
|
-
"binding": {
|
|
404
|
-
"type": "zeebe:property",
|
|
405
|
-
"name": "inbound.slackSigningSecret"
|
|
406
|
-
},
|
|
407
|
-
"constraints": {
|
|
408
|
-
"notEmpty": true
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"label": "Message ID expression",
|
|
413
|
-
"feel": "required",
|
|
414
|
-
"type": "String",
|
|
415
|
-
"optional": true,
|
|
416
|
-
"group": "activation",
|
|
417
|
-
"binding": {
|
|
418
|
-
"type": "zeebe:property",
|
|
419
|
-
"name": "messageIdExpression"
|
|
420
|
-
},
|
|
421
|
-
"description": "Expression to extract unique identifier of a message"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"label": "Condition",
|
|
425
|
-
"type": "String",
|
|
426
|
-
"group": "activation",
|
|
427
|
-
"feel": "required",
|
|
428
|
-
"optional": true,
|
|
429
|
-
"binding": {
|
|
430
|
-
"type": "zeebe:property",
|
|
431
|
-
"name": "activationCondition"
|
|
432
|
-
},
|
|
433
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"label": "Correlation required",
|
|
437
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
438
|
-
"id": "correlationRequired",
|
|
439
|
-
"group": "correlation",
|
|
440
|
-
"type": "Dropdown",
|
|
441
|
-
"value": "notRequired",
|
|
442
|
-
"choices": [
|
|
443
|
-
{
|
|
444
|
-
"name": "Correlation not required",
|
|
445
|
-
"value": "notRequired"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"name": "Correlation required",
|
|
449
|
-
"value": "required"
|
|
450
|
-
}
|
|
451
|
-
],
|
|
452
|
-
"binding": {
|
|
453
|
-
"type": "zeebe:property",
|
|
454
|
-
"name": "correlationRequired"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"label": "Correlation key (process)",
|
|
459
|
-
"type": "String",
|
|
460
|
-
"group": "correlation",
|
|
461
|
-
"feel": "required",
|
|
462
|
-
"description": "Sets up the correlation key from process variables",
|
|
463
|
-
"binding": {
|
|
464
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
465
|
-
"name": "correlationKey"
|
|
466
|
-
},
|
|
467
|
-
"constraints": {
|
|
468
|
-
"notEmpty": true
|
|
469
|
-
},
|
|
470
|
-
"condition": {
|
|
471
|
-
"property": "correlationRequired",
|
|
472
|
-
"equals": "required"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"label": "Correlation key (payload)",
|
|
477
|
-
"type": "String",
|
|
478
|
-
"group": "correlation",
|
|
479
|
-
"feel": "required",
|
|
480
|
-
"binding": {
|
|
481
|
-
"type": "zeebe:property",
|
|
482
|
-
"name": "correlationKeyExpression"
|
|
483
|
-
},
|
|
484
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
485
|
-
"constraints": {
|
|
486
|
-
"notEmpty": true
|
|
487
|
-
},
|
|
488
|
-
"condition": {
|
|
489
|
-
"property": "correlationRequired",
|
|
490
|
-
"equals": "required"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"label": "Result variable",
|
|
495
|
-
"type": "String",
|
|
496
|
-
"group": "variable-mapping",
|
|
497
|
-
"optional": true,
|
|
498
|
-
"binding": {
|
|
499
|
-
"type": "zeebe:property",
|
|
500
|
-
"name": "resultVariable"
|
|
501
|
-
},
|
|
502
|
-
"description": "Name of variable to store the result of the connector in"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"label": "Result expression",
|
|
506
|
-
"type": "String",
|
|
507
|
-
"group": "variable-mapping",
|
|
508
|
-
"feel": "required",
|
|
509
|
-
"optional": true,
|
|
510
|
-
"binding": {
|
|
511
|
-
"type": "zeebe:property",
|
|
512
|
-
"name": "resultExpression"
|
|
513
|
-
},
|
|
514
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
515
|
-
}
|
|
516
|
-
],
|
|
517
|
-
"icon": {
|
|
518
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
337
|
+
"metadata": {
|
|
338
|
+
"keywords": []
|
|
519
339
|
},
|
|
520
|
-
"engines": {
|
|
521
|
-
"camunda": "^8.2"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
526
|
-
"name": "Slack Webhook Message Start Event Connector",
|
|
527
|
-
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
528
|
-
"description": "Receive events from Slack",
|
|
529
340
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
530
|
-
"version":
|
|
341
|
+
"version": 6,
|
|
531
342
|
"category": {
|
|
532
343
|
"id": "connectors",
|
|
533
344
|
"name": "Connectors"
|
|
@@ -751,11 +562,11 @@
|
|
|
751
562
|
"type": "Text"
|
|
752
563
|
}
|
|
753
564
|
],
|
|
565
|
+
"engines": {
|
|
566
|
+
"camunda": "^8.3"
|
|
567
|
+
},
|
|
754
568
|
"icon": {
|
|
755
569
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
756
|
-
},
|
|
757
|
-
"engines": {
|
|
758
|
-
"camunda": "^8.5"
|
|
759
570
|
}
|
|
760
571
|
},
|
|
761
572
|
{
|
|
@@ -763,8 +574,8 @@
|
|
|
763
574
|
"name": "Slack Webhook Message Start Event Connector",
|
|
764
575
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
765
576
|
"description": "Receive events from Slack",
|
|
766
|
-
"version":
|
|
767
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
577
|
+
"version": 1,
|
|
578
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
768
579
|
"category": {
|
|
769
580
|
"id": "connectors",
|
|
770
581
|
"name": "Connectors"
|
|
@@ -846,14 +657,6 @@
|
|
|
846
657
|
"notEmpty": true
|
|
847
658
|
}
|
|
848
659
|
},
|
|
849
|
-
{
|
|
850
|
-
"type": "Hidden",
|
|
851
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
852
|
-
"binding": {
|
|
853
|
-
"type": "zeebe:property",
|
|
854
|
-
"name": "inbound.verificationExpression"
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
660
|
{
|
|
858
661
|
"label": "Message ID expression",
|
|
859
662
|
"feel": "required",
|
|
@@ -964,7 +767,7 @@
|
|
|
964
767
|
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
965
768
|
},
|
|
966
769
|
"engines": {
|
|
967
|
-
"camunda": "^8.
|
|
770
|
+
"camunda": "^8.2"
|
|
968
771
|
}
|
|
969
772
|
},
|
|
970
773
|
{
|
|
@@ -972,11 +775,8 @@
|
|
|
972
775
|
"name": "Slack Webhook Message Start Event Connector",
|
|
973
776
|
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
974
777
|
"description": "Receive events from Slack",
|
|
975
|
-
"
|
|
976
|
-
"keywords": []
|
|
977
|
-
},
|
|
778
|
+
"version": 2,
|
|
978
779
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
979
|
-
"version": 6,
|
|
980
780
|
"category": {
|
|
981
781
|
"id": "connectors",
|
|
982
782
|
"name": "Connectors"
|
|
@@ -997,26 +797,235 @@
|
|
|
997
797
|
},
|
|
998
798
|
{
|
|
999
799
|
"id": "correlation",
|
|
1000
|
-
"label": "
|
|
1001
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
800
|
+
"label": "Subprocess correlation"
|
|
1002
801
|
},
|
|
1003
802
|
{
|
|
1004
|
-
"id": "
|
|
1005
|
-
"label": "
|
|
803
|
+
"id": "variable-mapping",
|
|
804
|
+
"label": "Variable mapping"
|
|
1006
805
|
}
|
|
1007
806
|
],
|
|
1008
807
|
"properties": [
|
|
1009
808
|
{
|
|
809
|
+
"type": "Hidden",
|
|
1010
810
|
"value": "io.camunda:slack-webhook:1",
|
|
1011
811
|
"binding": {
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1014
|
-
}
|
|
1015
|
-
"type": "Hidden"
|
|
812
|
+
"type": "zeebe:property",
|
|
813
|
+
"name": "inbound.type"
|
|
814
|
+
}
|
|
1016
815
|
},
|
|
1017
816
|
{
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
817
|
+
"type": "Hidden",
|
|
818
|
+
"value": "SlackEventsWebhook",
|
|
819
|
+
"binding": {
|
|
820
|
+
"type": "zeebe:property",
|
|
821
|
+
"name": "inbound.subtype"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"type": "Hidden",
|
|
826
|
+
"generatedValue": {
|
|
827
|
+
"type": "uuid"
|
|
828
|
+
},
|
|
829
|
+
"binding": {
|
|
830
|
+
"type": "bpmn:Message#property",
|
|
831
|
+
"name": "name"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"label": "Webhook ID",
|
|
836
|
+
"type": "String",
|
|
837
|
+
"group": "endpoint",
|
|
838
|
+
"binding": {
|
|
839
|
+
"type": "zeebe:property",
|
|
840
|
+
"name": "inbound.context"
|
|
841
|
+
},
|
|
842
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
843
|
+
"constraints": {
|
|
844
|
+
"notEmpty": true
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"label": "Slack signing secret",
|
|
849
|
+
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
850
|
+
"type": "String",
|
|
851
|
+
"group": "endpoint",
|
|
852
|
+
"feel": "optional",
|
|
853
|
+
"binding": {
|
|
854
|
+
"type": "zeebe:property",
|
|
855
|
+
"name": "inbound.slackSigningSecret"
|
|
856
|
+
},
|
|
857
|
+
"constraints": {
|
|
858
|
+
"notEmpty": true
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"type": "Hidden",
|
|
863
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
864
|
+
"binding": {
|
|
865
|
+
"type": "zeebe:property",
|
|
866
|
+
"name": "inbound.verificationExpression"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"label": "Message ID expression",
|
|
871
|
+
"feel": "required",
|
|
872
|
+
"type": "String",
|
|
873
|
+
"optional": true,
|
|
874
|
+
"group": "activation",
|
|
875
|
+
"binding": {
|
|
876
|
+
"type": "zeebe:property",
|
|
877
|
+
"name": "messageIdExpression"
|
|
878
|
+
},
|
|
879
|
+
"description": "Expression to extract unique identifier of a message"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"label": "Condition",
|
|
883
|
+
"type": "String",
|
|
884
|
+
"group": "activation",
|
|
885
|
+
"feel": "required",
|
|
886
|
+
"optional": true,
|
|
887
|
+
"binding": {
|
|
888
|
+
"type": "zeebe:property",
|
|
889
|
+
"name": "activationCondition"
|
|
890
|
+
},
|
|
891
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"label": "Correlation required",
|
|
895
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
896
|
+
"id": "correlationRequired",
|
|
897
|
+
"group": "correlation",
|
|
898
|
+
"type": "Dropdown",
|
|
899
|
+
"value": "notRequired",
|
|
900
|
+
"choices": [
|
|
901
|
+
{
|
|
902
|
+
"name": "Correlation not required",
|
|
903
|
+
"value": "notRequired"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "Correlation required",
|
|
907
|
+
"value": "required"
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"binding": {
|
|
911
|
+
"type": "zeebe:property",
|
|
912
|
+
"name": "correlationRequired"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"label": "Correlation key (process)",
|
|
917
|
+
"type": "String",
|
|
918
|
+
"group": "correlation",
|
|
919
|
+
"feel": "required",
|
|
920
|
+
"description": "Sets up the correlation key from process variables",
|
|
921
|
+
"binding": {
|
|
922
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
923
|
+
"name": "correlationKey"
|
|
924
|
+
},
|
|
925
|
+
"constraints": {
|
|
926
|
+
"notEmpty": true
|
|
927
|
+
},
|
|
928
|
+
"condition": {
|
|
929
|
+
"property": "correlationRequired",
|
|
930
|
+
"equals": "required"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"label": "Correlation key (payload)",
|
|
935
|
+
"type": "String",
|
|
936
|
+
"group": "correlation",
|
|
937
|
+
"feel": "required",
|
|
938
|
+
"binding": {
|
|
939
|
+
"type": "zeebe:property",
|
|
940
|
+
"name": "correlationKeyExpression"
|
|
941
|
+
},
|
|
942
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
943
|
+
"constraints": {
|
|
944
|
+
"notEmpty": true
|
|
945
|
+
},
|
|
946
|
+
"condition": {
|
|
947
|
+
"property": "correlationRequired",
|
|
948
|
+
"equals": "required"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"label": "Result variable",
|
|
953
|
+
"type": "String",
|
|
954
|
+
"group": "variable-mapping",
|
|
955
|
+
"optional": true,
|
|
956
|
+
"binding": {
|
|
957
|
+
"type": "zeebe:property",
|
|
958
|
+
"name": "resultVariable"
|
|
959
|
+
},
|
|
960
|
+
"description": "Name of variable to store the result of the connector in"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"label": "Result expression",
|
|
964
|
+
"type": "String",
|
|
965
|
+
"group": "variable-mapping",
|
|
966
|
+
"feel": "required",
|
|
967
|
+
"optional": true,
|
|
968
|
+
"binding": {
|
|
969
|
+
"type": "zeebe:property",
|
|
970
|
+
"name": "resultExpression"
|
|
971
|
+
},
|
|
972
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"icon": {
|
|
976
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
977
|
+
},
|
|
978
|
+
"engines": {
|
|
979
|
+
"camunda": "^8.4"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
984
|
+
"name": "Slack Webhook Message Start Event Connector",
|
|
985
|
+
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
986
|
+
"description": "Receive events from Slack",
|
|
987
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
988
|
+
"version": 5,
|
|
989
|
+
"category": {
|
|
990
|
+
"id": "connectors",
|
|
991
|
+
"name": "Connectors"
|
|
992
|
+
},
|
|
993
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
994
|
+
"elementType": {
|
|
995
|
+
"value": "bpmn:StartEvent",
|
|
996
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
997
|
+
},
|
|
998
|
+
"groups": [
|
|
999
|
+
{
|
|
1000
|
+
"id": "endpoint",
|
|
1001
|
+
"label": "Webhook configuration"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"id": "activation",
|
|
1005
|
+
"label": "Activation"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"id": "correlation",
|
|
1009
|
+
"label": "Correlation",
|
|
1010
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"id": "output",
|
|
1014
|
+
"label": "Output mapping"
|
|
1015
|
+
}
|
|
1016
|
+
],
|
|
1017
|
+
"properties": [
|
|
1018
|
+
{
|
|
1019
|
+
"value": "io.camunda:slack-webhook:1",
|
|
1020
|
+
"binding": {
|
|
1021
|
+
"name": "inbound.type",
|
|
1022
|
+
"type": "zeebe:property"
|
|
1023
|
+
},
|
|
1024
|
+
"type": "Hidden"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "inbound.context",
|
|
1028
|
+
"label": "Webhook ID",
|
|
1020
1029
|
"description": "The webhook ID is a part of the URL endpoint",
|
|
1021
1030
|
"optional": false,
|
|
1022
1031
|
"constraints": {
|
|
@@ -1200,9 +1209,330 @@
|
|
|
1200
1209
|
"type": "Text"
|
|
1201
1210
|
}
|
|
1202
1211
|
],
|
|
1212
|
+
"icon": {
|
|
1213
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1214
|
+
},
|
|
1215
|
+
"engines": {
|
|
1216
|
+
"camunda": "^8.5"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1221
|
+
"name": "Slack Webhook Message Start Event Connector",
|
|
1222
|
+
"id": "io.camunda.connectors.inbound.Slack.MessageStartEvent.v1",
|
|
1223
|
+
"description": "Receive events from Slack",
|
|
1224
|
+
"metadata": {
|
|
1225
|
+
"keywords": []
|
|
1226
|
+
},
|
|
1227
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
1228
|
+
"version": 7,
|
|
1229
|
+
"category": {
|
|
1230
|
+
"id": "connectors",
|
|
1231
|
+
"name": "Connectors"
|
|
1232
|
+
},
|
|
1233
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
1234
|
+
"elementType": {
|
|
1235
|
+
"value": "bpmn:StartEvent",
|
|
1236
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1237
|
+
},
|
|
1203
1238
|
"engines": {
|
|
1204
1239
|
"camunda": "^8.3"
|
|
1205
1240
|
},
|
|
1241
|
+
"groups": [
|
|
1242
|
+
{
|
|
1243
|
+
"id": "endpoint",
|
|
1244
|
+
"label": "Webhook configuration"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"id": "activation",
|
|
1248
|
+
"label": "Activation"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": "correlation",
|
|
1252
|
+
"label": "Correlation",
|
|
1253
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"id": "deduplication",
|
|
1257
|
+
"label": "Deduplication",
|
|
1258
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "output",
|
|
1262
|
+
"label": "Output mapping"
|
|
1263
|
+
}
|
|
1264
|
+
],
|
|
1265
|
+
"properties": [
|
|
1266
|
+
{
|
|
1267
|
+
"value": "io.camunda:slack-webhook:1",
|
|
1268
|
+
"binding": {
|
|
1269
|
+
"name": "inbound.type",
|
|
1270
|
+
"type": "zeebe:property"
|
|
1271
|
+
},
|
|
1272
|
+
"type": "Hidden"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "inbound.context",
|
|
1276
|
+
"label": "Webhook ID",
|
|
1277
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
1278
|
+
"optional": false,
|
|
1279
|
+
"constraints": {
|
|
1280
|
+
"notEmpty": true
|
|
1281
|
+
},
|
|
1282
|
+
"group": "endpoint",
|
|
1283
|
+
"binding": {
|
|
1284
|
+
"name": "inbound.context",
|
|
1285
|
+
"type": "zeebe:property"
|
|
1286
|
+
},
|
|
1287
|
+
"type": "String"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "inbound.slackSigningSecret",
|
|
1291
|
+
"label": "Slack signing secret",
|
|
1292
|
+
"description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
|
|
1293
|
+
"optional": false,
|
|
1294
|
+
"constraints": {
|
|
1295
|
+
"notEmpty": true
|
|
1296
|
+
},
|
|
1297
|
+
"group": "endpoint",
|
|
1298
|
+
"binding": {
|
|
1299
|
+
"name": "inbound.slackSigningSecret",
|
|
1300
|
+
"type": "zeebe:property"
|
|
1301
|
+
},
|
|
1302
|
+
"type": "String"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"id": "inbound.verificationExpression",
|
|
1306
|
+
"label": "Verification expression",
|
|
1307
|
+
"optional": true,
|
|
1308
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
1309
|
+
"group": "endpoint",
|
|
1310
|
+
"binding": {
|
|
1311
|
+
"name": "inbound.verificationExpression",
|
|
1312
|
+
"type": "zeebe:property"
|
|
1313
|
+
},
|
|
1314
|
+
"type": "Hidden"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"id": "activationCondition",
|
|
1318
|
+
"label": "Activation condition",
|
|
1319
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1320
|
+
"optional": true,
|
|
1321
|
+
"feel": "required",
|
|
1322
|
+
"group": "activation",
|
|
1323
|
+
"binding": {
|
|
1324
|
+
"name": "activationCondition",
|
|
1325
|
+
"type": "zeebe:property"
|
|
1326
|
+
},
|
|
1327
|
+
"type": "String"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"id": "consumeUnmatchedEvents",
|
|
1331
|
+
"label": "Consume unmatched events",
|
|
1332
|
+
"value": true,
|
|
1333
|
+
"group": "activation",
|
|
1334
|
+
"binding": {
|
|
1335
|
+
"name": "consumeUnmatchedEvents",
|
|
1336
|
+
"type": "zeebe:property"
|
|
1337
|
+
},
|
|
1338
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1339
|
+
"type": "Boolean"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"id": "correlationRequired",
|
|
1343
|
+
"label": "Subprocess correlation required",
|
|
1344
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1345
|
+
"value": "notRequired",
|
|
1346
|
+
"group": "correlation",
|
|
1347
|
+
"binding": {
|
|
1348
|
+
"name": "correlationRequired",
|
|
1349
|
+
"type": "zeebe:property"
|
|
1350
|
+
},
|
|
1351
|
+
"type": "Dropdown",
|
|
1352
|
+
"choices": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "Correlation not required",
|
|
1355
|
+
"value": "notRequired"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "Correlation required",
|
|
1359
|
+
"value": "required"
|
|
1360
|
+
}
|
|
1361
|
+
]
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"id": "correlationKeyProcess",
|
|
1365
|
+
"label": "Correlation key (process)",
|
|
1366
|
+
"description": "Sets up the correlation key from process variables",
|
|
1367
|
+
"constraints": {
|
|
1368
|
+
"notEmpty": true
|
|
1369
|
+
},
|
|
1370
|
+
"feel": "required",
|
|
1371
|
+
"group": "correlation",
|
|
1372
|
+
"binding": {
|
|
1373
|
+
"name": "correlationKey",
|
|
1374
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1375
|
+
},
|
|
1376
|
+
"condition": {
|
|
1377
|
+
"property": "correlationRequired",
|
|
1378
|
+
"equals": "required",
|
|
1379
|
+
"type": "simple"
|
|
1380
|
+
},
|
|
1381
|
+
"type": "String"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"id": "correlationKeyPayload",
|
|
1385
|
+
"label": "Correlation key (payload)",
|
|
1386
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1387
|
+
"constraints": {
|
|
1388
|
+
"notEmpty": true
|
|
1389
|
+
},
|
|
1390
|
+
"feel": "required",
|
|
1391
|
+
"group": "correlation",
|
|
1392
|
+
"binding": {
|
|
1393
|
+
"name": "correlationKeyExpression",
|
|
1394
|
+
"type": "zeebe:property"
|
|
1395
|
+
},
|
|
1396
|
+
"condition": {
|
|
1397
|
+
"property": "correlationRequired",
|
|
1398
|
+
"equals": "required",
|
|
1399
|
+
"type": "simple"
|
|
1400
|
+
},
|
|
1401
|
+
"type": "String"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "messageTtl",
|
|
1405
|
+
"label": "Message TTL",
|
|
1406
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1407
|
+
"optional": true,
|
|
1408
|
+
"constraints": {
|
|
1409
|
+
"notEmpty": false,
|
|
1410
|
+
"pattern": {
|
|
1411
|
+
"value": "^(PT.*|)$",
|
|
1412
|
+
"message": "must be an ISO-8601 duration"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"feel": "optional",
|
|
1416
|
+
"group": "correlation",
|
|
1417
|
+
"binding": {
|
|
1418
|
+
"name": "messageTtl",
|
|
1419
|
+
"type": "zeebe:property"
|
|
1420
|
+
},
|
|
1421
|
+
"type": "String"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"id": "messageIdExpression",
|
|
1425
|
+
"label": "Message ID expression",
|
|
1426
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1427
|
+
"optional": true,
|
|
1428
|
+
"feel": "required",
|
|
1429
|
+
"group": "correlation",
|
|
1430
|
+
"binding": {
|
|
1431
|
+
"name": "messageIdExpression",
|
|
1432
|
+
"type": "zeebe:property"
|
|
1433
|
+
},
|
|
1434
|
+
"type": "String"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"id": "messageNameUuid",
|
|
1438
|
+
"generatedValue": {
|
|
1439
|
+
"type": "uuid"
|
|
1440
|
+
},
|
|
1441
|
+
"group": "correlation",
|
|
1442
|
+
"binding": {
|
|
1443
|
+
"name": "name",
|
|
1444
|
+
"type": "bpmn:Message#property"
|
|
1445
|
+
},
|
|
1446
|
+
"type": "Hidden"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"id": "deduplicationModeManualFlag",
|
|
1450
|
+
"label": "Manual mode",
|
|
1451
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1452
|
+
"value": false,
|
|
1453
|
+
"group": "deduplication",
|
|
1454
|
+
"binding": {
|
|
1455
|
+
"name": "deduplicationModeManualFlag",
|
|
1456
|
+
"type": "zeebe:property"
|
|
1457
|
+
},
|
|
1458
|
+
"type": "Boolean"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"id": "deduplicationId",
|
|
1462
|
+
"label": "Deduplication ID",
|
|
1463
|
+
"constraints": {
|
|
1464
|
+
"notEmpty": true,
|
|
1465
|
+
"pattern": {
|
|
1466
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1467
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"group": "deduplication",
|
|
1471
|
+
"binding": {
|
|
1472
|
+
"name": "deduplicationId",
|
|
1473
|
+
"type": "zeebe:property"
|
|
1474
|
+
},
|
|
1475
|
+
"condition": {
|
|
1476
|
+
"property": "deduplicationModeManualFlag",
|
|
1477
|
+
"equals": true,
|
|
1478
|
+
"type": "simple"
|
|
1479
|
+
},
|
|
1480
|
+
"type": "String"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"id": "deduplicationModeManual",
|
|
1484
|
+
"value": "MANUAL",
|
|
1485
|
+
"group": "deduplication",
|
|
1486
|
+
"binding": {
|
|
1487
|
+
"name": "deduplicationMode",
|
|
1488
|
+
"type": "zeebe:property"
|
|
1489
|
+
},
|
|
1490
|
+
"condition": {
|
|
1491
|
+
"property": "deduplicationId",
|
|
1492
|
+
"isActive": true,
|
|
1493
|
+
"type": "simple"
|
|
1494
|
+
},
|
|
1495
|
+
"type": "Hidden"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"id": "deduplicationModeAuto",
|
|
1499
|
+
"value": "AUTO",
|
|
1500
|
+
"group": "deduplication",
|
|
1501
|
+
"binding": {
|
|
1502
|
+
"name": "deduplicationMode",
|
|
1503
|
+
"type": "zeebe:property"
|
|
1504
|
+
},
|
|
1505
|
+
"condition": {
|
|
1506
|
+
"property": "deduplicationId",
|
|
1507
|
+
"isActive": false,
|
|
1508
|
+
"type": "simple"
|
|
1509
|
+
},
|
|
1510
|
+
"type": "Hidden"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"id": "resultVariable",
|
|
1514
|
+
"label": "Result variable",
|
|
1515
|
+
"description": "Name of variable to store the response in",
|
|
1516
|
+
"group": "output",
|
|
1517
|
+
"binding": {
|
|
1518
|
+
"name": "resultVariable",
|
|
1519
|
+
"type": "zeebe:property"
|
|
1520
|
+
},
|
|
1521
|
+
"type": "String"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"id": "resultExpression",
|
|
1525
|
+
"label": "Result expression",
|
|
1526
|
+
"description": "Expression to map the response into process variables",
|
|
1527
|
+
"feel": "required",
|
|
1528
|
+
"group": "output",
|
|
1529
|
+
"binding": {
|
|
1530
|
+
"name": "resultExpression",
|
|
1531
|
+
"type": "zeebe:property"
|
|
1532
|
+
},
|
|
1533
|
+
"type": "Text"
|
|
1534
|
+
}
|
|
1535
|
+
],
|
|
1206
1536
|
"icon": {
|
|
1207
1537
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1208
1538
|
}
|