@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -4,8 +4,224 @@
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
- "version": 3,
7
+ "keywords": [
8
+ "message received",
9
+ "event received",
10
+ "channel event",
11
+ "webhook",
12
+ "messaging",
13
+ "new message"
14
+ ],
8
15
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
16
+ "version": 7,
17
+ "category": {
18
+ "id": "connectors",
19
+ "name": "Connectors"
20
+ },
21
+ "deprecated": {
22
+ "message": "Migrate to Webhook Message Start Event Connector"
23
+ },
24
+ "appliesTo": ["bpmn:StartEvent"],
25
+ "elementType": {
26
+ "value": "bpmn:StartEvent"
27
+ },
28
+ "engines": {
29
+ "camunda": "^8.3"
30
+ },
31
+ "groups": [
32
+ {
33
+ "id": "endpoint",
34
+ "label": "Webhook configuration"
35
+ },
36
+ {
37
+ "id": "activation",
38
+ "label": "Activation"
39
+ },
40
+ {
41
+ "id": "deduplication",
42
+ "label": "Deduplication",
43
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
44
+ },
45
+ {
46
+ "id": "output",
47
+ "label": "Output mapping"
48
+ }
49
+ ],
50
+ "properties": [
51
+ {
52
+ "value": "io.camunda:slack-webhook:1",
53
+ "binding": {
54
+ "name": "inbound.type",
55
+ "type": "zeebe:property"
56
+ },
57
+ "type": "Hidden"
58
+ },
59
+ {
60
+ "id": "inbound.context",
61
+ "label": "Webhook ID",
62
+ "description": "The webhook ID is a part of the URL endpoint",
63
+ "optional": false,
64
+ "constraints": {
65
+ "notEmpty": true
66
+ },
67
+ "group": "endpoint",
68
+ "binding": {
69
+ "name": "inbound.context",
70
+ "type": "zeebe:property"
71
+ },
72
+ "type": "String"
73
+ },
74
+ {
75
+ "id": "inbound.slackSigningSecret",
76
+ "label": "Slack signing secret",
77
+ "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",
78
+ "optional": false,
79
+ "constraints": {
80
+ "notEmpty": true
81
+ },
82
+ "group": "endpoint",
83
+ "binding": {
84
+ "name": "inbound.slackSigningSecret",
85
+ "type": "zeebe:property"
86
+ },
87
+ "type": "String"
88
+ },
89
+ {
90
+ "id": "inbound.verificationExpression",
91
+ "label": "Verification expression",
92
+ "optional": true,
93
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
94
+ "group": "endpoint",
95
+ "binding": {
96
+ "name": "inbound.verificationExpression",
97
+ "type": "zeebe:property"
98
+ },
99
+ "type": "Hidden"
100
+ },
101
+ {
102
+ "id": "activationCondition",
103
+ "label": "Activation condition",
104
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
105
+ "optional": true,
106
+ "feel": "required",
107
+ "group": "activation",
108
+ "binding": {
109
+ "name": "activationCondition",
110
+ "type": "zeebe:property"
111
+ },
112
+ "type": "String"
113
+ },
114
+ {
115
+ "id": "consumeUnmatchedEvents",
116
+ "label": "Consume unmatched events",
117
+ "value": true,
118
+ "group": "activation",
119
+ "binding": {
120
+ "name": "consumeUnmatchedEvents",
121
+ "type": "zeebe:property"
122
+ },
123
+ "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",
124
+ "type": "Boolean"
125
+ },
126
+ {
127
+ "id": "deduplicationModeManualFlag",
128
+ "label": "Manual mode",
129
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
130
+ "value": false,
131
+ "group": "deduplication",
132
+ "binding": {
133
+ "name": "deduplicationModeManualFlag",
134
+ "type": "zeebe:property"
135
+ },
136
+ "type": "Boolean"
137
+ },
138
+ {
139
+ "id": "deduplicationId",
140
+ "label": "Deduplication ID",
141
+ "constraints": {
142
+ "notEmpty": true,
143
+ "pattern": {
144
+ "value": "^[a-zA-Z0-9_-]+$",
145
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
146
+ }
147
+ },
148
+ "group": "deduplication",
149
+ "binding": {
150
+ "name": "deduplicationId",
151
+ "type": "zeebe:property"
152
+ },
153
+ "condition": {
154
+ "property": "deduplicationModeManualFlag",
155
+ "equals": true,
156
+ "type": "simple"
157
+ },
158
+ "type": "String"
159
+ },
160
+ {
161
+ "id": "deduplicationModeManual",
162
+ "value": "MANUAL",
163
+ "group": "deduplication",
164
+ "binding": {
165
+ "name": "deduplicationMode",
166
+ "type": "zeebe:property"
167
+ },
168
+ "condition": {
169
+ "property": "deduplicationId",
170
+ "isActive": true,
171
+ "type": "simple"
172
+ },
173
+ "type": "Hidden"
174
+ },
175
+ {
176
+ "id": "deduplicationModeAuto",
177
+ "value": "AUTO",
178
+ "group": "deduplication",
179
+ "binding": {
180
+ "name": "deduplicationMode",
181
+ "type": "zeebe:property"
182
+ },
183
+ "condition": {
184
+ "property": "deduplicationId",
185
+ "isActive": false,
186
+ "type": "simple"
187
+ },
188
+ "type": "Hidden"
189
+ },
190
+ {
191
+ "id": "resultVariable",
192
+ "label": "Result variable",
193
+ "description": "Name of variable to store the response in",
194
+ "group": "output",
195
+ "binding": {
196
+ "name": "resultVariable",
197
+ "type": "zeebe:property"
198
+ },
199
+ "type": "String"
200
+ },
201
+ {
202
+ "id": "resultExpression",
203
+ "label": "Result expression",
204
+ "description": "Expression to map the response into process variables",
205
+ "feel": "required",
206
+ "group": "output",
207
+ "binding": {
208
+ "name": "resultExpression",
209
+ "type": "zeebe:property"
210
+ },
211
+ "type": "Text"
212
+ }
213
+ ],
214
+ "icon": {
215
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
216
+ }
217
+ },
218
+ {
219
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
220
+ "name": "Slack Webhook Start Event Connector",
221
+ "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
222
+ "description": "Receive events from Slack",
223
+ "version": 2,
224
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
9
225
  "category": {
10
226
  "id": "connectors",
11
227
  "name": "Connectors"
@@ -72,14 +288,6 @@
72
288
  "notEmpty": true
73
289
  }
74
290
  },
75
- {
76
- "type": "Hidden",
77
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
78
- "binding": {
79
- "type": "zeebe:property",
80
- "name": "inbound.verificationExpression"
81
- }
82
- },
83
291
  {
84
292
  "label": "Condition",
85
293
  "type": "String",
@@ -120,7 +328,7 @@
120
328
  "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"
121
329
  },
122
330
  "engines": {
123
- "camunda": "^8.4"
331
+ "camunda": "^8.2"
124
332
  }
125
333
  },
126
334
  {
@@ -255,8 +463,8 @@
255
463
  "name": "Slack Webhook Start Event Connector",
256
464
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
257
465
  "description": "Receive events from Slack",
466
+ "version": 3,
258
467
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
259
- "version": 5,
260
468
  "category": {
261
469
  "id": "connectors",
262
470
  "name": "Connectors"
@@ -275,103 +483,103 @@
275
483
  "label": "Activation"
276
484
  },
277
485
  {
278
- "id": "output",
279
- "label": "Output mapping"
486
+ "id": "variable-mapping",
487
+ "label": "Variable mapping"
280
488
  }
281
489
  ],
282
490
  "properties": [
283
491
  {
492
+ "type": "Hidden",
284
493
  "value": "io.camunda:slack-webhook:1",
285
494
  "binding": {
286
- "name": "inbound.type",
287
- "type": "zeebe:property"
288
- },
289
- "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
+ }
290
506
  },
291
507
  {
292
- "id": "inbound.context",
293
508
  "label": "Webhook ID",
294
- "description": "The webhook ID is a part of the URL endpoint",
295
- "optional": false,
296
- "constraints": {
297
- "notEmpty": true
298
- },
509
+ "type": "String",
299
510
  "group": "endpoint",
300
511
  "binding": {
301
- "name": "inbound.context",
302
- "type": "zeebe:property"
512
+ "type": "zeebe:property",
513
+ "name": "inbound.context"
303
514
  },
304
- "type": "String"
305
- },
515
+ "description": "The webhook ID is a part of the URL endpoint",
516
+ "constraints": {
517
+ "notEmpty": true
518
+ }
519
+ },
306
520
  {
307
- "id": "inbound.slackSigningSecret",
308
521
  "label": "Slack signing secret",
309
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",
310
- "optional": false,
311
- "constraints": {
312
- "notEmpty": true
313
- },
523
+ "type": "String",
314
524
  "group": "endpoint",
525
+ "feel": "optional",
315
526
  "binding": {
316
- "name": "inbound.slackSigningSecret",
317
- "type": "zeebe:property"
527
+ "type": "zeebe:property",
528
+ "name": "inbound.slackSigningSecret"
318
529
  },
319
- "type": "String"
530
+ "constraints": {
531
+ "notEmpty": true
532
+ }
320
533
  },
321
534
  {
322
- "id": "inbound.verificationExpression",
323
- "label": "Verification expression",
324
- "optional": true,
535
+ "type": "Hidden",
325
536
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
326
- "group": "endpoint",
327
537
  "binding": {
328
- "name": "inbound.verificationExpression",
329
- "type": "zeebe:property"
330
- },
331
- "type": "Hidden"
538
+ "type": "zeebe:property",
539
+ "name": "inbound.verificationExpression"
540
+ }
332
541
  },
333
542
  {
334
- "id": "activationCondition",
335
- "label": "Activation condition",
336
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
337
- "optional": true,
338
- "feel": "required",
543
+ "label": "Condition",
544
+ "type": "String",
339
545
  "group": "activation",
546
+ "feel": "required",
547
+ "optional": true,
340
548
  "binding": {
341
- "name": "activationCondition",
342
- "type": "zeebe:property"
549
+ "type": "zeebe:property",
550
+ "name": "activationCondition"
343
551
  },
344
- "type": "String"
552
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
345
553
  },
346
554
  {
347
- "id": "resultVariable",
348
555
  "label": "Result variable",
349
- "description": "Name of variable to store the response in",
350
- "group": "output",
556
+ "type": "String",
557
+ "group": "variable-mapping",
558
+ "optional": true,
351
559
  "binding": {
352
- "name": "resultVariable",
353
- "type": "zeebe:property"
560
+ "type": "zeebe:property",
561
+ "name": "resultVariable"
354
562
  },
355
- "type": "String"
563
+ "description": "Name of variable to store the result of the connector in"
356
564
  },
357
565
  {
358
- "id": "resultExpression",
359
566
  "label": "Result expression",
360
- "description": "Expression to map the response into process variables",
567
+ "type": "String",
568
+ "group": "variable-mapping",
361
569
  "feel": "required",
362
- "group": "output",
570
+ "optional": true,
363
571
  "binding": {
364
- "name": "resultExpression",
365
- "type": "zeebe:property"
572
+ "type": "zeebe:property",
573
+ "name": "resultExpression"
366
574
  },
367
- "type": "Text"
575
+ "description": "Expression to map the inbound payload to process variables"
368
576
  }
369
577
  ],
370
578
  "icon": {
371
- "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"
372
580
  },
373
581
  "engines": {
374
- "camunda": "^8.5"
582
+ "camunda": "^8.4"
375
583
  }
376
584
  },
377
585
  {
@@ -379,8 +587,8 @@
379
587
  "name": "Slack Webhook Start Event Connector",
380
588
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
381
589
  "description": "Receive events from Slack",
382
- "version": 2,
383
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
590
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
591
+ "version": 5,
384
592
  "category": {
385
593
  "id": "connectors",
386
594
  "name": "Connectors"
@@ -399,95 +607,103 @@
399
607
  "label": "Activation"
400
608
  },
401
609
  {
402
- "id": "variable-mapping",
403
- "label": "Variable mapping"
610
+ "id": "output",
611
+ "label": "Output mapping"
404
612
  }
405
613
  ],
406
614
  "properties": [
407
615
  {
408
- "type": "Hidden",
409
616
  "value": "io.camunda:slack-webhook:1",
410
617
  "binding": {
411
- "type": "zeebe:property",
412
- "name": "inbound.type"
413
- }
414
- },
415
- {
416
- "type": "Hidden",
417
- "value": "SlackEventsWebhook",
418
- "binding": {
419
- "type": "zeebe:property",
420
- "name": "inbound.subtype"
421
- }
618
+ "name": "inbound.type",
619
+ "type": "zeebe:property"
620
+ },
621
+ "type": "Hidden"
422
622
  },
423
623
  {
624
+ "id": "inbound.context",
424
625
  "label": "Webhook ID",
425
- "type": "String",
426
- "group": "endpoint",
427
- "binding": {
428
- "type": "zeebe:property",
429
- "name": "inbound.context"
430
- },
431
626
  "description": "The webhook ID is a part of the URL endpoint",
627
+ "optional": false,
432
628
  "constraints": {
433
629
  "notEmpty": true
434
- }
630
+ },
631
+ "group": "endpoint",
632
+ "binding": {
633
+ "name": "inbound.context",
634
+ "type": "zeebe:property"
635
+ },
636
+ "type": "String"
435
637
  },
436
638
  {
639
+ "id": "inbound.slackSigningSecret",
437
640
  "label": "Slack signing secret",
438
641
  "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",
439
- "type": "String",
642
+ "optional": false,
643
+ "constraints": {
644
+ "notEmpty": true
645
+ },
440
646
  "group": "endpoint",
441
- "feel": "optional",
442
647
  "binding": {
443
- "type": "zeebe:property",
444
- "name": "inbound.slackSigningSecret"
648
+ "name": "inbound.slackSigningSecret",
649
+ "type": "zeebe:property"
445
650
  },
446
- "constraints": {
447
- "notEmpty": true
448
- }
651
+ "type": "String"
449
652
  },
450
653
  {
451
- "label": "Condition",
452
- "type": "String",
453
- "group": "activation",
454
- "feel": "required",
654
+ "id": "inbound.verificationExpression",
655
+ "label": "Verification expression",
455
656
  "optional": true,
657
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
658
+ "group": "endpoint",
456
659
  "binding": {
457
- "type": "zeebe:property",
458
- "name": "activationCondition"
660
+ "name": "inbound.verificationExpression",
661
+ "type": "zeebe:property"
459
662
  },
460
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
663
+ "type": "Hidden"
461
664
  },
462
665
  {
463
- "label": "Result variable",
464
- "type": "String",
465
- "group": "variable-mapping",
666
+ "id": "activationCondition",
667
+ "label": "Activation condition",
668
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
466
669
  "optional": true,
670
+ "feel": "required",
671
+ "group": "activation",
467
672
  "binding": {
468
- "type": "zeebe:property",
469
- "name": "resultVariable"
673
+ "name": "activationCondition",
674
+ "type": "zeebe:property"
470
675
  },
471
- "description": "Name of variable to store the result of the connector in"
676
+ "type": "String"
472
677
  },
473
678
  {
679
+ "id": "resultVariable",
680
+ "label": "Result variable",
681
+ "description": "Name of variable to store the response in",
682
+ "group": "output",
683
+ "binding": {
684
+ "name": "resultVariable",
685
+ "type": "zeebe:property"
686
+ },
687
+ "type": "String"
688
+ },
689
+ {
690
+ "id": "resultExpression",
474
691
  "label": "Result expression",
475
- "type": "String",
476
- "group": "variable-mapping",
692
+ "description": "Expression to map the response into process variables",
477
693
  "feel": "required",
478
- "optional": true,
694
+ "group": "output",
479
695
  "binding": {
480
- "type": "zeebe:property",
481
- "name": "resultExpression"
696
+ "name": "resultExpression",
697
+ "type": "zeebe:property"
482
698
  },
483
- "description": "Expression to map the inbound payload to process variables"
699
+ "type": "Text"
484
700
  }
485
701
  ],
486
702
  "icon": {
487
- "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"
703
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
488
704
  },
489
705
  "engines": {
490
- "camunda": "^8.2"
706
+ "camunda": "^8.5"
491
707
  }
492
708
  },
493
709
  {
@@ -605,216 +821,5 @@
605
821
  "engines": {
606
822
  "camunda": "^8.2"
607
823
  }
608
- },
609
- {
610
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
611
- "name": "Slack Webhook Start Event Connector",
612
- "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
613
- "description": "Receive events from Slack",
614
- "metadata": {
615
- "keywords": []
616
- },
617
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
618
- "version": 7,
619
- "category": {
620
- "id": "connectors",
621
- "name": "Connectors"
622
- },
623
- "deprecated": {
624
- "message": "Migrate to Webhook Message Start Event Connector"
625
- },
626
- "appliesTo": ["bpmn:StartEvent"],
627
- "elementType": {
628
- "value": "bpmn:StartEvent"
629
- },
630
- "engines": {
631
- "camunda": "^8.3"
632
- },
633
- "groups": [
634
- {
635
- "id": "endpoint",
636
- "label": "Webhook configuration"
637
- },
638
- {
639
- "id": "activation",
640
- "label": "Activation"
641
- },
642
- {
643
- "id": "deduplication",
644
- "label": "Deduplication",
645
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
646
- },
647
- {
648
- "id": "output",
649
- "label": "Output mapping"
650
- }
651
- ],
652
- "properties": [
653
- {
654
- "value": "io.camunda:slack-webhook:1",
655
- "binding": {
656
- "name": "inbound.type",
657
- "type": "zeebe:property"
658
- },
659
- "type": "Hidden"
660
- },
661
- {
662
- "id": "inbound.context",
663
- "label": "Webhook ID",
664
- "description": "The webhook ID is a part of the URL endpoint",
665
- "optional": false,
666
- "constraints": {
667
- "notEmpty": true
668
- },
669
- "group": "endpoint",
670
- "binding": {
671
- "name": "inbound.context",
672
- "type": "zeebe:property"
673
- },
674
- "type": "String"
675
- },
676
- {
677
- "id": "inbound.slackSigningSecret",
678
- "label": "Slack signing secret",
679
- "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",
680
- "optional": false,
681
- "constraints": {
682
- "notEmpty": true
683
- },
684
- "group": "endpoint",
685
- "binding": {
686
- "name": "inbound.slackSigningSecret",
687
- "type": "zeebe:property"
688
- },
689
- "type": "String"
690
- },
691
- {
692
- "id": "inbound.verificationExpression",
693
- "label": "Verification expression",
694
- "optional": true,
695
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
696
- "group": "endpoint",
697
- "binding": {
698
- "name": "inbound.verificationExpression",
699
- "type": "zeebe:property"
700
- },
701
- "type": "Hidden"
702
- },
703
- {
704
- "id": "activationCondition",
705
- "label": "Activation condition",
706
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
707
- "optional": true,
708
- "feel": "required",
709
- "group": "activation",
710
- "binding": {
711
- "name": "activationCondition",
712
- "type": "zeebe:property"
713
- },
714
- "type": "String"
715
- },
716
- {
717
- "id": "consumeUnmatchedEvents",
718
- "label": "Consume unmatched events",
719
- "value": true,
720
- "group": "activation",
721
- "binding": {
722
- "name": "consumeUnmatchedEvents",
723
- "type": "zeebe:property"
724
- },
725
- "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",
726
- "type": "Boolean"
727
- },
728
- {
729
- "id": "deduplicationModeManualFlag",
730
- "label": "Manual mode",
731
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
732
- "value": false,
733
- "group": "deduplication",
734
- "binding": {
735
- "name": "deduplicationModeManualFlag",
736
- "type": "zeebe:property"
737
- },
738
- "type": "Boolean"
739
- },
740
- {
741
- "id": "deduplicationId",
742
- "label": "Deduplication ID",
743
- "constraints": {
744
- "notEmpty": true,
745
- "pattern": {
746
- "value": "^[a-zA-Z0-9_-]+$",
747
- "message": "can only contain alphanumeric characters, dashes, and underscores"
748
- }
749
- },
750
- "group": "deduplication",
751
- "binding": {
752
- "name": "deduplicationId",
753
- "type": "zeebe:property"
754
- },
755
- "condition": {
756
- "property": "deduplicationModeManualFlag",
757
- "equals": true,
758
- "type": "simple"
759
- },
760
- "type": "String"
761
- },
762
- {
763
- "id": "deduplicationModeManual",
764
- "value": "MANUAL",
765
- "group": "deduplication",
766
- "binding": {
767
- "name": "deduplicationMode",
768
- "type": "zeebe:property"
769
- },
770
- "condition": {
771
- "property": "deduplicationId",
772
- "isActive": true,
773
- "type": "simple"
774
- },
775
- "type": "Hidden"
776
- },
777
- {
778
- "id": "deduplicationModeAuto",
779
- "value": "AUTO",
780
- "group": "deduplication",
781
- "binding": {
782
- "name": "deduplicationMode",
783
- "type": "zeebe:property"
784
- },
785
- "condition": {
786
- "property": "deduplicationId",
787
- "isActive": false,
788
- "type": "simple"
789
- },
790
- "type": "Hidden"
791
- },
792
- {
793
- "id": "resultVariable",
794
- "label": "Result variable",
795
- "description": "Name of variable to store the response in",
796
- "group": "output",
797
- "binding": {
798
- "name": "resultVariable",
799
- "type": "zeebe:property"
800
- },
801
- "type": "String"
802
- },
803
- {
804
- "id": "resultExpression",
805
- "label": "Result expression",
806
- "description": "Expression to map the response into process variables",
807
- "feel": "required",
808
- "group": "output",
809
- "binding": {
810
- "name": "resultExpression",
811
- "type": "zeebe:property"
812
- },
813
- "type": "Text"
814
- }
815
- ],
816
- "icon": {
817
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
818
- }
819
824
  }
820
825
  ]