@camunda/connectors-element-templates 1.0.5 → 1.0.7
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -167,8 +167,11 @@
|
|
|
167
167
|
"name": "Slack Webhook Boundary Event Connector",
|
|
168
168
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
169
169
|
"description": "Receive events from Slack",
|
|
170
|
+
"metadata": {
|
|
171
|
+
"keywords": []
|
|
172
|
+
},
|
|
170
173
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
171
|
-
"version":
|
|
174
|
+
"version": 6,
|
|
172
175
|
"category": {
|
|
173
176
|
"id": "connectors",
|
|
174
177
|
"name": "Connectors"
|
|
@@ -360,186 +363,11 @@
|
|
|
360
363
|
"type": "Text"
|
|
361
364
|
}
|
|
362
365
|
],
|
|
363
|
-
"icon": {
|
|
364
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
365
|
-
},
|
|
366
366
|
"engines": {
|
|
367
|
-
"camunda": "^8.
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
372
|
-
"name": "Slack Webhook Boundary Event Connector",
|
|
373
|
-
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
374
|
-
"description": "Receive events from Slack",
|
|
375
|
-
"version": 2,
|
|
376
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
377
|
-
"category": {
|
|
378
|
-
"id": "connectors",
|
|
379
|
-
"name": "Connectors"
|
|
380
|
-
},
|
|
381
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
382
|
-
"elementType": {
|
|
383
|
-
"value": "bpmn:BoundaryEvent",
|
|
384
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
367
|
+
"camunda": "^8.3"
|
|
385
368
|
},
|
|
386
|
-
"groups": [
|
|
387
|
-
{
|
|
388
|
-
"id": "endpoint",
|
|
389
|
-
"label": "Webhook configuration"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"id": "activation",
|
|
393
|
-
"label": "Activation"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"id": "variable-mapping",
|
|
397
|
-
"label": "Variable mapping"
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
"properties": [
|
|
401
|
-
{
|
|
402
|
-
"type": "Hidden",
|
|
403
|
-
"value": "io.camunda:slack-webhook:1",
|
|
404
|
-
"binding": {
|
|
405
|
-
"type": "zeebe:property",
|
|
406
|
-
"name": "inbound.type"
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"type": "Hidden",
|
|
411
|
-
"value": "SlackEventsWebhook",
|
|
412
|
-
"binding": {
|
|
413
|
-
"type": "zeebe:property",
|
|
414
|
-
"name": "inbound.subtype"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"type": "Hidden",
|
|
419
|
-
"generatedValue": {
|
|
420
|
-
"type": "uuid"
|
|
421
|
-
},
|
|
422
|
-
"binding": {
|
|
423
|
-
"type": "bpmn:Message#property",
|
|
424
|
-
"name": "name"
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"label": "Webhook ID",
|
|
429
|
-
"type": "String",
|
|
430
|
-
"group": "endpoint",
|
|
431
|
-
"binding": {
|
|
432
|
-
"type": "zeebe:property",
|
|
433
|
-
"name": "inbound.context"
|
|
434
|
-
},
|
|
435
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
436
|
-
"constraints": {
|
|
437
|
-
"notEmpty": true
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"label": "Slack signing secret",
|
|
442
|
-
"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",
|
|
443
|
-
"type": "String",
|
|
444
|
-
"group": "endpoint",
|
|
445
|
-
"feel": "optional",
|
|
446
|
-
"binding": {
|
|
447
|
-
"type": "zeebe:property",
|
|
448
|
-
"name": "inbound.slackSigningSecret"
|
|
449
|
-
},
|
|
450
|
-
"constraints": {
|
|
451
|
-
"notEmpty": true
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"type": "Hidden",
|
|
456
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
457
|
-
"binding": {
|
|
458
|
-
"type": "zeebe:property",
|
|
459
|
-
"name": "inbound.verificationExpression"
|
|
460
|
-
}
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"label": "Correlation key (process)",
|
|
464
|
-
"type": "String",
|
|
465
|
-
"group": "activation",
|
|
466
|
-
"feel": "required",
|
|
467
|
-
"description": "Sets up the correlation key from process variables",
|
|
468
|
-
"binding": {
|
|
469
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
470
|
-
"name": "correlationKey"
|
|
471
|
-
},
|
|
472
|
-
"constraints": {
|
|
473
|
-
"notEmpty": true
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"label": "Correlation key (payload)",
|
|
478
|
-
"type": "String",
|
|
479
|
-
"group": "activation",
|
|
480
|
-
"feel": "required",
|
|
481
|
-
"binding": {
|
|
482
|
-
"type": "zeebe:property",
|
|
483
|
-
"name": "correlationKeyExpression"
|
|
484
|
-
},
|
|
485
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
486
|
-
"constraints": {
|
|
487
|
-
"notEmpty": true
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"label": "Message ID expression",
|
|
492
|
-
"feel": "required",
|
|
493
|
-
"type": "String",
|
|
494
|
-
"optional": true,
|
|
495
|
-
"group": "activation",
|
|
496
|
-
"binding": {
|
|
497
|
-
"type": "zeebe:property",
|
|
498
|
-
"name": "messageIdExpression"
|
|
499
|
-
},
|
|
500
|
-
"description": "Expression to extract unique identifier of a message"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"label": "Condition",
|
|
504
|
-
"type": "String",
|
|
505
|
-
"group": "activation",
|
|
506
|
-
"feel": "required",
|
|
507
|
-
"optional": true,
|
|
508
|
-
"binding": {
|
|
509
|
-
"type": "zeebe:property",
|
|
510
|
-
"name": "activationCondition"
|
|
511
|
-
},
|
|
512
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"label": "Result variable",
|
|
516
|
-
"type": "String",
|
|
517
|
-
"group": "variable-mapping",
|
|
518
|
-
"optional": true,
|
|
519
|
-
"binding": {
|
|
520
|
-
"type": "zeebe:property",
|
|
521
|
-
"name": "resultVariable"
|
|
522
|
-
},
|
|
523
|
-
"description": "Name of variable to store the result of the connector in"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"label": "Result expression",
|
|
527
|
-
"type": "String",
|
|
528
|
-
"group": "variable-mapping",
|
|
529
|
-
"feel": "required",
|
|
530
|
-
"optional": true,
|
|
531
|
-
"binding": {
|
|
532
|
-
"type": "zeebe:property",
|
|
533
|
-
"name": "resultExpression"
|
|
534
|
-
},
|
|
535
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
369
|
"icon": {
|
|
539
|
-
"contents": "data:image/svg+xml;
|
|
540
|
-
},
|
|
541
|
-
"engines": {
|
|
542
|
-
"camunda": "^8.4"
|
|
370
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
543
371
|
}
|
|
544
372
|
},
|
|
545
373
|
{
|
|
@@ -547,11 +375,8 @@
|
|
|
547
375
|
"name": "Slack Webhook Boundary Event Connector",
|
|
548
376
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
549
377
|
"description": "Receive events from Slack",
|
|
550
|
-
"metadata": {
|
|
551
|
-
"keywords": []
|
|
552
|
-
},
|
|
553
378
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
554
|
-
"version":
|
|
379
|
+
"version": 5,
|
|
555
380
|
"category": {
|
|
556
381
|
"id": "connectors",
|
|
557
382
|
"name": "Connectors"
|
|
@@ -743,11 +568,186 @@
|
|
|
743
568
|
"type": "Text"
|
|
744
569
|
}
|
|
745
570
|
],
|
|
571
|
+
"icon": {
|
|
572
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
573
|
+
},
|
|
746
574
|
"engines": {
|
|
747
|
-
"camunda": "^8.
|
|
575
|
+
"camunda": "^8.5"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
580
|
+
"name": "Slack Webhook Boundary Event Connector",
|
|
581
|
+
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
582
|
+
"description": "Receive events from Slack",
|
|
583
|
+
"version": 2,
|
|
584
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
585
|
+
"category": {
|
|
586
|
+
"id": "connectors",
|
|
587
|
+
"name": "Connectors"
|
|
588
|
+
},
|
|
589
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
590
|
+
"elementType": {
|
|
591
|
+
"value": "bpmn:BoundaryEvent",
|
|
592
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
748
593
|
},
|
|
594
|
+
"groups": [
|
|
595
|
+
{
|
|
596
|
+
"id": "endpoint",
|
|
597
|
+
"label": "Webhook configuration"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"id": "activation",
|
|
601
|
+
"label": "Activation"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"id": "variable-mapping",
|
|
605
|
+
"label": "Variable mapping"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"properties": [
|
|
609
|
+
{
|
|
610
|
+
"type": "Hidden",
|
|
611
|
+
"value": "io.camunda:slack-webhook:1",
|
|
612
|
+
"binding": {
|
|
613
|
+
"type": "zeebe:property",
|
|
614
|
+
"name": "inbound.type"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"type": "Hidden",
|
|
619
|
+
"value": "SlackEventsWebhook",
|
|
620
|
+
"binding": {
|
|
621
|
+
"type": "zeebe:property",
|
|
622
|
+
"name": "inbound.subtype"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"type": "Hidden",
|
|
627
|
+
"generatedValue": {
|
|
628
|
+
"type": "uuid"
|
|
629
|
+
},
|
|
630
|
+
"binding": {
|
|
631
|
+
"type": "bpmn:Message#property",
|
|
632
|
+
"name": "name"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"label": "Webhook ID",
|
|
637
|
+
"type": "String",
|
|
638
|
+
"group": "endpoint",
|
|
639
|
+
"binding": {
|
|
640
|
+
"type": "zeebe:property",
|
|
641
|
+
"name": "inbound.context"
|
|
642
|
+
},
|
|
643
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
644
|
+
"constraints": {
|
|
645
|
+
"notEmpty": true
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"label": "Slack signing secret",
|
|
650
|
+
"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",
|
|
651
|
+
"type": "String",
|
|
652
|
+
"group": "endpoint",
|
|
653
|
+
"feel": "optional",
|
|
654
|
+
"binding": {
|
|
655
|
+
"type": "zeebe:property",
|
|
656
|
+
"name": "inbound.slackSigningSecret"
|
|
657
|
+
},
|
|
658
|
+
"constraints": {
|
|
659
|
+
"notEmpty": true
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "Hidden",
|
|
664
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
665
|
+
"binding": {
|
|
666
|
+
"type": "zeebe:property",
|
|
667
|
+
"name": "inbound.verificationExpression"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"label": "Correlation key (process)",
|
|
672
|
+
"type": "String",
|
|
673
|
+
"group": "activation",
|
|
674
|
+
"feel": "required",
|
|
675
|
+
"description": "Sets up the correlation key from process variables",
|
|
676
|
+
"binding": {
|
|
677
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
678
|
+
"name": "correlationKey"
|
|
679
|
+
},
|
|
680
|
+
"constraints": {
|
|
681
|
+
"notEmpty": true
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"label": "Correlation key (payload)",
|
|
686
|
+
"type": "String",
|
|
687
|
+
"group": "activation",
|
|
688
|
+
"feel": "required",
|
|
689
|
+
"binding": {
|
|
690
|
+
"type": "zeebe:property",
|
|
691
|
+
"name": "correlationKeyExpression"
|
|
692
|
+
},
|
|
693
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
694
|
+
"constraints": {
|
|
695
|
+
"notEmpty": true
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"label": "Message ID expression",
|
|
700
|
+
"feel": "required",
|
|
701
|
+
"type": "String",
|
|
702
|
+
"optional": true,
|
|
703
|
+
"group": "activation",
|
|
704
|
+
"binding": {
|
|
705
|
+
"type": "zeebe:property",
|
|
706
|
+
"name": "messageIdExpression"
|
|
707
|
+
},
|
|
708
|
+
"description": "Expression to extract unique identifier of a message"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"label": "Condition",
|
|
712
|
+
"type": "String",
|
|
713
|
+
"group": "activation",
|
|
714
|
+
"feel": "required",
|
|
715
|
+
"optional": true,
|
|
716
|
+
"binding": {
|
|
717
|
+
"type": "zeebe:property",
|
|
718
|
+
"name": "activationCondition"
|
|
719
|
+
},
|
|
720
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"label": "Result variable",
|
|
724
|
+
"type": "String",
|
|
725
|
+
"group": "variable-mapping",
|
|
726
|
+
"optional": true,
|
|
727
|
+
"binding": {
|
|
728
|
+
"type": "zeebe:property",
|
|
729
|
+
"name": "resultVariable"
|
|
730
|
+
},
|
|
731
|
+
"description": "Name of variable to store the result of the connector in"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"label": "Result expression",
|
|
735
|
+
"type": "String",
|
|
736
|
+
"group": "variable-mapping",
|
|
737
|
+
"feel": "required",
|
|
738
|
+
"optional": true,
|
|
739
|
+
"binding": {
|
|
740
|
+
"type": "zeebe:property",
|
|
741
|
+
"name": "resultExpression"
|
|
742
|
+
},
|
|
743
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
749
746
|
"icon": {
|
|
750
|
-
"contents": "data:image/svg+xml;
|
|
747
|
+
"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"
|
|
748
|
+
},
|
|
749
|
+
"engines": {
|
|
750
|
+
"camunda": "^8.4"
|
|
751
751
|
}
|
|
752
752
|
},
|
|
753
753
|
{
|