@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,8 +4,8 @@
4
4
  "name": "Slack Webhook Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
6
6
  "description": "Receive events from Slack",
7
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
8
- "version": 5,
7
+ "version": 1,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -25,183 +25,141 @@
25
25
  "label": "Activation"
26
26
  },
27
27
  {
28
- "id": "correlation",
29
- "label": "Correlation",
30
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
31
- },
32
- {
33
- "id": "output",
34
- "label": "Output mapping"
28
+ "id": "variable-mapping",
29
+ "label": "Variable mapping"
35
30
  }
36
31
  ],
37
32
  "properties": [
38
33
  {
34
+ "type": "Hidden",
39
35
  "value": "io.camunda:slack-webhook:1",
40
36
  "binding": {
41
- "name": "inbound.type",
42
- "type": "zeebe:property"
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"
43
53
  },
44
- "type": "Hidden"
54
+ "binding": {
55
+ "type": "bpmn:Message#property",
56
+ "name": "name"
57
+ }
45
58
  },
46
59
  {
47
- "id": "inbound.context",
48
60
  "label": "Webhook ID",
49
- "description": "The webhook ID is a part of the URL endpoint",
50
- "optional": false,
51
- "constraints": {
52
- "notEmpty": true
53
- },
61
+ "type": "String",
54
62
  "group": "endpoint",
55
63
  "binding": {
56
- "name": "inbound.context",
57
- "type": "zeebe:property"
64
+ "type": "zeebe:property",
65
+ "name": "inbound.context"
58
66
  },
59
- "type": "String"
67
+ "description": "The webhook ID is a part of the URL endpoint",
68
+ "constraints": {
69
+ "notEmpty": true
70
+ }
60
71
  },
61
72
  {
62
- "id": "inbound.slackSigningSecret",
63
73
  "label": "Slack signing secret",
64
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",
65
- "optional": false,
66
- "constraints": {
67
- "notEmpty": true
68
- },
75
+ "type": "String",
69
76
  "group": "endpoint",
77
+ "feel": "optional",
70
78
  "binding": {
71
- "name": "inbound.slackSigningSecret",
72
- "type": "zeebe:property"
79
+ "type": "zeebe:property",
80
+ "name": "inbound.slackSigningSecret"
73
81
  },
74
- "type": "String"
82
+ "constraints": {
83
+ "notEmpty": true
84
+ }
75
85
  },
76
86
  {
77
- "id": "inbound.verificationExpression",
78
- "label": "Verification expression",
79
- "optional": true,
87
+ "type": "Hidden",
80
88
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
81
- "group": "endpoint",
82
89
  "binding": {
83
- "name": "inbound.verificationExpression",
84
- "type": "zeebe:property"
85
- },
86
- "type": "Hidden"
90
+ "type": "zeebe:property",
91
+ "name": "inbound.verificationExpression"
92
+ }
87
93
  },
88
94
  {
89
- "id": "activationCondition",
90
- "label": "Activation condition",
91
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
92
- "optional": true,
93
- "feel": "required",
95
+ "label": "Correlation key (process)",
96
+ "type": "String",
94
97
  "group": "activation",
98
+ "feel": "required",
99
+ "description": "Sets up the correlation key from process variables",
95
100
  "binding": {
96
- "name": "activationCondition",
97
- "type": "zeebe:property"
101
+ "type": "bpmn:Message#zeebe:subscription#property",
102
+ "name": "correlationKey"
98
103
  },
99
- "type": "String"
100
- },
101
- {
102
- "id": "correlationKeyProcess",
103
- "label": "Correlation key (process)",
104
- "description": "Sets up the correlation key from process variables",
105
104
  "constraints": {
106
105
  "notEmpty": true
107
- },
108
- "feel": "required",
109
- "group": "correlation",
110
- "binding": {
111
- "name": "correlationKey",
112
- "type": "bpmn:Message#zeebe:subscription#property"
113
- },
114
- "type": "String"
106
+ }
115
107
  },
116
108
  {
117
- "id": "correlationKeyPayload",
118
109
  "label": "Correlation key (payload)",
119
- "description": "Extracts the correlation key from the incoming message payload",
120
- "constraints": {
121
- "notEmpty": true
122
- },
110
+ "type": "String",
111
+ "group": "activation",
123
112
  "feel": "required",
124
- "group": "correlation",
125
113
  "binding": {
126
- "name": "correlationKeyExpression",
127
- "type": "zeebe:property"
114
+ "type": "zeebe:property",
115
+ "name": "correlationKeyExpression"
128
116
  },
129
- "type": "String"
117
+ "description": "Extracts the correlation key from the incoming message payload",
118
+ "constraints": {
119
+ "notEmpty": true
120
+ }
130
121
  },
131
122
  {
132
- "id": "messageIdExpression",
133
- "label": "Message ID expression",
134
- "description": "Expression to extract unique identifier of a message",
135
- "optional": true,
123
+ "label": "Condition",
124
+ "type": "String",
125
+ "group": "activation",
136
126
  "feel": "required",
137
- "group": "correlation",
138
- "binding": {
139
- "name": "messageIdExpression",
140
- "type": "zeebe:property"
141
- },
142
- "type": "String"
143
- },
144
- {
145
- "id": "messageTtl",
146
- "label": "Message TTL",
147
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
148
127
  "optional": true,
149
- "constraints": {
150
- "notEmpty": false,
151
- "pattern": {
152
- "value": "^(PT.*|)$",
153
- "message": "must be an ISO-8601 duration"
154
- }
155
- },
156
- "feel": "optional",
157
- "group": "correlation",
158
128
  "binding": {
159
- "name": "messageTtl",
160
- "type": "zeebe:property"
161
- },
162
- "type": "String"
163
- },
164
- {
165
- "id": "messageNameUuid",
166
- "generatedValue": {
167
- "type": "uuid"
168
- },
169
- "group": "correlation",
170
- "binding": {
171
- "name": "name",
172
- "type": "bpmn:Message#property"
129
+ "type": "zeebe:property",
130
+ "name": "activationCondition"
173
131
  },
174
- "type": "Hidden"
132
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
175
133
  },
176
134
  {
177
- "id": "resultVariable",
178
135
  "label": "Result variable",
179
- "description": "Name of variable to store the response in",
180
- "group": "output",
136
+ "type": "String",
137
+ "group": "variable-mapping",
138
+ "optional": true,
181
139
  "binding": {
182
- "name": "resultVariable",
183
- "type": "zeebe:property"
140
+ "type": "zeebe:property",
141
+ "name": "resultVariable"
184
142
  },
185
- "type": "String"
143
+ "description": "Name of variable to store the result of the connector in"
186
144
  },
187
145
  {
188
- "id": "resultExpression",
189
146
  "label": "Result expression",
190
- "description": "Expression to map the response into process variables",
147
+ "type": "String",
148
+ "group": "variable-mapping",
191
149
  "feel": "required",
192
- "group": "output",
150
+ "optional": true,
193
151
  "binding": {
194
- "name": "resultExpression",
195
- "type": "zeebe:property"
152
+ "type": "zeebe:property",
153
+ "name": "resultExpression"
196
154
  },
197
- "type": "Text"
155
+ "description": "Expression to map the inbound payload to process variables"
198
156
  }
199
157
  ],
200
158
  "icon": {
201
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
159
+ "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"
202
160
  },
203
161
  "engines": {
204
- "camunda": "^8.5"
162
+ "camunda": "^8.4"
205
163
  }
206
164
  },
207
165
  {
@@ -209,11 +167,8 @@
209
167
  "name": "Slack Webhook Boundary Event Connector",
210
168
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
211
169
  "description": "Receive events from Slack",
212
- "metadata": {
213
- "keywords": []
214
- },
215
170
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
216
- "version": 6,
171
+ "version": 5,
217
172
  "category": {
218
173
  "id": "connectors",
219
174
  "name": "Connectors"
@@ -405,11 +360,11 @@
405
360
  "type": "Text"
406
361
  }
407
362
  ],
408
- "engines": {
409
- "camunda": "^8.3"
410
- },
411
363
  "icon": {
412
364
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
365
+ },
366
+ "engines": {
367
+ "camunda": "^8.5"
413
368
  }
414
369
  },
415
370
  {
@@ -417,8 +372,8 @@
417
372
  "name": "Slack Webhook Boundary Event Connector",
418
373
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
419
374
  "description": "Receive events from Slack",
420
- "version": 1,
421
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
375
+ "version": 2,
376
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
422
377
  "category": {
423
378
  "id": "connectors",
424
379
  "name": "Connectors"
@@ -532,6 +487,18 @@
532
487
  "notEmpty": true
533
488
  }
534
489
  },
490
+ {
491
+ "label": "Message ID expression",
492
+ "feel": "required",
493
+ "type": "String",
494
+ "optional": true,
495
+ "group": "activation",
496
+ "binding": {
497
+ "type": "zeebe:property",
498
+ "name": "messageIdExpression"
499
+ },
500
+ "description": "Expression to extract unique identifier of a message"
501
+ },
535
502
  {
536
503
  "label": "Condition",
537
504
  "type": "String",
@@ -580,8 +547,11 @@
580
547
  "name": "Slack Webhook Boundary Event Connector",
581
548
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
582
549
  "description": "Receive events from Slack",
583
- "version": 2,
550
+ "metadata": {
551
+ "keywords": []
552
+ },
584
553
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
554
+ "version": 6,
585
555
  "category": {
586
556
  "id": "connectors",
587
557
  "name": "Connectors"
@@ -601,153 +571,183 @@
601
571
  "label": "Activation"
602
572
  },
603
573
  {
604
- "id": "variable-mapping",
605
- "label": "Variable mapping"
574
+ "id": "correlation",
575
+ "label": "Correlation",
576
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
577
+ },
578
+ {
579
+ "id": "output",
580
+ "label": "Output mapping"
606
581
  }
607
582
  ],
608
583
  "properties": [
609
584
  {
610
- "type": "Hidden",
611
585
  "value": "io.camunda:slack-webhook:1",
612
586
  "binding": {
613
- "type": "zeebe:property",
614
- "name": "inbound.type"
615
- }
616
- },
617
- {
618
- "type": "Hidden",
619
- "value": "SlackEventsWebhook",
620
- "binding": {
621
- "type": "zeebe:property",
622
- "name": "inbound.subtype"
623
- }
624
- },
625
- {
626
- "type": "Hidden",
627
- "generatedValue": {
628
- "type": "uuid"
587
+ "name": "inbound.type",
588
+ "type": "zeebe:property"
629
589
  },
630
- "binding": {
631
- "type": "bpmn:Message#property",
632
- "name": "name"
633
- }
590
+ "type": "Hidden"
634
591
  },
635
592
  {
593
+ "id": "inbound.context",
636
594
  "label": "Webhook ID",
637
- "type": "String",
638
- "group": "endpoint",
639
- "binding": {
640
- "type": "zeebe:property",
641
- "name": "inbound.context"
642
- },
643
595
  "description": "The webhook ID is a part of the URL endpoint",
596
+ "optional": false,
644
597
  "constraints": {
645
598
  "notEmpty": true
646
- }
599
+ },
600
+ "group": "endpoint",
601
+ "binding": {
602
+ "name": "inbound.context",
603
+ "type": "zeebe:property"
604
+ },
605
+ "type": "String"
647
606
  },
648
607
  {
608
+ "id": "inbound.slackSigningSecret",
649
609
  "label": "Slack signing secret",
650
610
  "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
651
- "type": "String",
611
+ "optional": false,
612
+ "constraints": {
613
+ "notEmpty": true
614
+ },
652
615
  "group": "endpoint",
653
- "feel": "optional",
654
616
  "binding": {
655
- "type": "zeebe:property",
656
- "name": "inbound.slackSigningSecret"
617
+ "name": "inbound.slackSigningSecret",
618
+ "type": "zeebe:property"
657
619
  },
658
- "constraints": {
659
- "notEmpty": true
660
- }
620
+ "type": "String"
661
621
  },
662
622
  {
663
- "type": "Hidden",
623
+ "id": "inbound.verificationExpression",
624
+ "label": "Verification expression",
625
+ "optional": true,
664
626
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
627
+ "group": "endpoint",
665
628
  "binding": {
666
- "type": "zeebe:property",
667
- "name": "inbound.verificationExpression"
668
- }
629
+ "name": "inbound.verificationExpression",
630
+ "type": "zeebe:property"
631
+ },
632
+ "type": "Hidden"
669
633
  },
670
634
  {
671
- "label": "Correlation key (process)",
672
- "type": "String",
673
- "group": "activation",
635
+ "id": "activationCondition",
636
+ "label": "Activation condition",
637
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
638
+ "optional": true,
674
639
  "feel": "required",
675
- "description": "Sets up the correlation key from process variables",
640
+ "group": "activation",
676
641
  "binding": {
677
- "type": "bpmn:Message#zeebe:subscription#property",
678
- "name": "correlationKey"
642
+ "name": "activationCondition",
643
+ "type": "zeebe:property"
679
644
  },
680
- "constraints": {
681
- "notEmpty": true
682
- }
645
+ "type": "String"
683
646
  },
684
647
  {
685
- "label": "Correlation key (payload)",
686
- "type": "String",
687
- "group": "activation",
648
+ "id": "correlationKeyProcess",
649
+ "label": "Correlation key (process)",
650
+ "description": "Sets up the correlation key from process variables",
651
+ "constraints": {
652
+ "notEmpty": true
653
+ },
688
654
  "feel": "required",
655
+ "group": "correlation",
689
656
  "binding": {
690
- "type": "zeebe:property",
691
- "name": "correlationKeyExpression"
657
+ "name": "correlationKey",
658
+ "type": "bpmn:Message#zeebe:subscription#property"
692
659
  },
660
+ "type": "String"
661
+ },
662
+ {
663
+ "id": "correlationKeyPayload",
664
+ "label": "Correlation key (payload)",
693
665
  "description": "Extracts the correlation key from the incoming message payload",
694
666
  "constraints": {
695
667
  "notEmpty": true
696
- }
668
+ },
669
+ "feel": "required",
670
+ "group": "correlation",
671
+ "binding": {
672
+ "name": "correlationKeyExpression",
673
+ "type": "zeebe:property"
674
+ },
675
+ "type": "String"
697
676
  },
698
677
  {
678
+ "id": "messageIdExpression",
699
679
  "label": "Message ID expression",
700
- "feel": "required",
701
- "type": "String",
680
+ "description": "Expression to extract unique identifier of a message",
702
681
  "optional": true,
703
- "group": "activation",
682
+ "feel": "required",
683
+ "group": "correlation",
704
684
  "binding": {
705
- "type": "zeebe:property",
706
- "name": "messageIdExpression"
685
+ "name": "messageIdExpression",
686
+ "type": "zeebe:property"
707
687
  },
708
- "description": "Expression to extract unique identifier of a message"
688
+ "type": "String"
709
689
  },
710
690
  {
711
- "label": "Condition",
712
- "type": "String",
713
- "group": "activation",
714
- "feel": "required",
691
+ "id": "messageTtl",
692
+ "label": "Message TTL",
693
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
715
694
  "optional": true,
695
+ "constraints": {
696
+ "notEmpty": false,
697
+ "pattern": {
698
+ "value": "^(PT.*|)$",
699
+ "message": "must be an ISO-8601 duration"
700
+ }
701
+ },
702
+ "feel": "optional",
703
+ "group": "correlation",
716
704
  "binding": {
717
- "type": "zeebe:property",
718
- "name": "activationCondition"
705
+ "name": "messageTtl",
706
+ "type": "zeebe:property"
719
707
  },
720
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
708
+ "type": "String"
721
709
  },
722
710
  {
711
+ "id": "messageNameUuid",
712
+ "generatedValue": {
713
+ "type": "uuid"
714
+ },
715
+ "group": "correlation",
716
+ "binding": {
717
+ "name": "name",
718
+ "type": "bpmn:Message#property"
719
+ },
720
+ "type": "Hidden"
721
+ },
722
+ {
723
+ "id": "resultVariable",
723
724
  "label": "Result variable",
724
- "type": "String",
725
- "group": "variable-mapping",
726
- "optional": true,
725
+ "description": "Name of variable to store the response in",
726
+ "group": "output",
727
727
  "binding": {
728
- "type": "zeebe:property",
729
- "name": "resultVariable"
728
+ "name": "resultVariable",
729
+ "type": "zeebe:property"
730
730
  },
731
- "description": "Name of variable to store the result of the connector in"
731
+ "type": "String"
732
732
  },
733
733
  {
734
+ "id": "resultExpression",
734
735
  "label": "Result expression",
735
- "type": "String",
736
- "group": "variable-mapping",
736
+ "description": "Expression to map the response into process variables",
737
737
  "feel": "required",
738
- "optional": true,
738
+ "group": "output",
739
739
  "binding": {
740
- "type": "zeebe:property",
741
- "name": "resultExpression"
740
+ "name": "resultExpression",
741
+ "type": "zeebe:property"
742
742
  },
743
- "description": "Expression to map the inbound payload to process variables"
743
+ "type": "Text"
744
744
  }
745
745
  ],
746
- "icon": {
747
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
748
- },
749
746
  "engines": {
750
- "camunda": "^8.4"
747
+ "camunda": "^8.3"
748
+ },
749
+ "icon": {
750
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
751
751
  }
752
752
  },
753
753
  {