@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -4,16 +4,30 @@
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": 2,
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
7
+ "keywords": [
8
+ "message received",
9
+ "event received",
10
+ "channel event",
11
+ "webhook",
12
+ "messaging",
13
+ "new message"
14
+ ],
15
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
16
+ "version": 7,
9
17
  "category": {
10
18
  "id": "connectors",
11
19
  "name": "Connectors"
12
20
  },
21
+ "deprecated": {
22
+ "message": "Migrate to Webhook Message Start Event Connector"
23
+ },
13
24
  "appliesTo": ["bpmn:StartEvent"],
14
25
  "elementType": {
15
26
  "value": "bpmn:StartEvent"
16
27
  },
28
+ "engines": {
29
+ "camunda": "^8.3"
30
+ },
17
31
  "groups": [
18
32
  {
19
33
  "id": "endpoint",
@@ -24,95 +38,181 @@
24
38
  "label": "Activation"
25
39
  },
26
40
  {
27
- "id": "variable-mapping",
28
- "label": "Variable mapping"
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"
29
48
  }
30
49
  ],
31
50
  "properties": [
32
51
  {
33
- "type": "Hidden",
34
52
  "value": "io.camunda:slack-webhook:1",
35
53
  "binding": {
36
- "type": "zeebe:property",
37
- "name": "inbound.type"
38
- }
39
- },
40
- {
41
- "type": "Hidden",
42
- "value": "SlackEventsWebhook",
43
- "binding": {
44
- "type": "zeebe:property",
45
- "name": "inbound.subtype"
46
- }
54
+ "name": "inbound.type",
55
+ "type": "zeebe:property"
56
+ },
57
+ "type": "Hidden"
47
58
  },
48
59
  {
60
+ "id": "inbound.context",
49
61
  "label": "Webhook ID",
50
- "type": "String",
51
- "group": "endpoint",
52
- "binding": {
53
- "type": "zeebe:property",
54
- "name": "inbound.context"
55
- },
56
62
  "description": "The webhook ID is a part of the URL endpoint",
63
+ "optional": false,
57
64
  "constraints": {
58
65
  "notEmpty": true
59
- }
66
+ },
67
+ "group": "endpoint",
68
+ "binding": {
69
+ "name": "inbound.context",
70
+ "type": "zeebe:property"
71
+ },
72
+ "type": "String"
60
73
  },
61
74
  {
75
+ "id": "inbound.slackSigningSecret",
62
76
  "label": "Slack signing secret",
63
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",
64
- "type": "String",
78
+ "optional": false,
79
+ "constraints": {
80
+ "notEmpty": true
81
+ },
65
82
  "group": "endpoint",
66
- "feel": "optional",
67
83
  "binding": {
68
- "type": "zeebe:property",
69
- "name": "inbound.slackSigningSecret"
84
+ "name": "inbound.slackSigningSecret",
85
+ "type": "zeebe:property"
70
86
  },
71
- "constraints": {
72
- "notEmpty": true
73
- }
87
+ "type": "String"
74
88
  },
75
89
  {
76
- "label": "Condition",
77
- "type": "String",
78
- "group": "activation",
79
- "feel": "required",
90
+ "id": "inbound.verificationExpression",
91
+ "label": "Verification expression",
80
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",
81
95
  "binding": {
82
- "type": "zeebe:property",
83
- "name": "activationCondition"
96
+ "name": "inbound.verificationExpression",
97
+ "type": "zeebe:property"
84
98
  },
85
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
99
+ "type": "Hidden"
86
100
  },
87
101
  {
88
- "label": "Result variable",
89
- "type": "String",
90
- "group": "variable-mapping",
102
+ "id": "activationCondition",
103
+ "label": "Activation condition",
104
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
91
105
  "optional": true,
106
+ "feel": "required",
107
+ "group": "activation",
92
108
  "binding": {
93
- "type": "zeebe:property",
94
- "name": "resultVariable"
109
+ "name": "activationCondition",
110
+ "type": "zeebe:property"
95
111
  },
96
- "description": "Name of variable to store the result of the connector in"
112
+ "type": "String"
97
113
  },
98
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",
99
203
  "label": "Result expression",
100
- "type": "String",
101
- "group": "variable-mapping",
204
+ "description": "Expression to map the response into process variables",
102
205
  "feel": "required",
103
- "optional": true,
206
+ "group": "output",
104
207
  "binding": {
105
- "type": "zeebe:property",
106
- "name": "resultExpression"
208
+ "name": "resultExpression",
209
+ "type": "zeebe:property"
107
210
  },
108
- "description": "Expression to map the inbound payload to process variables"
211
+ "type": "Text"
109
212
  }
110
213
  ],
111
214
  "icon": {
112
- "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"
113
- },
114
- "engines": {
115
- "camunda": "^8.2"
215
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
116
216
  }
117
217
  },
118
218
  {
@@ -244,11 +344,11 @@
244
344
  },
245
345
  {
246
346
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
247
- "name": "Slack Webhook Start Event Connector",
347
+ "name": "Slack Webhook",
248
348
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
249
349
  "description": "Receive events from Slack",
250
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
251
- "version": 5,
350
+ "version": 1,
351
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
252
352
  "category": {
253
353
  "id": "connectors",
254
354
  "name": "Connectors"
@@ -267,111 +367,103 @@
267
367
  "label": "Activation"
268
368
  },
269
369
  {
270
- "id": "output",
271
- "label": "Output mapping"
370
+ "id": "variable-mapping",
371
+ "label": "Variable mapping"
272
372
  }
273
373
  ],
274
374
  "properties": [
275
375
  {
376
+ "type": "Hidden",
276
377
  "value": "io.camunda:slack-webhook:1",
277
378
  "binding": {
278
- "name": "inbound.type",
279
- "type": "zeebe:property"
280
- },
281
- "type": "Hidden"
379
+ "type": "zeebe:property",
380
+ "name": "inbound.type"
381
+ }
282
382
  },
283
383
  {
284
- "id": "inbound.context",
285
- "label": "Webhook ID",
286
- "description": "The webhook ID is a part of the URL endpoint",
287
- "optional": false,
288
- "constraints": {
289
- "notEmpty": true
290
- },
291
- "group": "endpoint",
384
+ "type": "Hidden",
385
+ "value": "SlackEventsWebhook",
292
386
  "binding": {
293
- "name": "inbound.context",
294
- "type": "zeebe:property"
295
- },
296
- "type": "String"
387
+ "type": "zeebe:property",
388
+ "name": "inbound.subtype"
389
+ }
297
390
  },
298
391
  {
299
- "id": "inbound.slackSigningSecret",
300
- "label": "Slack signing secret",
301
- "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",
302
- "optional": false,
303
- "constraints": {
304
- "notEmpty": true
305
- },
392
+ "label": "Webhook ID",
393
+ "type": "String",
306
394
  "group": "endpoint",
307
395
  "binding": {
308
- "name": "inbound.slackSigningSecret",
309
- "type": "zeebe:property"
396
+ "type": "zeebe:property",
397
+ "name": "inbound.context"
310
398
  },
311
- "type": "String"
399
+ "description": "The webhook ID is a part of the URL endpoint",
400
+ "constraints": {
401
+ "notEmpty": true
402
+ }
312
403
  },
313
404
  {
314
- "id": "inbound.verificationExpression",
315
- "label": "Verification expression",
316
- "optional": true,
317
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
405
+ "label": "Slack signing secret",
406
+ "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",
407
+ "type": "String",
318
408
  "group": "endpoint",
409
+ "feel": "optional",
319
410
  "binding": {
320
- "name": "inbound.verificationExpression",
321
- "type": "zeebe:property"
411
+ "type": "zeebe:property",
412
+ "name": "inbound.slackSigningSecret"
322
413
  },
323
- "type": "Hidden"
414
+ "constraints": {
415
+ "notEmpty": true
416
+ }
324
417
  },
325
418
  {
326
- "id": "activationCondition",
327
- "label": "Activation condition",
328
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
329
- "optional": true,
330
- "feel": "required",
419
+ "label": "Condition",
420
+ "type": "String",
331
421
  "group": "activation",
422
+ "feel": "required",
423
+ "optional": true,
332
424
  "binding": {
333
- "name": "activationCondition",
334
- "type": "zeebe:property"
425
+ "type": "zeebe:property",
426
+ "name": "activationCondition"
335
427
  },
336
- "type": "String"
428
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
337
429
  },
338
430
  {
339
- "id": "resultVariable",
340
431
  "label": "Result variable",
341
- "description": "Name of variable to store the response in",
342
- "group": "output",
432
+ "type": "String",
433
+ "group": "variable-mapping",
434
+ "optional": true,
343
435
  "binding": {
344
- "name": "resultVariable",
345
- "type": "zeebe:property"
436
+ "type": "zeebe:property",
437
+ "name": "resultVariable"
346
438
  },
347
- "type": "String"
439
+ "description": "Name of variable to store the result of the connector in"
348
440
  },
349
441
  {
350
- "id": "resultExpression",
351
442
  "label": "Result expression",
352
- "description": "Expression to map the response into process variables",
443
+ "type": "String",
444
+ "group": "variable-mapping",
353
445
  "feel": "required",
354
- "group": "output",
446
+ "optional": true,
355
447
  "binding": {
356
- "name": "resultExpression",
357
- "type": "zeebe:property"
448
+ "type": "zeebe:property",
449
+ "name": "resultExpression"
358
450
  },
359
- "type": "Text"
451
+ "description": "Expression to map the inbound payload to process variables"
360
452
  }
361
453
  ],
362
454
  "icon": {
363
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
455
+ "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"
364
456
  },
365
457
  "engines": {
366
- "camunda": "^8.5"
458
+ "camunda": "^8.2"
367
459
  }
368
460
  },
369
461
  {
370
462
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
371
- "name": "Slack Webhook",
463
+ "name": "Slack Webhook Start Event Connector",
372
464
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
373
465
  "description": "Receive events from Slack",
374
- "version": 1,
466
+ "version": 2,
375
467
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
376
468
  "category": {
377
469
  "id": "connectors",
@@ -611,30 +703,16 @@
611
703
  "name": "Slack Webhook Start Event Connector",
612
704
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
613
705
  "description": "Receive events from Slack",
614
- "keywords": [
615
- "message received",
616
- "event received",
617
- "channel event",
618
- "webhook",
619
- "messaging",
620
- "new message"
621
- ],
622
706
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
623
- "version": 7,
707
+ "version": 5,
624
708
  "category": {
625
709
  "id": "connectors",
626
710
  "name": "Connectors"
627
711
  },
628
- "deprecated": {
629
- "message": "Migrate to Webhook Message Start Event Connector"
630
- },
631
712
  "appliesTo": ["bpmn:StartEvent"],
632
713
  "elementType": {
633
714
  "value": "bpmn:StartEvent"
634
715
  },
635
- "engines": {
636
- "camunda": "^8.3"
637
- },
638
716
  "groups": [
639
717
  {
640
718
  "id": "endpoint",
@@ -644,11 +722,6 @@
644
722
  "id": "activation",
645
723
  "label": "Activation"
646
724
  },
647
- {
648
- "id": "deduplication",
649
- "label": "Deduplication",
650
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
651
- },
652
725
  {
653
726
  "id": "output",
654
727
  "label": "Output mapping"
@@ -718,82 +791,6 @@
718
791
  },
719
792
  "type": "String"
720
793
  },
721
- {
722
- "id": "consumeUnmatchedEvents",
723
- "label": "Consume unmatched events",
724
- "value": true,
725
- "group": "activation",
726
- "binding": {
727
- "name": "consumeUnmatchedEvents",
728
- "type": "zeebe:property"
729
- },
730
- "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",
731
- "type": "Boolean"
732
- },
733
- {
734
- "id": "deduplicationModeManualFlag",
735
- "label": "Manual mode",
736
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
737
- "value": false,
738
- "group": "deduplication",
739
- "binding": {
740
- "name": "deduplicationModeManualFlag",
741
- "type": "zeebe:property"
742
- },
743
- "type": "Boolean"
744
- },
745
- {
746
- "id": "deduplicationId",
747
- "label": "Deduplication ID",
748
- "constraints": {
749
- "notEmpty": true,
750
- "pattern": {
751
- "value": "^[a-zA-Z0-9_-]+$",
752
- "message": "can only contain alphanumeric characters, dashes, and underscores"
753
- }
754
- },
755
- "group": "deduplication",
756
- "binding": {
757
- "name": "deduplicationId",
758
- "type": "zeebe:property"
759
- },
760
- "condition": {
761
- "property": "deduplicationModeManualFlag",
762
- "equals": true,
763
- "type": "simple"
764
- },
765
- "type": "String"
766
- },
767
- {
768
- "id": "deduplicationModeManual",
769
- "value": "MANUAL",
770
- "group": "deduplication",
771
- "binding": {
772
- "name": "deduplicationMode",
773
- "type": "zeebe:property"
774
- },
775
- "condition": {
776
- "property": "deduplicationId",
777
- "isActive": true,
778
- "type": "simple"
779
- },
780
- "type": "Hidden"
781
- },
782
- {
783
- "id": "deduplicationModeAuto",
784
- "value": "AUTO",
785
- "group": "deduplication",
786
- "binding": {
787
- "name": "deduplicationMode",
788
- "type": "zeebe:property"
789
- },
790
- "condition": {
791
- "property": "deduplicationId",
792
- "isActive": false,
793
- "type": "simple"
794
- },
795
- "type": "Hidden"
796
- },
797
794
  {
798
795
  "id": "resultVariable",
799
796
  "label": "Result variable",
@@ -820,6 +817,9 @@
820
817
  ],
821
818
  "icon": {
822
819
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
820
+ },
821
+ "engines": {
822
+ "camunda": "^8.5"
823
823
  }
824
824
  }
825
825
  ]