@camunda/connectors-element-templates 1.0.5 → 1.0.7
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.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,4 +1,167 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
5
|
+
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
6
|
+
"description": "Receive events from Slack",
|
|
7
|
+
"version": 3,
|
|
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
|
+
"type": "Hidden",
|
|
88
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
89
|
+
"binding": {
|
|
90
|
+
"type": "zeebe:property",
|
|
91
|
+
"name": "inbound.verificationExpression"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "Correlation key (process)",
|
|
96
|
+
"type": "String",
|
|
97
|
+
"group": "activation",
|
|
98
|
+
"feel": "required",
|
|
99
|
+
"description": "Sets up the correlation key from process variables",
|
|
100
|
+
"binding": {
|
|
101
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
102
|
+
"name": "correlationKey"
|
|
103
|
+
},
|
|
104
|
+
"constraints": {
|
|
105
|
+
"notEmpty": true
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"label": "Correlation key (payload)",
|
|
110
|
+
"type": "String",
|
|
111
|
+
"group": "activation",
|
|
112
|
+
"feel": "required",
|
|
113
|
+
"binding": {
|
|
114
|
+
"type": "zeebe:property",
|
|
115
|
+
"name": "correlationKeyExpression"
|
|
116
|
+
},
|
|
117
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
118
|
+
"constraints": {
|
|
119
|
+
"notEmpty": true
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Condition",
|
|
124
|
+
"type": "String",
|
|
125
|
+
"group": "activation",
|
|
126
|
+
"feel": "required",
|
|
127
|
+
"optional": true,
|
|
128
|
+
"binding": {
|
|
129
|
+
"type": "zeebe:property",
|
|
130
|
+
"name": "activationCondition"
|
|
131
|
+
},
|
|
132
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"label": "Result variable",
|
|
136
|
+
"type": "String",
|
|
137
|
+
"group": "variable-mapping",
|
|
138
|
+
"optional": true,
|
|
139
|
+
"binding": {
|
|
140
|
+
"type": "zeebe:property",
|
|
141
|
+
"name": "resultVariable"
|
|
142
|
+
},
|
|
143
|
+
"description": "Name of variable to store the result of the connector in"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"label": "Result expression",
|
|
147
|
+
"type": "String",
|
|
148
|
+
"group": "variable-mapping",
|
|
149
|
+
"feel": "required",
|
|
150
|
+
"optional": true,
|
|
151
|
+
"binding": {
|
|
152
|
+
"type": "zeebe:property",
|
|
153
|
+
"name": "resultExpression"
|
|
154
|
+
},
|
|
155
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"icon": {
|
|
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"
|
|
160
|
+
},
|
|
161
|
+
"engines": {
|
|
162
|
+
"camunda": "^8.4"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
2
165
|
{
|
|
3
166
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
167
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
@@ -206,10 +369,10 @@
|
|
|
206
369
|
},
|
|
207
370
|
{
|
|
208
371
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
209
|
-
"name": "Slack Webhook",
|
|
372
|
+
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
210
373
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
211
374
|
"description": "Receive events from Slack",
|
|
212
|
-
"version":
|
|
375
|
+
"version": 2,
|
|
213
376
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
214
377
|
"category": {
|
|
215
378
|
"id": "connectors",
|
|
@@ -567,161 +730,6 @@
|
|
|
567
730
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
568
731
|
}
|
|
569
732
|
},
|
|
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"
|
|
720
|
-
},
|
|
721
|
-
"engines": {
|
|
722
|
-
"camunda": "^8.2"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
733
|
{
|
|
726
734
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
727
735
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
@@ -899,10 +907,10 @@
|
|
|
899
907
|
},
|
|
900
908
|
{
|
|
901
909
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
902
|
-
"name": "Slack Webhook
|
|
910
|
+
"name": "Slack Webhook",
|
|
903
911
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
904
912
|
"description": "Receive events from Slack",
|
|
905
|
-
"version":
|
|
913
|
+
"version": 1,
|
|
906
914
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
907
915
|
"category": {
|
|
908
916
|
"id": "connectors",
|
|
@@ -981,14 +989,6 @@
|
|
|
981
989
|
"notEmpty": true
|
|
982
990
|
}
|
|
983
991
|
},
|
|
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.
|
|
1060
|
+
"camunda": "^8.2"
|
|
1061
1061
|
}
|
|
1062
1062
|
},
|
|
1063
1063
|
{
|