@camunda/connectors-element-templates 1.0.3 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -4,166 +4,8 @@
4
4
  "name": "Slack Webhook Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
6
6
  "description": "Receive events from Slack",
7
- "version": 2,
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
9
- "category": {
10
- "id": "connectors",
11
- "name": "Connectors"
12
- },
13
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
14
- "elementType": {
15
- "value": "bpmn:IntermediateCatchEvent",
16
- "eventDefinition": "bpmn:MessageEventDefinition"
17
- },
18
- "groups": [
19
- {
20
- "id": "endpoint",
21
- "label": "Webhook configuration"
22
- },
23
- {
24
- "id": "activation",
25
- "label": "Activation"
26
- },
27
- {
28
- "id": "variable-mapping",
29
- "label": "Variable mapping"
30
- }
31
- ],
32
- "properties": [
33
- {
34
- "type": "Hidden",
35
- "value": "io.camunda:slack-webhook:1",
36
- "binding": {
37
- "type": "zeebe:property",
38
- "name": "inbound.type"
39
- }
40
- },
41
- {
42
- "type": "Hidden",
43
- "value": "SlackEventsWebhook",
44
- "binding": {
45
- "type": "zeebe:property",
46
- "name": "inbound.subtype"
47
- }
48
- },
49
- {
50
- "type": "Hidden",
51
- "generatedValue": {
52
- "type": "uuid"
53
- },
54
- "binding": {
55
- "type": "bpmn:Message#property",
56
- "name": "name"
57
- }
58
- },
59
- {
60
- "label": "Webhook ID",
61
- "type": "String",
62
- "group": "endpoint",
63
- "binding": {
64
- "type": "zeebe:property",
65
- "name": "inbound.context"
66
- },
67
- "description": "The webhook ID is a part of the URL endpoint",
68
- "constraints": {
69
- "notEmpty": true
70
- }
71
- },
72
- {
73
- "label": "Slack signing secret",
74
- "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",
75
- "type": "String",
76
- "group": "endpoint",
77
- "feel": "optional",
78
- "binding": {
79
- "type": "zeebe:property",
80
- "name": "inbound.slackSigningSecret"
81
- },
82
- "constraints": {
83
- "notEmpty": true
84
- }
85
- },
86
- {
87
- "label": "Correlation key (process)",
88
- "type": "String",
89
- "group": "activation",
90
- "feel": "required",
91
- "description": "Sets up the correlation key from process variables",
92
- "binding": {
93
- "type": "bpmn:Message#zeebe:subscription#property",
94
- "name": "correlationKey"
95
- },
96
- "constraints": {
97
- "notEmpty": true
98
- }
99
- },
100
- {
101
- "label": "Correlation key (payload)",
102
- "type": "String",
103
- "group": "activation",
104
- "feel": "required",
105
- "binding": {
106
- "type": "zeebe:property",
107
- "name": "correlationKeyExpression"
108
- },
109
- "description": "Extracts the correlation key from the incoming message payload",
110
- "constraints": {
111
- "notEmpty": true
112
- }
113
- },
114
- {
115
- "label": "Condition",
116
- "type": "String",
117
- "group": "activation",
118
- "feel": "required",
119
- "optional": true,
120
- "binding": {
121
- "type": "zeebe:property",
122
- "name": "activationCondition"
123
- },
124
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
125
- },
126
- {
127
- "label": "Result variable",
128
- "type": "String",
129
- "group": "variable-mapping",
130
- "optional": true,
131
- "binding": {
132
- "type": "zeebe:property",
133
- "name": "resultVariable"
134
- },
135
- "description": "Name of variable to store the result of the connector in"
136
- },
137
- {
138
- "label": "Result expression",
139
- "type": "String",
140
- "group": "variable-mapping",
141
- "feel": "required",
142
- "optional": true,
143
- "binding": {
144
- "type": "zeebe:property",
145
- "name": "resultExpression"
146
- },
147
- "description": "Expression to map the inbound payload to process variables"
148
- }
149
- ],
150
- "icon": {
151
- "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"
152
- },
153
- "engines": {
154
- "camunda": "^8.2"
155
- }
156
- },
157
- {
158
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
159
- "name": "Slack Webhook Intermediate Catch Event Connector",
160
- "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
161
- "description": "Receive events from Slack",
162
- "metadata": {
163
- "keywords": []
164
- },
165
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
166
- "version": 6,
8
+ "version": 5,
167
9
  "category": {
168
10
  "id": "connectors",
169
11
  "name": "Connectors"
@@ -355,19 +197,19 @@
355
197
  "type": "Text"
356
198
  }
357
199
  ],
358
- "engines": {
359
- "camunda": "^8.3"
360
- },
361
200
  "icon": {
362
201
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
202
+ },
203
+ "engines": {
204
+ "camunda": "^8.5"
363
205
  }
364
206
  },
365
207
  {
366
208
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
367
- "name": "Slack Webhook Intermediate Catch Event Connector",
209
+ "name": "Slack Webhook",
368
210
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
369
211
  "description": "Receive events from Slack",
370
- "version": 3,
212
+ "version": 1,
371
213
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
372
214
  "category": {
373
215
  "id": "connectors",
@@ -446,14 +288,6 @@
446
288
  "notEmpty": true
447
289
  }
448
290
  },
449
- {
450
- "type": "Hidden",
451
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
452
- "binding": {
453
- "type": "zeebe:property",
454
- "name": "inbound.verificationExpression"
455
- }
456
- },
457
291
  {
458
292
  "label": "Correlation key (process)",
459
293
  "type": "String",
@@ -522,7 +356,7 @@
522
356
  "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"
523
357
  },
524
358
  "engines": {
525
- "camunda": "^8.4"
359
+ "camunda": "^8.2"
526
360
  }
527
361
  },
528
362
  {
@@ -530,8 +364,11 @@
530
364
  "name": "Slack Webhook Intermediate Catch Event Connector",
531
365
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
532
366
  "description": "Receive events from Slack",
367
+ "metadata": {
368
+ "keywords": []
369
+ },
533
370
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
534
- "version": 5,
371
+ "version": 6,
535
372
  "category": {
536
373
  "id": "connectors",
537
374
  "name": "Connectors"
@@ -723,11 +560,166 @@
723
560
  "type": "Text"
724
561
  }
725
562
  ],
563
+ "engines": {
564
+ "camunda": "^8.3"
565
+ },
726
566
  "icon": {
727
567
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
568
+ }
569
+ },
570
+ {
571
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
572
+ "name": "Slack Webhook Intermediate Catch Event Connector",
573
+ "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
574
+ "description": "Receive events from Slack",
575
+ "version": 2,
576
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
577
+ "category": {
578
+ "id": "connectors",
579
+ "name": "Connectors"
580
+ },
581
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
582
+ "elementType": {
583
+ "value": "bpmn:IntermediateCatchEvent",
584
+ "eventDefinition": "bpmn:MessageEventDefinition"
585
+ },
586
+ "groups": [
587
+ {
588
+ "id": "endpoint",
589
+ "label": "Webhook configuration"
590
+ },
591
+ {
592
+ "id": "activation",
593
+ "label": "Activation"
594
+ },
595
+ {
596
+ "id": "variable-mapping",
597
+ "label": "Variable mapping"
598
+ }
599
+ ],
600
+ "properties": [
601
+ {
602
+ "type": "Hidden",
603
+ "value": "io.camunda:slack-webhook:1",
604
+ "binding": {
605
+ "type": "zeebe:property",
606
+ "name": "inbound.type"
607
+ }
608
+ },
609
+ {
610
+ "type": "Hidden",
611
+ "value": "SlackEventsWebhook",
612
+ "binding": {
613
+ "type": "zeebe:property",
614
+ "name": "inbound.subtype"
615
+ }
616
+ },
617
+ {
618
+ "type": "Hidden",
619
+ "generatedValue": {
620
+ "type": "uuid"
621
+ },
622
+ "binding": {
623
+ "type": "bpmn:Message#property",
624
+ "name": "name"
625
+ }
626
+ },
627
+ {
628
+ "label": "Webhook ID",
629
+ "type": "String",
630
+ "group": "endpoint",
631
+ "binding": {
632
+ "type": "zeebe:property",
633
+ "name": "inbound.context"
634
+ },
635
+ "description": "The webhook ID is a part of the URL endpoint",
636
+ "constraints": {
637
+ "notEmpty": true
638
+ }
639
+ },
640
+ {
641
+ "label": "Slack signing secret",
642
+ "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",
643
+ "type": "String",
644
+ "group": "endpoint",
645
+ "feel": "optional",
646
+ "binding": {
647
+ "type": "zeebe:property",
648
+ "name": "inbound.slackSigningSecret"
649
+ },
650
+ "constraints": {
651
+ "notEmpty": true
652
+ }
653
+ },
654
+ {
655
+ "label": "Correlation key (process)",
656
+ "type": "String",
657
+ "group": "activation",
658
+ "feel": "required",
659
+ "description": "Sets up the correlation key from process variables",
660
+ "binding": {
661
+ "type": "bpmn:Message#zeebe:subscription#property",
662
+ "name": "correlationKey"
663
+ },
664
+ "constraints": {
665
+ "notEmpty": true
666
+ }
667
+ },
668
+ {
669
+ "label": "Correlation key (payload)",
670
+ "type": "String",
671
+ "group": "activation",
672
+ "feel": "required",
673
+ "binding": {
674
+ "type": "zeebe:property",
675
+ "name": "correlationKeyExpression"
676
+ },
677
+ "description": "Extracts the correlation key from the incoming message payload",
678
+ "constraints": {
679
+ "notEmpty": true
680
+ }
681
+ },
682
+ {
683
+ "label": "Condition",
684
+ "type": "String",
685
+ "group": "activation",
686
+ "feel": "required",
687
+ "optional": true,
688
+ "binding": {
689
+ "type": "zeebe:property",
690
+ "name": "activationCondition"
691
+ },
692
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
693
+ },
694
+ {
695
+ "label": "Result variable",
696
+ "type": "String",
697
+ "group": "variable-mapping",
698
+ "optional": true,
699
+ "binding": {
700
+ "type": "zeebe:property",
701
+ "name": "resultVariable"
702
+ },
703
+ "description": "Name of variable to store the result of the connector in"
704
+ },
705
+ {
706
+ "label": "Result expression",
707
+ "type": "String",
708
+ "group": "variable-mapping",
709
+ "feel": "required",
710
+ "optional": true,
711
+ "binding": {
712
+ "type": "zeebe:property",
713
+ "name": "resultExpression"
714
+ },
715
+ "description": "Expression to map the inbound payload to process variables"
716
+ }
717
+ ],
718
+ "icon": {
719
+ "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"
728
720
  },
729
721
  "engines": {
730
- "camunda": "^8.5"
722
+ "camunda": "^8.2"
731
723
  }
732
724
  },
733
725
  {
@@ -907,10 +899,10 @@
907
899
  },
908
900
  {
909
901
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
910
- "name": "Slack Webhook",
902
+ "name": "Slack Webhook Intermediate Catch Event Connector",
911
903
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
912
904
  "description": "Receive events from Slack",
913
- "version": 1,
905
+ "version": 3,
914
906
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
915
907
  "category": {
916
908
  "id": "connectors",
@@ -989,6 +981,14 @@
989
981
  "notEmpty": true
990
982
  }
991
983
  },
984
+ {
985
+ "type": "Hidden",
986
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
987
+ "binding": {
988
+ "type": "zeebe:property",
989
+ "name": "inbound.verificationExpression"
990
+ }
991
+ },
992
992
  {
993
993
  "label": "Correlation key (process)",
994
994
  "type": "String",
@@ -1057,7 +1057,7 @@
1057
1057
  "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"
1058
1058
  },
1059
1059
  "engines": {
1060
- "camunda": "^8.2"
1060
+ "camunda": "^8.4"
1061
1061
  }
1062
1062
  },
1063
1063
  {