@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.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,9 +4,14 @@
4
4
  "name": "Slack Webhook Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
6
6
  "description": "Receive events from Slack",
7
- "metadata": {
8
- "keywords": []
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
16
  "version": 7,
12
17
  "category": {
@@ -212,10 +217,10 @@
212
217
  },
213
218
  {
214
219
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
215
- "name": "Slack Webhook",
220
+ "name": "Slack Webhook Start Event Connector",
216
221
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
217
222
  "description": "Receive events from Slack",
218
- "version": 1,
223
+ "version": 2,
219
224
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
220
225
  "category": {
221
226
  "id": "connectors",
@@ -331,8 +336,11 @@
331
336
  "name": "Slack Webhook Start Event Connector",
332
337
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
333
338
  "description": "Receive events from Slack",
334
- "version": 3,
339
+ "metadata": {
340
+ "keywords": []
341
+ },
335
342
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
343
+ "version": 6,
336
344
  "category": {
337
345
  "id": "connectors",
338
346
  "name": "Connectors"
@@ -351,103 +359,103 @@
351
359
  "label": "Activation"
352
360
  },
353
361
  {
354
- "id": "variable-mapping",
355
- "label": "Variable mapping"
362
+ "id": "output",
363
+ "label": "Output mapping"
356
364
  }
357
365
  ],
358
366
  "properties": [
359
367
  {
360
- "type": "Hidden",
361
368
  "value": "io.camunda:slack-webhook:1",
362
369
  "binding": {
363
- "type": "zeebe:property",
364
- "name": "inbound.type"
365
- }
366
- },
367
- {
368
- "type": "Hidden",
369
- "value": "SlackEventsWebhook",
370
- "binding": {
371
- "type": "zeebe:property",
372
- "name": "inbound.subtype"
373
- }
370
+ "name": "inbound.type",
371
+ "type": "zeebe:property"
372
+ },
373
+ "type": "Hidden"
374
374
  },
375
375
  {
376
+ "id": "inbound.context",
376
377
  "label": "Webhook ID",
377
- "type": "String",
378
- "group": "endpoint",
379
- "binding": {
380
- "type": "zeebe:property",
381
- "name": "inbound.context"
382
- },
383
378
  "description": "The webhook ID is a part of the URL endpoint",
379
+ "optional": false,
384
380
  "constraints": {
385
381
  "notEmpty": true
386
- }
382
+ },
383
+ "group": "endpoint",
384
+ "binding": {
385
+ "name": "inbound.context",
386
+ "type": "zeebe:property"
387
+ },
388
+ "type": "String"
387
389
  },
388
390
  {
391
+ "id": "inbound.slackSigningSecret",
389
392
  "label": "Slack signing secret",
390
393
  "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",
391
- "type": "String",
394
+ "optional": false,
395
+ "constraints": {
396
+ "notEmpty": true
397
+ },
392
398
  "group": "endpoint",
393
- "feel": "optional",
394
399
  "binding": {
395
- "type": "zeebe:property",
396
- "name": "inbound.slackSigningSecret"
400
+ "name": "inbound.slackSigningSecret",
401
+ "type": "zeebe:property"
397
402
  },
398
- "constraints": {
399
- "notEmpty": true
400
- }
403
+ "type": "String"
401
404
  },
402
405
  {
403
- "type": "Hidden",
406
+ "id": "inbound.verificationExpression",
407
+ "label": "Verification expression",
408
+ "optional": true,
404
409
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
410
+ "group": "endpoint",
405
411
  "binding": {
406
- "type": "zeebe:property",
407
- "name": "inbound.verificationExpression"
408
- }
412
+ "name": "inbound.verificationExpression",
413
+ "type": "zeebe:property"
414
+ },
415
+ "type": "Hidden"
409
416
  },
410
417
  {
411
- "label": "Condition",
412
- "type": "String",
413
- "group": "activation",
414
- "feel": "required",
418
+ "id": "activationCondition",
419
+ "label": "Activation condition",
420
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
415
421
  "optional": true,
422
+ "feel": "required",
423
+ "group": "activation",
416
424
  "binding": {
417
- "type": "zeebe:property",
418
- "name": "activationCondition"
425
+ "name": "activationCondition",
426
+ "type": "zeebe:property"
419
427
  },
420
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
428
+ "type": "String"
421
429
  },
422
430
  {
431
+ "id": "resultVariable",
423
432
  "label": "Result variable",
424
- "type": "String",
425
- "group": "variable-mapping",
426
- "optional": true,
433
+ "description": "Name of variable to store the response in",
434
+ "group": "output",
427
435
  "binding": {
428
- "type": "zeebe:property",
429
- "name": "resultVariable"
436
+ "name": "resultVariable",
437
+ "type": "zeebe:property"
430
438
  },
431
- "description": "Name of variable to store the result of the connector in"
439
+ "type": "String"
432
440
  },
433
441
  {
442
+ "id": "resultExpression",
434
443
  "label": "Result expression",
435
- "type": "String",
436
- "group": "variable-mapping",
444
+ "description": "Expression to map the response into process variables",
437
445
  "feel": "required",
438
- "optional": true,
446
+ "group": "output",
439
447
  "binding": {
440
- "type": "zeebe:property",
441
- "name": "resultExpression"
448
+ "name": "resultExpression",
449
+ "type": "zeebe:property"
442
450
  },
443
- "description": "Expression to map the inbound payload to process variables"
451
+ "type": "Text"
444
452
  }
445
453
  ],
446
- "icon": {
447
- "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"
448
- },
449
454
  "engines": {
450
- "camunda": "^8.4"
455
+ "camunda": "^8.3"
456
+ },
457
+ "icon": {
458
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
451
459
  }
452
460
  },
453
461
  {
@@ -455,11 +463,8 @@
455
463
  "name": "Slack Webhook Start Event Connector",
456
464
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
457
465
  "description": "Receive events from Slack",
458
- "metadata": {
459
- "keywords": []
460
- },
466
+ "version": 3,
461
467
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
462
- "version": 6,
463
468
  "category": {
464
469
  "id": "connectors",
465
470
  "name": "Connectors"
@@ -478,103 +483,103 @@
478
483
  "label": "Activation"
479
484
  },
480
485
  {
481
- "id": "output",
482
- "label": "Output mapping"
486
+ "id": "variable-mapping",
487
+ "label": "Variable mapping"
483
488
  }
484
489
  ],
485
490
  "properties": [
486
491
  {
492
+ "type": "Hidden",
487
493
  "value": "io.camunda:slack-webhook:1",
488
494
  "binding": {
489
- "name": "inbound.type",
490
- "type": "zeebe:property"
491
- },
492
- "type": "Hidden"
495
+ "type": "zeebe:property",
496
+ "name": "inbound.type"
497
+ }
498
+ },
499
+ {
500
+ "type": "Hidden",
501
+ "value": "SlackEventsWebhook",
502
+ "binding": {
503
+ "type": "zeebe:property",
504
+ "name": "inbound.subtype"
505
+ }
493
506
  },
494
507
  {
495
- "id": "inbound.context",
496
508
  "label": "Webhook ID",
497
- "description": "The webhook ID is a part of the URL endpoint",
498
- "optional": false,
499
- "constraints": {
500
- "notEmpty": true
501
- },
509
+ "type": "String",
502
510
  "group": "endpoint",
503
511
  "binding": {
504
- "name": "inbound.context",
505
- "type": "zeebe:property"
512
+ "type": "zeebe:property",
513
+ "name": "inbound.context"
506
514
  },
507
- "type": "String"
515
+ "description": "The webhook ID is a part of the URL endpoint",
516
+ "constraints": {
517
+ "notEmpty": true
518
+ }
508
519
  },
509
520
  {
510
- "id": "inbound.slackSigningSecret",
511
521
  "label": "Slack signing secret",
512
522
  "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",
513
- "optional": false,
514
- "constraints": {
515
- "notEmpty": true
516
- },
523
+ "type": "String",
517
524
  "group": "endpoint",
525
+ "feel": "optional",
518
526
  "binding": {
519
- "name": "inbound.slackSigningSecret",
520
- "type": "zeebe:property"
527
+ "type": "zeebe:property",
528
+ "name": "inbound.slackSigningSecret"
521
529
  },
522
- "type": "String"
530
+ "constraints": {
531
+ "notEmpty": true
532
+ }
523
533
  },
524
534
  {
525
- "id": "inbound.verificationExpression",
526
- "label": "Verification expression",
527
- "optional": true,
535
+ "type": "Hidden",
528
536
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
529
- "group": "endpoint",
530
537
  "binding": {
531
- "name": "inbound.verificationExpression",
532
- "type": "zeebe:property"
533
- },
534
- "type": "Hidden"
538
+ "type": "zeebe:property",
539
+ "name": "inbound.verificationExpression"
540
+ }
535
541
  },
536
542
  {
537
- "id": "activationCondition",
538
- "label": "Activation condition",
539
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
540
- "optional": true,
541
- "feel": "required",
543
+ "label": "Condition",
544
+ "type": "String",
542
545
  "group": "activation",
546
+ "feel": "required",
547
+ "optional": true,
543
548
  "binding": {
544
- "name": "activationCondition",
545
- "type": "zeebe:property"
549
+ "type": "zeebe:property",
550
+ "name": "activationCondition"
546
551
  },
547
- "type": "String"
552
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
548
553
  },
549
554
  {
550
- "id": "resultVariable",
551
555
  "label": "Result variable",
552
- "description": "Name of variable to store the response in",
553
- "group": "output",
556
+ "type": "String",
557
+ "group": "variable-mapping",
558
+ "optional": true,
554
559
  "binding": {
555
- "name": "resultVariable",
556
- "type": "zeebe:property"
560
+ "type": "zeebe:property",
561
+ "name": "resultVariable"
557
562
  },
558
- "type": "String"
563
+ "description": "Name of variable to store the result of the connector in"
559
564
  },
560
565
  {
561
- "id": "resultExpression",
562
566
  "label": "Result expression",
563
- "description": "Expression to map the response into process variables",
567
+ "type": "String",
568
+ "group": "variable-mapping",
564
569
  "feel": "required",
565
- "group": "output",
570
+ "optional": true,
566
571
  "binding": {
567
- "name": "resultExpression",
568
- "type": "zeebe:property"
572
+ "type": "zeebe:property",
573
+ "name": "resultExpression"
569
574
  },
570
- "type": "Text"
575
+ "description": "Expression to map the inbound payload to process variables"
571
576
  }
572
577
  ],
573
- "engines": {
574
- "camunda": "^8.3"
575
- },
576
578
  "icon": {
577
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
579
+ "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"
580
+ },
581
+ "engines": {
582
+ "camunda": "^8.4"
578
583
  }
579
584
  },
580
585
  {
@@ -703,10 +708,10 @@
703
708
  },
704
709
  {
705
710
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
706
- "name": "Slack Webhook Start Event Connector",
711
+ "name": "Slack Webhook",
707
712
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
708
713
  "description": "Receive events from Slack",
709
- "version": 2,
714
+ "version": 1,
710
715
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
711
716
  "category": {
712
717
  "id": "connectors",