@camunda/connectors-element-templates 1.0.15 → 1.0.17
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/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Webhook Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
6
|
-
"version": 3,
|
|
7
6
|
"description": "Configure webhook to receive callbacks",
|
|
8
|
-
"
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
11
|
+
"version": 13,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -15,6 +18,9 @@
|
|
|
15
18
|
"value": "bpmn:BoundaryEvent",
|
|
16
19
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
20
|
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"camunda": "^8.3"
|
|
23
|
+
},
|
|
18
24
|
"groups": [
|
|
19
25
|
{
|
|
20
26
|
"id": "endpoint",
|
|
@@ -28,52 +34,49 @@
|
|
|
28
34
|
"id": "authorization",
|
|
29
35
|
"label": "Authorization"
|
|
30
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"id": "webhookResponse",
|
|
39
|
+
"label": "Webhook response"
|
|
40
|
+
},
|
|
31
41
|
{
|
|
32
42
|
"id": "activation",
|
|
33
43
|
"label": "Activation"
|
|
34
44
|
},
|
|
35
45
|
{
|
|
36
|
-
"id": "
|
|
37
|
-
"label": "
|
|
46
|
+
"id": "correlation",
|
|
47
|
+
"label": "Correlation",
|
|
48
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
38
49
|
},
|
|
39
50
|
{
|
|
40
|
-
"id": "
|
|
41
|
-
"label": "
|
|
51
|
+
"id": "deduplication",
|
|
52
|
+
"label": "Deduplication",
|
|
53
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "output",
|
|
57
|
+
"label": "Output mapping"
|
|
42
58
|
}
|
|
43
59
|
],
|
|
44
60
|
"properties": [
|
|
45
61
|
{
|
|
46
|
-
"type": "Hidden",
|
|
47
62
|
"value": "io.camunda:webhook:1",
|
|
48
63
|
"binding": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "Hidden",
|
|
55
|
-
"generatedValue": {
|
|
56
|
-
"type": "uuid"
|
|
64
|
+
"name": "inbound.type",
|
|
65
|
+
"type": "zeebe:property"
|
|
57
66
|
},
|
|
58
|
-
"
|
|
59
|
-
"type": "bpmn:Message#property",
|
|
60
|
-
"name": "name"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"type": "Hidden",
|
|
65
|
-
"value": "ConfigurableInboundWebhook",
|
|
66
|
-
"binding": {
|
|
67
|
-
"type": "zeebe:property",
|
|
68
|
-
"name": "inbound.subtype"
|
|
69
|
-
}
|
|
67
|
+
"type": "Hidden"
|
|
70
68
|
},
|
|
71
69
|
{
|
|
72
|
-
"id": "
|
|
70
|
+
"id": "inbound.method",
|
|
73
71
|
"label": "Webhook method",
|
|
74
|
-
"group": "endpoint",
|
|
75
72
|
"description": "Select HTTP method",
|
|
73
|
+
"optional": false,
|
|
76
74
|
"value": "any",
|
|
75
|
+
"group": "endpoint",
|
|
76
|
+
"binding": {
|
|
77
|
+
"name": "inbound.method",
|
|
78
|
+
"type": "zeebe:property"
|
|
79
|
+
},
|
|
77
80
|
"type": "Dropdown",
|
|
78
81
|
"choices": [
|
|
79
82
|
{
|
|
@@ -81,50 +84,53 @@
|
|
|
81
84
|
"value": "any"
|
|
82
85
|
},
|
|
83
86
|
{
|
|
84
|
-
"name": "
|
|
87
|
+
"name": "GET",
|
|
85
88
|
"value": "get"
|
|
86
89
|
},
|
|
87
90
|
{
|
|
88
|
-
"name": "
|
|
91
|
+
"name": "POST",
|
|
89
92
|
"value": "post"
|
|
90
93
|
},
|
|
91
94
|
{
|
|
92
|
-
"name": "
|
|
95
|
+
"name": "PUT",
|
|
93
96
|
"value": "put"
|
|
94
97
|
},
|
|
95
98
|
{
|
|
96
|
-
"name": "
|
|
99
|
+
"name": "DELETE",
|
|
97
100
|
"value": "delete"
|
|
98
101
|
}
|
|
99
|
-
]
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:property",
|
|
102
|
-
"name": "inbound.method"
|
|
103
|
-
}
|
|
102
|
+
]
|
|
104
103
|
},
|
|
105
104
|
{
|
|
105
|
+
"id": "inbound.context",
|
|
106
106
|
"label": "Webhook ID",
|
|
107
|
-
"type": "String",
|
|
108
|
-
"group": "endpoint",
|
|
109
|
-
"binding": {
|
|
110
|
-
"type": "zeebe:property",
|
|
111
|
-
"name": "inbound.context"
|
|
112
|
-
},
|
|
113
107
|
"description": "The webhook ID is a part of the URL",
|
|
108
|
+
"optional": false,
|
|
114
109
|
"constraints": {
|
|
115
110
|
"notEmpty": true,
|
|
116
111
|
"pattern": {
|
|
117
112
|
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
118
113
|
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
119
114
|
}
|
|
120
|
-
}
|
|
115
|
+
},
|
|
116
|
+
"group": "endpoint",
|
|
117
|
+
"binding": {
|
|
118
|
+
"name": "inbound.context",
|
|
119
|
+
"type": "zeebe:property"
|
|
120
|
+
},
|
|
121
|
+
"type": "String"
|
|
121
122
|
},
|
|
122
123
|
{
|
|
123
|
-
"id": "shouldValidateHmac",
|
|
124
|
+
"id": "inbound.shouldValidateHmac",
|
|
124
125
|
"label": "HMAC authentication",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
126
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
127
|
+
"optional": false,
|
|
127
128
|
"value": "disabled",
|
|
129
|
+
"group": "authentication",
|
|
130
|
+
"binding": {
|
|
131
|
+
"name": "inbound.shouldValidateHmac",
|
|
132
|
+
"type": "zeebe:property"
|
|
133
|
+
},
|
|
128
134
|
"type": "Dropdown",
|
|
129
135
|
"choices": [
|
|
130
136
|
{
|
|
@@ -135,47 +141,60 @@
|
|
|
135
141
|
"name": "Disabled",
|
|
136
142
|
"value": "disabled"
|
|
137
143
|
}
|
|
138
|
-
]
|
|
139
|
-
"binding": {
|
|
140
|
-
"type": "zeebe:property",
|
|
141
|
-
"name": "inbound.shouldValidateHmac"
|
|
142
|
-
}
|
|
144
|
+
]
|
|
143
145
|
},
|
|
144
146
|
{
|
|
147
|
+
"id": "inbound.hmacSecret",
|
|
145
148
|
"label": "HMAC secret key",
|
|
146
149
|
"description": "Shared secret key",
|
|
147
|
-
"type": "String",
|
|
148
|
-
"group": "authentication",
|
|
149
150
|
"optional": true,
|
|
151
|
+
"feel": "optional",
|
|
152
|
+
"group": "authentication",
|
|
150
153
|
"binding": {
|
|
151
|
-
"
|
|
152
|
-
"
|
|
154
|
+
"name": "inbound.hmacSecret",
|
|
155
|
+
"type": "zeebe:property"
|
|
153
156
|
},
|
|
154
157
|
"condition": {
|
|
155
|
-
"property": "shouldValidateHmac",
|
|
156
|
-
"equals": "enabled"
|
|
157
|
-
|
|
158
|
+
"property": "inbound.shouldValidateHmac",
|
|
159
|
+
"equals": "enabled",
|
|
160
|
+
"type": "simple"
|
|
161
|
+
},
|
|
162
|
+
"type": "String"
|
|
158
163
|
},
|
|
159
164
|
{
|
|
165
|
+
"id": "inbound.hmacHeader",
|
|
160
166
|
"label": "HMAC header",
|
|
161
167
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
162
|
-
"type": "String",
|
|
163
|
-
"group": "authentication",
|
|
164
168
|
"optional": true,
|
|
169
|
+
"feel": "optional",
|
|
170
|
+
"group": "authentication",
|
|
165
171
|
"binding": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
172
|
+
"name": "inbound.hmacHeader",
|
|
173
|
+
"type": "zeebe:property"
|
|
168
174
|
},
|
|
169
175
|
"condition": {
|
|
170
|
-
"property": "shouldValidateHmac",
|
|
171
|
-
"equals": "enabled"
|
|
172
|
-
|
|
176
|
+
"property": "inbound.shouldValidateHmac",
|
|
177
|
+
"equals": "enabled",
|
|
178
|
+
"type": "simple"
|
|
179
|
+
},
|
|
180
|
+
"type": "String"
|
|
173
181
|
},
|
|
174
182
|
{
|
|
183
|
+
"id": "inbound.hmacAlgorithm",
|
|
175
184
|
"label": "HMAC algorithm",
|
|
176
|
-
"group": "authentication",
|
|
177
185
|
"description": "Choose HMAC algorithm",
|
|
186
|
+
"optional": false,
|
|
178
187
|
"value": "sha_256",
|
|
188
|
+
"group": "authentication",
|
|
189
|
+
"binding": {
|
|
190
|
+
"name": "inbound.hmacAlgorithm",
|
|
191
|
+
"type": "zeebe:property"
|
|
192
|
+
},
|
|
193
|
+
"condition": {
|
|
194
|
+
"property": "inbound.shouldValidateHmac",
|
|
195
|
+
"equals": "enabled",
|
|
196
|
+
"type": "simple"
|
|
197
|
+
},
|
|
179
198
|
"type": "Dropdown",
|
|
180
199
|
"choices": [
|
|
181
200
|
{
|
|
@@ -190,295 +209,948 @@
|
|
|
190
209
|
"name": "SHA-512",
|
|
191
210
|
"value": "sha_512"
|
|
192
211
|
}
|
|
193
|
-
]
|
|
194
|
-
"binding": {
|
|
195
|
-
"type": "zeebe:property",
|
|
196
|
-
"name": "inbound.hmacAlgorithm"
|
|
197
|
-
},
|
|
198
|
-
"condition": {
|
|
199
|
-
"property": "shouldValidateHmac",
|
|
200
|
-
"equals": "enabled"
|
|
201
|
-
}
|
|
212
|
+
]
|
|
202
213
|
},
|
|
203
214
|
{
|
|
215
|
+
"id": "inbound.hmacScopes",
|
|
204
216
|
"label": "HMAC scopes",
|
|
205
|
-
"
|
|
206
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
207
|
-
"feel": "required",
|
|
208
|
-
"type": "String",
|
|
217
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
209
218
|
"optional": true,
|
|
219
|
+
"feel": "required",
|
|
220
|
+
"group": "authentication",
|
|
210
221
|
"binding": {
|
|
211
|
-
"
|
|
212
|
-
"
|
|
222
|
+
"name": "inbound.hmacScopes",
|
|
223
|
+
"type": "zeebe:property"
|
|
213
224
|
},
|
|
214
225
|
"condition": {
|
|
215
|
-
"property": "shouldValidateHmac",
|
|
216
|
-
"equals": "enabled"
|
|
217
|
-
|
|
226
|
+
"property": "inbound.shouldValidateHmac",
|
|
227
|
+
"equals": "enabled",
|
|
228
|
+
"type": "simple"
|
|
229
|
+
},
|
|
230
|
+
"type": "String"
|
|
218
231
|
},
|
|
219
232
|
{
|
|
220
|
-
"id": "
|
|
233
|
+
"id": "inbound.auth.type",
|
|
221
234
|
"label": "Authorization type",
|
|
222
|
-
"
|
|
223
|
-
"description": "Choose the authorization type.",
|
|
235
|
+
"description": "Choose the authorization type",
|
|
224
236
|
"value": "NONE",
|
|
237
|
+
"group": "authorization",
|
|
238
|
+
"binding": {
|
|
239
|
+
"name": "inbound.auth.type",
|
|
240
|
+
"type": "zeebe:property"
|
|
241
|
+
},
|
|
225
242
|
"type": "Dropdown",
|
|
226
243
|
"choices": [
|
|
227
244
|
{
|
|
228
245
|
"name": "None",
|
|
229
246
|
"value": "NONE"
|
|
230
247
|
},
|
|
231
|
-
{
|
|
232
|
-
"name": "JWT",
|
|
233
|
-
"value": "JWT"
|
|
234
|
-
},
|
|
235
248
|
{
|
|
236
249
|
"name": "Basic",
|
|
237
250
|
"value": "BASIC"
|
|
238
251
|
},
|
|
239
252
|
{
|
|
240
|
-
"name": "API
|
|
253
|
+
"name": "API key",
|
|
241
254
|
"value": "APIKEY"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "JWT",
|
|
258
|
+
"value": "JWT"
|
|
242
259
|
}
|
|
243
|
-
]
|
|
244
|
-
"binding": {
|
|
245
|
-
"type": "zeebe:property",
|
|
246
|
-
"name": "inbound.auth.type"
|
|
247
|
-
}
|
|
260
|
+
]
|
|
248
261
|
},
|
|
249
262
|
{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
263
|
+
"id": "inbound.auth.username",
|
|
264
|
+
"label": "Username",
|
|
265
|
+
"description": "Username for basic authentication",
|
|
266
|
+
"optional": false,
|
|
254
267
|
"feel": "optional",
|
|
255
|
-
"
|
|
268
|
+
"group": "authorization",
|
|
256
269
|
"binding": {
|
|
257
|
-
"
|
|
258
|
-
"
|
|
270
|
+
"name": "inbound.auth.username",
|
|
271
|
+
"type": "zeebe:property"
|
|
259
272
|
},
|
|
260
273
|
"condition": {
|
|
261
|
-
"property": "
|
|
262
|
-
"equals": "
|
|
263
|
-
|
|
274
|
+
"property": "inbound.auth.type",
|
|
275
|
+
"equals": "BASIC",
|
|
276
|
+
"type": "simple"
|
|
277
|
+
},
|
|
278
|
+
"type": "String"
|
|
264
279
|
},
|
|
265
280
|
{
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
281
|
+
"id": "inbound.auth.password",
|
|
282
|
+
"label": "Password",
|
|
283
|
+
"description": "Password for basic authentication",
|
|
284
|
+
"optional": false,
|
|
285
|
+
"feel": "optional",
|
|
269
286
|
"group": "authorization",
|
|
270
|
-
"feel": "required",
|
|
271
|
-
"optional": true,
|
|
272
287
|
"binding": {
|
|
273
|
-
"
|
|
274
|
-
"
|
|
288
|
+
"name": "inbound.auth.password",
|
|
289
|
+
"type": "zeebe:property"
|
|
275
290
|
},
|
|
276
291
|
"condition": {
|
|
277
|
-
"property": "
|
|
278
|
-
"equals": "
|
|
279
|
-
|
|
292
|
+
"property": "inbound.auth.type",
|
|
293
|
+
"equals": "BASIC",
|
|
294
|
+
"type": "simple"
|
|
295
|
+
},
|
|
296
|
+
"type": "String"
|
|
280
297
|
},
|
|
281
298
|
{
|
|
282
|
-
"
|
|
299
|
+
"id": "inbound.auth.apiKey",
|
|
300
|
+
"label": "API key",
|
|
301
|
+
"description": "Expected API key",
|
|
302
|
+
"optional": false,
|
|
303
|
+
"feel": "optional",
|
|
304
|
+
"group": "authorization",
|
|
305
|
+
"binding": {
|
|
306
|
+
"name": "inbound.auth.apiKey",
|
|
307
|
+
"type": "zeebe:property"
|
|
308
|
+
},
|
|
309
|
+
"condition": {
|
|
310
|
+
"property": "inbound.auth.type",
|
|
311
|
+
"equals": "APIKEY",
|
|
312
|
+
"type": "simple"
|
|
313
|
+
},
|
|
314
|
+
"type": "String"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
318
|
+
"label": "API key locator",
|
|
319
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
320
|
+
"optional": false,
|
|
321
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
322
|
+
"constraints": {
|
|
323
|
+
"notEmpty": true
|
|
324
|
+
},
|
|
325
|
+
"feel": "required",
|
|
326
|
+
"group": "authorization",
|
|
327
|
+
"binding": {
|
|
328
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
329
|
+
"type": "zeebe:property"
|
|
330
|
+
},
|
|
331
|
+
"condition": {
|
|
332
|
+
"property": "inbound.auth.type",
|
|
333
|
+
"equals": "APIKEY",
|
|
334
|
+
"type": "simple"
|
|
335
|
+
},
|
|
336
|
+
"type": "String"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
340
|
+
"label": "JWK URL",
|
|
341
|
+
"description": "Well-known URL of JWKs",
|
|
342
|
+
"optional": false,
|
|
343
|
+
"feel": "optional",
|
|
344
|
+
"group": "authorization",
|
|
345
|
+
"binding": {
|
|
346
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
347
|
+
"type": "zeebe:property"
|
|
348
|
+
},
|
|
349
|
+
"condition": {
|
|
350
|
+
"property": "inbound.auth.type",
|
|
351
|
+
"equals": "JWT",
|
|
352
|
+
"type": "simple"
|
|
353
|
+
},
|
|
354
|
+
"type": "String"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
358
|
+
"label": "JWT role property expression",
|
|
359
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
360
|
+
"optional": false,
|
|
361
|
+
"feel": "required",
|
|
362
|
+
"group": "authorization",
|
|
363
|
+
"binding": {
|
|
364
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
365
|
+
"type": "zeebe:property"
|
|
366
|
+
},
|
|
367
|
+
"condition": {
|
|
368
|
+
"property": "inbound.auth.type",
|
|
369
|
+
"equals": "JWT",
|
|
370
|
+
"type": "simple"
|
|
371
|
+
},
|
|
372
|
+
"type": "String"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
376
|
+
"label": "Required roles",
|
|
283
377
|
"description": "List of roles to test JWT roles against",
|
|
284
|
-
"
|
|
378
|
+
"optional": false,
|
|
379
|
+
"feel": "required",
|
|
285
380
|
"group": "authorization",
|
|
381
|
+
"binding": {
|
|
382
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
383
|
+
"type": "zeebe:property"
|
|
384
|
+
},
|
|
385
|
+
"condition": {
|
|
386
|
+
"property": "inbound.auth.type",
|
|
387
|
+
"equals": "JWT",
|
|
388
|
+
"type": "simple"
|
|
389
|
+
},
|
|
390
|
+
"type": "String"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "inbound.responseExpression",
|
|
394
|
+
"label": "Response expression",
|
|
395
|
+
"description": "Expression used to generate the HTTP response",
|
|
396
|
+
"optional": true,
|
|
286
397
|
"feel": "required",
|
|
398
|
+
"group": "webhookResponse",
|
|
399
|
+
"binding": {
|
|
400
|
+
"name": "inbound.responseExpression",
|
|
401
|
+
"type": "zeebe:property"
|
|
402
|
+
},
|
|
403
|
+
"type": "Text"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"id": "inbound.verificationExpression",
|
|
407
|
+
"label": "One time verification response expression",
|
|
408
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
409
|
+
"optional": true,
|
|
410
|
+
"feel": "required",
|
|
411
|
+
"group": "webhookResponse",
|
|
412
|
+
"binding": {
|
|
413
|
+
"name": "inbound.verificationExpression",
|
|
414
|
+
"type": "zeebe:property"
|
|
415
|
+
},
|
|
416
|
+
"type": "Text"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "activationCondition",
|
|
420
|
+
"label": "Activation condition",
|
|
421
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
422
|
+
"optional": true,
|
|
423
|
+
"feel": "required",
|
|
424
|
+
"group": "activation",
|
|
425
|
+
"binding": {
|
|
426
|
+
"name": "activationCondition",
|
|
427
|
+
"type": "zeebe:property"
|
|
428
|
+
},
|
|
429
|
+
"type": "String"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"id": "consumeUnmatchedEvents",
|
|
433
|
+
"label": "Consume unmatched events",
|
|
434
|
+
"value": true,
|
|
435
|
+
"group": "activation",
|
|
436
|
+
"binding": {
|
|
437
|
+
"name": "consumeUnmatchedEvents",
|
|
438
|
+
"type": "zeebe:property"
|
|
439
|
+
},
|
|
440
|
+
"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",
|
|
441
|
+
"type": "Boolean"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "correlationKeyProcess",
|
|
445
|
+
"label": "Correlation key (process)",
|
|
446
|
+
"description": "Sets up the correlation key from process variables",
|
|
447
|
+
"constraints": {
|
|
448
|
+
"notEmpty": true
|
|
449
|
+
},
|
|
450
|
+
"feel": "required",
|
|
451
|
+
"group": "correlation",
|
|
452
|
+
"binding": {
|
|
453
|
+
"name": "correlationKey",
|
|
454
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
455
|
+
},
|
|
456
|
+
"type": "String"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": "correlationKeyPayload",
|
|
460
|
+
"label": "Correlation key (payload)",
|
|
461
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
462
|
+
"constraints": {
|
|
463
|
+
"notEmpty": true
|
|
464
|
+
},
|
|
465
|
+
"feel": "required",
|
|
466
|
+
"group": "correlation",
|
|
467
|
+
"binding": {
|
|
468
|
+
"name": "correlationKeyExpression",
|
|
469
|
+
"type": "zeebe:property"
|
|
470
|
+
},
|
|
471
|
+
"type": "String"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"id": "messageIdExpression",
|
|
475
|
+
"label": "Message ID expression",
|
|
476
|
+
"description": "Expression to extract unique identifier of a message",
|
|
477
|
+
"optional": true,
|
|
478
|
+
"feel": "required",
|
|
479
|
+
"group": "correlation",
|
|
480
|
+
"binding": {
|
|
481
|
+
"name": "messageIdExpression",
|
|
482
|
+
"type": "zeebe:property"
|
|
483
|
+
},
|
|
484
|
+
"type": "String"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"id": "messageTtl",
|
|
488
|
+
"label": "Message TTL",
|
|
489
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
490
|
+
"optional": true,
|
|
491
|
+
"constraints": {
|
|
492
|
+
"notEmpty": false,
|
|
493
|
+
"pattern": {
|
|
494
|
+
"value": "^(PT.*|)$",
|
|
495
|
+
"message": "must be an ISO-8601 duration"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"feel": "optional",
|
|
499
|
+
"group": "correlation",
|
|
500
|
+
"binding": {
|
|
501
|
+
"name": "messageTtl",
|
|
502
|
+
"type": "zeebe:property"
|
|
503
|
+
},
|
|
504
|
+
"type": "String"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "messageNameUuid",
|
|
508
|
+
"generatedValue": {
|
|
509
|
+
"type": "uuid"
|
|
510
|
+
},
|
|
511
|
+
"group": "correlation",
|
|
512
|
+
"binding": {
|
|
513
|
+
"name": "name",
|
|
514
|
+
"type": "bpmn:Message#property"
|
|
515
|
+
},
|
|
516
|
+
"type": "Hidden"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "deduplicationModeManualFlag",
|
|
520
|
+
"label": "Manual mode",
|
|
521
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
522
|
+
"value": false,
|
|
523
|
+
"group": "deduplication",
|
|
524
|
+
"binding": {
|
|
525
|
+
"name": "deduplicationModeManualFlag",
|
|
526
|
+
"type": "zeebe:property"
|
|
527
|
+
},
|
|
528
|
+
"type": "Boolean"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "deduplicationId",
|
|
532
|
+
"label": "Deduplication ID",
|
|
533
|
+
"constraints": {
|
|
534
|
+
"notEmpty": true,
|
|
535
|
+
"pattern": {
|
|
536
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
537
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"group": "deduplication",
|
|
541
|
+
"binding": {
|
|
542
|
+
"name": "deduplicationId",
|
|
543
|
+
"type": "zeebe:property"
|
|
544
|
+
},
|
|
545
|
+
"condition": {
|
|
546
|
+
"property": "deduplicationModeManualFlag",
|
|
547
|
+
"equals": true,
|
|
548
|
+
"type": "simple"
|
|
549
|
+
},
|
|
550
|
+
"type": "String"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "deduplicationModeManual",
|
|
554
|
+
"value": "MANUAL",
|
|
555
|
+
"group": "deduplication",
|
|
556
|
+
"binding": {
|
|
557
|
+
"name": "deduplicationMode",
|
|
558
|
+
"type": "zeebe:property"
|
|
559
|
+
},
|
|
560
|
+
"condition": {
|
|
561
|
+
"property": "deduplicationId",
|
|
562
|
+
"isActive": true,
|
|
563
|
+
"type": "simple"
|
|
564
|
+
},
|
|
565
|
+
"type": "Hidden"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"id": "deduplicationModeAuto",
|
|
569
|
+
"value": "AUTO",
|
|
570
|
+
"group": "deduplication",
|
|
571
|
+
"binding": {
|
|
572
|
+
"name": "deduplicationMode",
|
|
573
|
+
"type": "zeebe:property"
|
|
574
|
+
},
|
|
575
|
+
"condition": {
|
|
576
|
+
"property": "deduplicationId",
|
|
577
|
+
"isActive": false,
|
|
578
|
+
"type": "simple"
|
|
579
|
+
},
|
|
580
|
+
"type": "Hidden"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"id": "resultVariable",
|
|
584
|
+
"label": "Result variable",
|
|
585
|
+
"description": "Name of variable to store the response in",
|
|
586
|
+
"group": "output",
|
|
587
|
+
"binding": {
|
|
588
|
+
"name": "resultVariable",
|
|
589
|
+
"type": "zeebe:property"
|
|
590
|
+
},
|
|
591
|
+
"type": "String"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"id": "resultExpression",
|
|
595
|
+
"label": "Result expression",
|
|
596
|
+
"description": "Expression to map the response into process variables",
|
|
597
|
+
"feel": "required",
|
|
598
|
+
"group": "output",
|
|
599
|
+
"binding": {
|
|
600
|
+
"name": "resultExpression",
|
|
601
|
+
"type": "zeebe:property"
|
|
602
|
+
},
|
|
603
|
+
"type": "Text"
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
"icon": {
|
|
607
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
612
|
+
"name": "Webhook Boundary Event Connector",
|
|
613
|
+
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
614
|
+
"description": "Configure webhook to receive callbacks",
|
|
615
|
+
"metadata": {
|
|
616
|
+
"keywords": []
|
|
617
|
+
},
|
|
618
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
619
|
+
"version": 12,
|
|
620
|
+
"category": {
|
|
621
|
+
"id": "connectors",
|
|
622
|
+
"name": "Connectors"
|
|
623
|
+
},
|
|
624
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
625
|
+
"elementType": {
|
|
626
|
+
"value": "bpmn:BoundaryEvent",
|
|
627
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
628
|
+
},
|
|
629
|
+
"groups": [
|
|
630
|
+
{
|
|
631
|
+
"id": "endpoint",
|
|
632
|
+
"label": "Webhook configuration"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": "authentication",
|
|
636
|
+
"label": "Authentication"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"id": "authorization",
|
|
640
|
+
"label": "Authorization"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "webhookResponse",
|
|
644
|
+
"label": "Webhook response"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "activation",
|
|
648
|
+
"label": "Activation"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": "correlation",
|
|
652
|
+
"label": "Correlation",
|
|
653
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "output",
|
|
657
|
+
"label": "Output mapping"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"properties": [
|
|
661
|
+
{
|
|
662
|
+
"value": "io.camunda:webhook:1",
|
|
663
|
+
"binding": {
|
|
664
|
+
"name": "inbound.type",
|
|
665
|
+
"type": "zeebe:property"
|
|
666
|
+
},
|
|
667
|
+
"type": "Hidden"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"id": "inbound.method",
|
|
671
|
+
"label": "Webhook method",
|
|
672
|
+
"description": "Select HTTP method",
|
|
673
|
+
"optional": false,
|
|
674
|
+
"value": "any",
|
|
675
|
+
"group": "endpoint",
|
|
676
|
+
"binding": {
|
|
677
|
+
"name": "inbound.method",
|
|
678
|
+
"type": "zeebe:property"
|
|
679
|
+
},
|
|
680
|
+
"type": "Dropdown",
|
|
681
|
+
"choices": [
|
|
682
|
+
{
|
|
683
|
+
"name": "Any",
|
|
684
|
+
"value": "any"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "GET",
|
|
688
|
+
"value": "get"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "POST",
|
|
692
|
+
"value": "post"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "PUT",
|
|
696
|
+
"value": "put"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "DELETE",
|
|
700
|
+
"value": "delete"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"id": "inbound.context",
|
|
706
|
+
"label": "Webhook ID",
|
|
707
|
+
"description": "The webhook ID is a part of the URL",
|
|
708
|
+
"optional": false,
|
|
709
|
+
"constraints": {
|
|
710
|
+
"notEmpty": true,
|
|
711
|
+
"pattern": {
|
|
712
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
713
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"group": "endpoint",
|
|
717
|
+
"binding": {
|
|
718
|
+
"name": "inbound.context",
|
|
719
|
+
"type": "zeebe:property"
|
|
720
|
+
},
|
|
721
|
+
"type": "String"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"id": "inbound.shouldValidateHmac",
|
|
725
|
+
"label": "HMAC authentication",
|
|
726
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
727
|
+
"optional": false,
|
|
728
|
+
"value": "disabled",
|
|
729
|
+
"group": "authentication",
|
|
730
|
+
"binding": {
|
|
731
|
+
"name": "inbound.shouldValidateHmac",
|
|
732
|
+
"type": "zeebe:property"
|
|
733
|
+
},
|
|
734
|
+
"type": "Dropdown",
|
|
735
|
+
"choices": [
|
|
736
|
+
{
|
|
737
|
+
"name": "Enabled",
|
|
738
|
+
"value": "enabled"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "Disabled",
|
|
742
|
+
"value": "disabled"
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "inbound.hmacSecret",
|
|
748
|
+
"label": "HMAC secret key",
|
|
749
|
+
"description": "Shared secret key",
|
|
287
750
|
"optional": true,
|
|
751
|
+
"feel": "optional",
|
|
752
|
+
"group": "authentication",
|
|
288
753
|
"binding": {
|
|
289
|
-
"
|
|
290
|
-
"
|
|
754
|
+
"name": "inbound.hmacSecret",
|
|
755
|
+
"type": "zeebe:property"
|
|
291
756
|
},
|
|
292
757
|
"condition": {
|
|
293
|
-
"property": "
|
|
294
|
-
"equals": "
|
|
295
|
-
|
|
758
|
+
"property": "inbound.shouldValidateHmac",
|
|
759
|
+
"equals": "enabled",
|
|
760
|
+
"type": "simple"
|
|
761
|
+
},
|
|
762
|
+
"type": "String"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "inbound.hmacHeader",
|
|
766
|
+
"label": "HMAC header",
|
|
767
|
+
"description": "Name of header attribute that will contain the HMAC value",
|
|
768
|
+
"optional": true,
|
|
769
|
+
"feel": "optional",
|
|
770
|
+
"group": "authentication",
|
|
771
|
+
"binding": {
|
|
772
|
+
"name": "inbound.hmacHeader",
|
|
773
|
+
"type": "zeebe:property"
|
|
774
|
+
},
|
|
775
|
+
"condition": {
|
|
776
|
+
"property": "inbound.shouldValidateHmac",
|
|
777
|
+
"equals": "enabled",
|
|
778
|
+
"type": "simple"
|
|
779
|
+
},
|
|
780
|
+
"type": "String"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"id": "inbound.hmacAlgorithm",
|
|
784
|
+
"label": "HMAC algorithm",
|
|
785
|
+
"description": "Choose HMAC algorithm",
|
|
786
|
+
"optional": false,
|
|
787
|
+
"value": "sha_256",
|
|
788
|
+
"group": "authentication",
|
|
789
|
+
"binding": {
|
|
790
|
+
"name": "inbound.hmacAlgorithm",
|
|
791
|
+
"type": "zeebe:property"
|
|
792
|
+
},
|
|
793
|
+
"condition": {
|
|
794
|
+
"property": "inbound.shouldValidateHmac",
|
|
795
|
+
"equals": "enabled",
|
|
796
|
+
"type": "simple"
|
|
797
|
+
},
|
|
798
|
+
"type": "Dropdown",
|
|
799
|
+
"choices": [
|
|
800
|
+
{
|
|
801
|
+
"name": "SHA-1",
|
|
802
|
+
"value": "sha_1"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "SHA-256",
|
|
806
|
+
"value": "sha_256"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "SHA-512",
|
|
810
|
+
"value": "sha_512"
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "inbound.hmacScopes",
|
|
816
|
+
"label": "HMAC scopes",
|
|
817
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
818
|
+
"optional": true,
|
|
819
|
+
"feel": "required",
|
|
820
|
+
"group": "authentication",
|
|
821
|
+
"binding": {
|
|
822
|
+
"name": "inbound.hmacScopes",
|
|
823
|
+
"type": "zeebe:property"
|
|
824
|
+
},
|
|
825
|
+
"condition": {
|
|
826
|
+
"property": "inbound.shouldValidateHmac",
|
|
827
|
+
"equals": "enabled",
|
|
828
|
+
"type": "simple"
|
|
829
|
+
},
|
|
830
|
+
"type": "String"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"id": "inbound.auth.type",
|
|
834
|
+
"label": "Authorization type",
|
|
835
|
+
"description": "Choose the authorization type",
|
|
836
|
+
"value": "NONE",
|
|
837
|
+
"group": "authorization",
|
|
838
|
+
"binding": {
|
|
839
|
+
"name": "inbound.auth.type",
|
|
840
|
+
"type": "zeebe:property"
|
|
841
|
+
},
|
|
842
|
+
"type": "Dropdown",
|
|
843
|
+
"choices": [
|
|
844
|
+
{
|
|
845
|
+
"name": "None",
|
|
846
|
+
"value": "NONE"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "Basic",
|
|
850
|
+
"value": "BASIC"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "API key",
|
|
854
|
+
"value": "APIKEY"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "JWT",
|
|
858
|
+
"value": "JWT"
|
|
859
|
+
}
|
|
860
|
+
]
|
|
296
861
|
},
|
|
297
862
|
{
|
|
863
|
+
"id": "inbound.auth.username",
|
|
298
864
|
"label": "Username",
|
|
299
865
|
"description": "Username for basic authentication",
|
|
300
|
-
"
|
|
301
|
-
"group": "authorization",
|
|
866
|
+
"optional": false,
|
|
302
867
|
"feel": "optional",
|
|
868
|
+
"group": "authorization",
|
|
303
869
|
"binding": {
|
|
304
|
-
"
|
|
305
|
-
"
|
|
870
|
+
"name": "inbound.auth.username",
|
|
871
|
+
"type": "zeebe:property"
|
|
306
872
|
},
|
|
307
873
|
"condition": {
|
|
308
|
-
"property": "
|
|
309
|
-
"equals": "BASIC"
|
|
874
|
+
"property": "inbound.auth.type",
|
|
875
|
+
"equals": "BASIC",
|
|
876
|
+
"type": "simple"
|
|
310
877
|
},
|
|
311
|
-
"
|
|
312
|
-
"notEmpty": true
|
|
313
|
-
}
|
|
878
|
+
"type": "String"
|
|
314
879
|
},
|
|
315
880
|
{
|
|
881
|
+
"id": "inbound.auth.password",
|
|
316
882
|
"label": "Password",
|
|
317
883
|
"description": "Password for basic authentication",
|
|
318
|
-
"
|
|
884
|
+
"optional": false,
|
|
885
|
+
"feel": "optional",
|
|
319
886
|
"group": "authorization",
|
|
887
|
+
"binding": {
|
|
888
|
+
"name": "inbound.auth.password",
|
|
889
|
+
"type": "zeebe:property"
|
|
890
|
+
},
|
|
891
|
+
"condition": {
|
|
892
|
+
"property": "inbound.auth.type",
|
|
893
|
+
"equals": "BASIC",
|
|
894
|
+
"type": "simple"
|
|
895
|
+
},
|
|
896
|
+
"type": "String"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "inbound.auth.apiKey",
|
|
900
|
+
"label": "API key",
|
|
901
|
+
"description": "Expected API key",
|
|
902
|
+
"optional": false,
|
|
320
903
|
"feel": "optional",
|
|
904
|
+
"group": "authorization",
|
|
321
905
|
"binding": {
|
|
322
|
-
"
|
|
323
|
-
"
|
|
906
|
+
"name": "inbound.auth.apiKey",
|
|
907
|
+
"type": "zeebe:property"
|
|
324
908
|
},
|
|
325
909
|
"condition": {
|
|
326
|
-
"property": "
|
|
327
|
-
"equals": "
|
|
910
|
+
"property": "inbound.auth.type",
|
|
911
|
+
"equals": "APIKEY",
|
|
912
|
+
"type": "simple"
|
|
328
913
|
},
|
|
914
|
+
"type": "String"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"id": "inbound.auth.apiKeyLocator",
|
|
918
|
+
"label": "API key locator",
|
|
919
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
920
|
+
"optional": false,
|
|
921
|
+
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
329
922
|
"constraints": {
|
|
330
923
|
"notEmpty": true
|
|
331
|
-
}
|
|
924
|
+
},
|
|
925
|
+
"feel": "required",
|
|
926
|
+
"group": "authorization",
|
|
927
|
+
"binding": {
|
|
928
|
+
"name": "inbound.auth.apiKeyLocator",
|
|
929
|
+
"type": "zeebe:property"
|
|
930
|
+
},
|
|
931
|
+
"condition": {
|
|
932
|
+
"property": "inbound.auth.type",
|
|
933
|
+
"equals": "APIKEY",
|
|
934
|
+
"type": "simple"
|
|
935
|
+
},
|
|
936
|
+
"type": "String"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"id": "inbound.auth.jwt.jwkUrl",
|
|
940
|
+
"label": "JWK URL",
|
|
941
|
+
"description": "Well-known URL of JWKs",
|
|
942
|
+
"optional": false,
|
|
943
|
+
"feel": "optional",
|
|
944
|
+
"group": "authorization",
|
|
945
|
+
"binding": {
|
|
946
|
+
"name": "inbound.auth.jwt.jwkUrl",
|
|
947
|
+
"type": "zeebe:property"
|
|
948
|
+
},
|
|
949
|
+
"condition": {
|
|
950
|
+
"property": "inbound.auth.type",
|
|
951
|
+
"equals": "JWT",
|
|
952
|
+
"type": "simple"
|
|
953
|
+
},
|
|
954
|
+
"type": "String"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"id": "inbound.auth.jwt.permissionsExpression",
|
|
958
|
+
"label": "JWT role property expression",
|
|
959
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
960
|
+
"optional": false,
|
|
961
|
+
"feel": "required",
|
|
962
|
+
"group": "authorization",
|
|
963
|
+
"binding": {
|
|
964
|
+
"name": "inbound.auth.jwt.permissionsExpression",
|
|
965
|
+
"type": "zeebe:property"
|
|
966
|
+
},
|
|
967
|
+
"condition": {
|
|
968
|
+
"property": "inbound.auth.type",
|
|
969
|
+
"equals": "JWT",
|
|
970
|
+
"type": "simple"
|
|
971
|
+
},
|
|
972
|
+
"type": "String"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "inbound.auth.jwt.requiredPermissions",
|
|
976
|
+
"label": "Required roles",
|
|
977
|
+
"description": "List of roles to test JWT roles against",
|
|
978
|
+
"optional": false,
|
|
979
|
+
"feel": "required",
|
|
980
|
+
"group": "authorization",
|
|
981
|
+
"binding": {
|
|
982
|
+
"name": "inbound.auth.jwt.requiredPermissions",
|
|
983
|
+
"type": "zeebe:property"
|
|
984
|
+
},
|
|
985
|
+
"condition": {
|
|
986
|
+
"property": "inbound.auth.type",
|
|
987
|
+
"equals": "JWT",
|
|
988
|
+
"type": "simple"
|
|
989
|
+
},
|
|
990
|
+
"type": "String"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"id": "inbound.responseExpression",
|
|
994
|
+
"label": "Response expression",
|
|
995
|
+
"description": "Expression used to generate the HTTP response",
|
|
996
|
+
"optional": true,
|
|
997
|
+
"feel": "required",
|
|
998
|
+
"group": "webhookResponse",
|
|
999
|
+
"binding": {
|
|
1000
|
+
"name": "inbound.responseExpression",
|
|
1001
|
+
"type": "zeebe:property"
|
|
1002
|
+
},
|
|
1003
|
+
"type": "Text"
|
|
332
1004
|
},
|
|
333
1005
|
{
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"feel": "
|
|
1006
|
+
"id": "inbound.verificationExpression",
|
|
1007
|
+
"label": "One time verification response expression",
|
|
1008
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
1009
|
+
"optional": true,
|
|
1010
|
+
"feel": "required",
|
|
1011
|
+
"group": "webhookResponse",
|
|
339
1012
|
"binding": {
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
},
|
|
343
|
-
"condition": {
|
|
344
|
-
"property": "authorizationType",
|
|
345
|
-
"equals": "APIKEY"
|
|
1013
|
+
"name": "inbound.verificationExpression",
|
|
1014
|
+
"type": "zeebe:property"
|
|
346
1015
|
},
|
|
347
|
-
"
|
|
348
|
-
"notEmpty": true
|
|
349
|
-
}
|
|
1016
|
+
"type": "Text"
|
|
350
1017
|
},
|
|
351
1018
|
{
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
1019
|
+
"id": "activationCondition",
|
|
1020
|
+
"label": "Activation condition",
|
|
1021
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1022
|
+
"optional": true,
|
|
356
1023
|
"feel": "required",
|
|
1024
|
+
"group": "activation",
|
|
357
1025
|
"binding": {
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
},
|
|
361
|
-
"condition": {
|
|
362
|
-
"property": "authorizationType",
|
|
363
|
-
"equals": "APIKEY"
|
|
364
|
-
},
|
|
365
|
-
"constraints": {
|
|
366
|
-
"notEmpty": true
|
|
1026
|
+
"name": "activationCondition",
|
|
1027
|
+
"type": "zeebe:property"
|
|
367
1028
|
},
|
|
368
|
-
"
|
|
1029
|
+
"type": "String"
|
|
369
1030
|
},
|
|
370
1031
|
{
|
|
371
|
-
"
|
|
372
|
-
"
|
|
1032
|
+
"id": "consumeUnmatchedEvents",
|
|
1033
|
+
"label": "Consume unmatched events",
|
|
1034
|
+
"value": true,
|
|
373
1035
|
"group": "activation",
|
|
374
|
-
"feel": "required",
|
|
375
|
-
"description": "Sets up the correlation key from process variables",
|
|
376
1036
|
"binding": {
|
|
377
|
-
"
|
|
378
|
-
"
|
|
1037
|
+
"name": "consumeUnmatchedEvents",
|
|
1038
|
+
"type": "zeebe:property"
|
|
379
1039
|
},
|
|
380
|
-
"
|
|
381
|
-
|
|
382
|
-
}
|
|
1040
|
+
"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",
|
|
1041
|
+
"type": "Boolean"
|
|
383
1042
|
},
|
|
384
1043
|
{
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
1044
|
+
"id": "correlationKeyProcess",
|
|
1045
|
+
"label": "Correlation key (process)",
|
|
1046
|
+
"description": "Sets up the correlation key from process variables",
|
|
1047
|
+
"constraints": {
|
|
1048
|
+
"notEmpty": true
|
|
1049
|
+
},
|
|
388
1050
|
"feel": "required",
|
|
1051
|
+
"group": "correlation",
|
|
389
1052
|
"binding": {
|
|
390
|
-
"
|
|
391
|
-
"
|
|
1053
|
+
"name": "correlationKey",
|
|
1054
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
392
1055
|
},
|
|
1056
|
+
"type": "String"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "correlationKeyPayload",
|
|
1060
|
+
"label": "Correlation key (payload)",
|
|
393
1061
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
394
1062
|
"constraints": {
|
|
395
1063
|
"notEmpty": true
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"label": "Message ID expression",
|
|
1064
|
+
},
|
|
400
1065
|
"feel": "required",
|
|
401
|
-
"
|
|
402
|
-
"optional": true,
|
|
403
|
-
"group": "activation",
|
|
1066
|
+
"group": "correlation",
|
|
404
1067
|
"binding": {
|
|
405
|
-
"
|
|
406
|
-
"
|
|
1068
|
+
"name": "correlationKeyExpression",
|
|
1069
|
+
"type": "zeebe:property"
|
|
407
1070
|
},
|
|
408
|
-
"
|
|
1071
|
+
"type": "String"
|
|
409
1072
|
},
|
|
410
1073
|
{
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"feel": "required",
|
|
1074
|
+
"id": "messageIdExpression",
|
|
1075
|
+
"label": "Message ID expression",
|
|
1076
|
+
"description": "Expression to extract unique identifier of a message",
|
|
415
1077
|
"optional": true,
|
|
1078
|
+
"feel": "required",
|
|
1079
|
+
"group": "correlation",
|
|
416
1080
|
"binding": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
1081
|
+
"name": "messageIdExpression",
|
|
1082
|
+
"type": "zeebe:property"
|
|
419
1083
|
},
|
|
420
|
-
"
|
|
1084
|
+
"type": "String"
|
|
421
1085
|
},
|
|
422
1086
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
1087
|
+
"id": "messageTtl",
|
|
1088
|
+
"label": "Message TTL",
|
|
1089
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
426
1090
|
"optional": true,
|
|
1091
|
+
"constraints": {
|
|
1092
|
+
"notEmpty": false,
|
|
1093
|
+
"pattern": {
|
|
1094
|
+
"value": "^(PT.*|)$",
|
|
1095
|
+
"message": "must be an ISO-8601 duration"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"feel": "optional",
|
|
1099
|
+
"group": "correlation",
|
|
427
1100
|
"binding": {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
1101
|
+
"name": "messageTtl",
|
|
1102
|
+
"type": "zeebe:property"
|
|
430
1103
|
},
|
|
431
|
-
"
|
|
1104
|
+
"type": "String"
|
|
432
1105
|
},
|
|
433
1106
|
{
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"
|
|
1107
|
+
"id": "messageNameUuid",
|
|
1108
|
+
"generatedValue": {
|
|
1109
|
+
"type": "uuid"
|
|
1110
|
+
},
|
|
1111
|
+
"group": "correlation",
|
|
439
1112
|
"binding": {
|
|
440
|
-
"
|
|
441
|
-
"
|
|
1113
|
+
"name": "name",
|
|
1114
|
+
"type": "bpmn:Message#property"
|
|
442
1115
|
},
|
|
443
|
-
"
|
|
1116
|
+
"type": "Hidden"
|
|
444
1117
|
},
|
|
445
1118
|
{
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"group": "
|
|
450
|
-
"feel": "required",
|
|
451
|
-
"optional": true,
|
|
1119
|
+
"id": "resultVariable",
|
|
1120
|
+
"label": "Result variable",
|
|
1121
|
+
"description": "Name of variable to store the response in",
|
|
1122
|
+
"group": "output",
|
|
452
1123
|
"binding": {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
}
|
|
1124
|
+
"name": "resultVariable",
|
|
1125
|
+
"type": "zeebe:property"
|
|
1126
|
+
},
|
|
1127
|
+
"type": "String"
|
|
456
1128
|
},
|
|
457
1129
|
{
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
1130
|
+
"id": "resultExpression",
|
|
1131
|
+
"label": "Result expression",
|
|
1132
|
+
"description": "Expression to map the response into process variables",
|
|
461
1133
|
"feel": "required",
|
|
462
|
-
"
|
|
1134
|
+
"group": "output",
|
|
463
1135
|
"binding": {
|
|
464
|
-
"
|
|
465
|
-
"
|
|
1136
|
+
"name": "resultExpression",
|
|
1137
|
+
"type": "zeebe:property"
|
|
466
1138
|
},
|
|
467
|
-
"
|
|
1139
|
+
"type": "Text"
|
|
468
1140
|
}
|
|
469
1141
|
],
|
|
470
|
-
"icon": {
|
|
471
|
-
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
472
|
-
},
|
|
473
1142
|
"engines": {
|
|
474
|
-
"camunda": "^8.
|
|
1143
|
+
"camunda": "^8.3"
|
|
1144
|
+
},
|
|
1145
|
+
"icon": {
|
|
1146
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
|
|
475
1147
|
}
|
|
476
1148
|
},
|
|
477
1149
|
{
|
|
478
1150
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
479
1151
|
"name": "Webhook Boundary Event Connector",
|
|
480
1152
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
481
|
-
"version":
|
|
1153
|
+
"version": 3,
|
|
482
1154
|
"description": "Configure webhook to receive callbacks",
|
|
483
1155
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
484
1156
|
"category": {
|
|
@@ -587,7 +1259,11 @@
|
|
|
587
1259
|
},
|
|
588
1260
|
"description": "The webhook ID is a part of the URL",
|
|
589
1261
|
"constraints": {
|
|
590
|
-
"notEmpty": true
|
|
1262
|
+
"notEmpty": true,
|
|
1263
|
+
"pattern": {
|
|
1264
|
+
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
1265
|
+
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
1266
|
+
}
|
|
591
1267
|
}
|
|
592
1268
|
},
|
|
593
1269
|
{
|
|
@@ -942,7 +1618,7 @@
|
|
|
942
1618
|
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
943
1619
|
},
|
|
944
1620
|
"engines": {
|
|
945
|
-
"camunda": "^8.
|
|
1621
|
+
"camunda": "^8.5"
|
|
946
1622
|
}
|
|
947
1623
|
},
|
|
948
1624
|
{
|
|
@@ -1988,12 +2664,9 @@
|
|
|
1988
2664
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1989
2665
|
"name": "Webhook Boundary Event Connector",
|
|
1990
2666
|
"id": "io.camunda.connectors.webhook.WebhookConnectorBoundary.v1",
|
|
2667
|
+
"version": 2,
|
|
1991
2668
|
"description": "Configure webhook to receive callbacks",
|
|
1992
|
-
"
|
|
1993
|
-
"keywords": []
|
|
1994
|
-
},
|
|
1995
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
1996
|
-
"version": 12,
|
|
2669
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
|
|
1997
2670
|
"category": {
|
|
1998
2671
|
"id": "connectors",
|
|
1999
2672
|
"name": "Connectors"
|
|
@@ -2016,44 +2689,52 @@
|
|
|
2016
2689
|
"id": "authorization",
|
|
2017
2690
|
"label": "Authorization"
|
|
2018
2691
|
},
|
|
2019
|
-
{
|
|
2020
|
-
"id": "webhookResponse",
|
|
2021
|
-
"label": "Webhook response"
|
|
2022
|
-
},
|
|
2023
2692
|
{
|
|
2024
2693
|
"id": "activation",
|
|
2025
2694
|
"label": "Activation"
|
|
2026
2695
|
},
|
|
2027
2696
|
{
|
|
2028
|
-
"id": "
|
|
2029
|
-
"label": "
|
|
2030
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2697
|
+
"id": "variable-mapping",
|
|
2698
|
+
"label": "Variable mapping"
|
|
2031
2699
|
},
|
|
2032
2700
|
{
|
|
2033
|
-
"id": "
|
|
2034
|
-
"label": "
|
|
2701
|
+
"id": "webhookResponse",
|
|
2702
|
+
"label": "Webhook response"
|
|
2035
2703
|
}
|
|
2036
2704
|
],
|
|
2037
2705
|
"properties": [
|
|
2038
2706
|
{
|
|
2707
|
+
"type": "Hidden",
|
|
2039
2708
|
"value": "io.camunda:webhook:1",
|
|
2040
2709
|
"binding": {
|
|
2041
|
-
"
|
|
2042
|
-
"
|
|
2710
|
+
"type": "zeebe:property",
|
|
2711
|
+
"name": "inbound.type"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"type": "Hidden",
|
|
2716
|
+
"generatedValue": {
|
|
2717
|
+
"type": "uuid"
|
|
2043
2718
|
},
|
|
2044
|
-
"
|
|
2719
|
+
"binding": {
|
|
2720
|
+
"type": "bpmn:Message#property",
|
|
2721
|
+
"name": "name"
|
|
2722
|
+
}
|
|
2045
2723
|
},
|
|
2046
2724
|
{
|
|
2047
|
-
"
|
|
2725
|
+
"type": "Hidden",
|
|
2726
|
+
"value": "ConfigurableInboundWebhook",
|
|
2727
|
+
"binding": {
|
|
2728
|
+
"type": "zeebe:property",
|
|
2729
|
+
"name": "inbound.subtype"
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"id": "webhookMethod",
|
|
2048
2734
|
"label": "Webhook method",
|
|
2735
|
+
"group": "endpoint",
|
|
2049
2736
|
"description": "Select HTTP method",
|
|
2050
|
-
"optional": false,
|
|
2051
2737
|
"value": "any",
|
|
2052
|
-
"group": "endpoint",
|
|
2053
|
-
"binding": {
|
|
2054
|
-
"name": "inbound.method",
|
|
2055
|
-
"type": "zeebe:property"
|
|
2056
|
-
},
|
|
2057
2738
|
"type": "Dropdown",
|
|
2058
2739
|
"choices": [
|
|
2059
2740
|
{
|
|
@@ -2061,53 +2742,46 @@
|
|
|
2061
2742
|
"value": "any"
|
|
2062
2743
|
},
|
|
2063
2744
|
{
|
|
2064
|
-
"name": "
|
|
2745
|
+
"name": "Get",
|
|
2065
2746
|
"value": "get"
|
|
2066
2747
|
},
|
|
2067
2748
|
{
|
|
2068
|
-
"name": "
|
|
2749
|
+
"name": "Post",
|
|
2069
2750
|
"value": "post"
|
|
2070
2751
|
},
|
|
2071
2752
|
{
|
|
2072
|
-
"name": "
|
|
2753
|
+
"name": "Put",
|
|
2073
2754
|
"value": "put"
|
|
2074
2755
|
},
|
|
2075
2756
|
{
|
|
2076
|
-
"name": "
|
|
2757
|
+
"name": "Delete",
|
|
2077
2758
|
"value": "delete"
|
|
2078
2759
|
}
|
|
2079
|
-
]
|
|
2760
|
+
],
|
|
2761
|
+
"binding": {
|
|
2762
|
+
"type": "zeebe:property",
|
|
2763
|
+
"name": "inbound.method"
|
|
2764
|
+
}
|
|
2080
2765
|
},
|
|
2081
2766
|
{
|
|
2082
|
-
"id": "inbound.context",
|
|
2083
2767
|
"label": "Webhook ID",
|
|
2084
|
-
"
|
|
2085
|
-
"optional": false,
|
|
2086
|
-
"constraints": {
|
|
2087
|
-
"notEmpty": true,
|
|
2088
|
-
"pattern": {
|
|
2089
|
-
"value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
|
|
2090
|
-
"message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2768
|
+
"type": "String",
|
|
2093
2769
|
"group": "endpoint",
|
|
2094
2770
|
"binding": {
|
|
2095
|
-
"
|
|
2096
|
-
"
|
|
2771
|
+
"type": "zeebe:property",
|
|
2772
|
+
"name": "inbound.context"
|
|
2097
2773
|
},
|
|
2098
|
-
"
|
|
2774
|
+
"description": "The webhook ID is a part of the URL",
|
|
2775
|
+
"constraints": {
|
|
2776
|
+
"notEmpty": true
|
|
2777
|
+
}
|
|
2099
2778
|
},
|
|
2100
2779
|
{
|
|
2101
|
-
"id": "
|
|
2780
|
+
"id": "shouldValidateHmac",
|
|
2102
2781
|
"label": "HMAC authentication",
|
|
2103
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2104
|
-
"optional": false,
|
|
2105
|
-
"value": "disabled",
|
|
2106
2782
|
"group": "authentication",
|
|
2107
|
-
"
|
|
2108
|
-
|
|
2109
|
-
"type": "zeebe:property"
|
|
2110
|
-
},
|
|
2783
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
2784
|
+
"value": "disabled",
|
|
2111
2785
|
"type": "Dropdown",
|
|
2112
2786
|
"choices": [
|
|
2113
2787
|
{
|
|
@@ -2118,60 +2792,47 @@
|
|
|
2118
2792
|
"name": "Disabled",
|
|
2119
2793
|
"value": "disabled"
|
|
2120
2794
|
}
|
|
2121
|
-
]
|
|
2795
|
+
],
|
|
2796
|
+
"binding": {
|
|
2797
|
+
"type": "zeebe:property",
|
|
2798
|
+
"name": "inbound.shouldValidateHmac"
|
|
2799
|
+
}
|
|
2122
2800
|
},
|
|
2123
2801
|
{
|
|
2124
|
-
"id": "inbound.hmacSecret",
|
|
2125
2802
|
"label": "HMAC secret key",
|
|
2126
2803
|
"description": "Shared secret key",
|
|
2127
|
-
"
|
|
2128
|
-
"feel": "optional",
|
|
2804
|
+
"type": "String",
|
|
2129
2805
|
"group": "authentication",
|
|
2806
|
+
"optional": true,
|
|
2130
2807
|
"binding": {
|
|
2131
|
-
"
|
|
2132
|
-
"
|
|
2808
|
+
"type": "zeebe:property",
|
|
2809
|
+
"name": "inbound.hmacSecret"
|
|
2133
2810
|
},
|
|
2134
2811
|
"condition": {
|
|
2135
|
-
"property": "
|
|
2136
|
-
"equals": "enabled"
|
|
2137
|
-
|
|
2138
|
-
},
|
|
2139
|
-
"type": "String"
|
|
2812
|
+
"property": "shouldValidateHmac",
|
|
2813
|
+
"equals": "enabled"
|
|
2814
|
+
}
|
|
2140
2815
|
},
|
|
2141
2816
|
{
|
|
2142
|
-
"id": "inbound.hmacHeader",
|
|
2143
2817
|
"label": "HMAC header",
|
|
2144
2818
|
"description": "Name of header attribute that will contain the HMAC value",
|
|
2145
|
-
"
|
|
2146
|
-
"feel": "optional",
|
|
2819
|
+
"type": "String",
|
|
2147
2820
|
"group": "authentication",
|
|
2821
|
+
"optional": true,
|
|
2148
2822
|
"binding": {
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2823
|
+
"type": "zeebe:property",
|
|
2824
|
+
"name": "inbound.hmacHeader"
|
|
2151
2825
|
},
|
|
2152
2826
|
"condition": {
|
|
2153
|
-
"property": "
|
|
2154
|
-
"equals": "enabled"
|
|
2155
|
-
|
|
2156
|
-
},
|
|
2157
|
-
"type": "String"
|
|
2827
|
+
"property": "shouldValidateHmac",
|
|
2828
|
+
"equals": "enabled"
|
|
2829
|
+
}
|
|
2158
2830
|
},
|
|
2159
2831
|
{
|
|
2160
|
-
"id": "inbound.hmacAlgorithm",
|
|
2161
2832
|
"label": "HMAC algorithm",
|
|
2833
|
+
"group": "authentication",
|
|
2162
2834
|
"description": "Choose HMAC algorithm",
|
|
2163
|
-
"optional": false,
|
|
2164
2835
|
"value": "sha_256",
|
|
2165
|
-
"group": "authentication",
|
|
2166
|
-
"binding": {
|
|
2167
|
-
"name": "inbound.hmacAlgorithm",
|
|
2168
|
-
"type": "zeebe:property"
|
|
2169
|
-
},
|
|
2170
|
-
"condition": {
|
|
2171
|
-
"property": "inbound.shouldValidateHmac",
|
|
2172
|
-
"equals": "enabled",
|
|
2173
|
-
"type": "simple"
|
|
2174
|
-
},
|
|
2175
2836
|
"type": "Dropdown",
|
|
2176
2837
|
"choices": [
|
|
2177
2838
|
{
|
|
@@ -2186,341 +2847,288 @@
|
|
|
2186
2847
|
"name": "SHA-512",
|
|
2187
2848
|
"value": "sha_512"
|
|
2188
2849
|
}
|
|
2189
|
-
]
|
|
2850
|
+
],
|
|
2851
|
+
"binding": {
|
|
2852
|
+
"type": "zeebe:property",
|
|
2853
|
+
"name": "inbound.hmacAlgorithm"
|
|
2854
|
+
},
|
|
2855
|
+
"condition": {
|
|
2856
|
+
"property": "shouldValidateHmac",
|
|
2857
|
+
"equals": "enabled"
|
|
2858
|
+
}
|
|
2190
2859
|
},
|
|
2191
2860
|
{
|
|
2192
|
-
"id": "inbound.hmacScopes",
|
|
2193
2861
|
"label": "HMAC scopes",
|
|
2194
|
-
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
|
|
2195
|
-
"optional": true,
|
|
2196
|
-
"feel": "required",
|
|
2197
2862
|
"group": "authentication",
|
|
2863
|
+
"description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
|
|
2864
|
+
"feel": "required",
|
|
2865
|
+
"type": "String",
|
|
2866
|
+
"optional": true,
|
|
2198
2867
|
"binding": {
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2868
|
+
"type": "zeebe:property",
|
|
2869
|
+
"name": "inbound.hmacScopes"
|
|
2201
2870
|
},
|
|
2202
2871
|
"condition": {
|
|
2203
|
-
"property": "
|
|
2204
|
-
"equals": "enabled"
|
|
2205
|
-
|
|
2206
|
-
},
|
|
2207
|
-
"type": "String"
|
|
2872
|
+
"property": "shouldValidateHmac",
|
|
2873
|
+
"equals": "enabled"
|
|
2874
|
+
}
|
|
2208
2875
|
},
|
|
2209
2876
|
{
|
|
2210
|
-
"id": "
|
|
2877
|
+
"id": "authorizationType",
|
|
2211
2878
|
"label": "Authorization type",
|
|
2212
|
-
"description": "Choose the authorization type",
|
|
2213
|
-
"value": "NONE",
|
|
2214
2879
|
"group": "authorization",
|
|
2215
|
-
"
|
|
2216
|
-
|
|
2217
|
-
"type": "zeebe:property"
|
|
2218
|
-
},
|
|
2880
|
+
"description": "Choose the authorization type.",
|
|
2881
|
+
"value": "NONE",
|
|
2219
2882
|
"type": "Dropdown",
|
|
2220
2883
|
"choices": [
|
|
2221
2884
|
{
|
|
2222
2885
|
"name": "None",
|
|
2223
2886
|
"value": "NONE"
|
|
2224
2887
|
},
|
|
2888
|
+
{
|
|
2889
|
+
"name": "JWT",
|
|
2890
|
+
"value": "JWT"
|
|
2891
|
+
},
|
|
2225
2892
|
{
|
|
2226
2893
|
"name": "Basic",
|
|
2227
2894
|
"value": "BASIC"
|
|
2228
2895
|
},
|
|
2229
2896
|
{
|
|
2230
|
-
"name": "API
|
|
2897
|
+
"name": "API Key",
|
|
2231
2898
|
"value": "APIKEY"
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "JWT",
|
|
2235
|
-
"value": "JWT"
|
|
2236
2899
|
}
|
|
2237
|
-
]
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"id": "inbound.auth.username",
|
|
2241
|
-
"label": "Username",
|
|
2242
|
-
"description": "Username for basic authentication",
|
|
2243
|
-
"optional": false,
|
|
2244
|
-
"feel": "optional",
|
|
2245
|
-
"group": "authorization",
|
|
2900
|
+
],
|
|
2246
2901
|
"binding": {
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2249
|
-
}
|
|
2250
|
-
"condition": {
|
|
2251
|
-
"property": "inbound.auth.type",
|
|
2252
|
-
"equals": "BASIC",
|
|
2253
|
-
"type": "simple"
|
|
2254
|
-
},
|
|
2255
|
-
"type": "String"
|
|
2902
|
+
"type": "zeebe:property",
|
|
2903
|
+
"name": "inbound.auth.type"
|
|
2904
|
+
}
|
|
2256
2905
|
},
|
|
2257
2906
|
{
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2260
|
-
"
|
|
2261
|
-
"optional": false,
|
|
2262
|
-
"feel": "optional",
|
|
2907
|
+
"label": "JWK url",
|
|
2908
|
+
"description": "Well-known url of JWKs",
|
|
2909
|
+
"type": "String",
|
|
2263
2910
|
"group": "authorization",
|
|
2264
|
-
"binding": {
|
|
2265
|
-
"name": "inbound.auth.password",
|
|
2266
|
-
"type": "zeebe:property"
|
|
2267
|
-
},
|
|
2268
|
-
"condition": {
|
|
2269
|
-
"property": "inbound.auth.type",
|
|
2270
|
-
"equals": "BASIC",
|
|
2271
|
-
"type": "simple"
|
|
2272
|
-
},
|
|
2273
|
-
"type": "String"
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"id": "inbound.auth.apiKey",
|
|
2277
|
-
"label": "API key",
|
|
2278
|
-
"description": "Expected API key",
|
|
2279
|
-
"optional": false,
|
|
2280
2911
|
"feel": "optional",
|
|
2281
|
-
"
|
|
2912
|
+
"optional": true,
|
|
2282
2913
|
"binding": {
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2914
|
+
"type": "zeebe:property",
|
|
2915
|
+
"name": "inbound.auth.jwt.jwkUrl"
|
|
2285
2916
|
},
|
|
2286
2917
|
"condition": {
|
|
2287
|
-
"property": "
|
|
2288
|
-
"equals": "
|
|
2289
|
-
|
|
2290
|
-
},
|
|
2291
|
-
"type": "String"
|
|
2918
|
+
"property": "authorizationType",
|
|
2919
|
+
"equals": "JWT"
|
|
2920
|
+
}
|
|
2292
2921
|
},
|
|
2293
2922
|
{
|
|
2294
|
-
"
|
|
2295
|
-
"
|
|
2296
|
-
"
|
|
2297
|
-
"optional": false,
|
|
2298
|
-
"value": "=split(request.headers.authorization, \" \")[2]",
|
|
2299
|
-
"constraints": {
|
|
2300
|
-
"notEmpty": true
|
|
2301
|
-
},
|
|
2302
|
-
"feel": "required",
|
|
2923
|
+
"label": "JWT role property expression",
|
|
2924
|
+
"description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
|
|
2925
|
+
"type": "String",
|
|
2303
2926
|
"group": "authorization",
|
|
2927
|
+
"feel": "required",
|
|
2928
|
+
"optional": true,
|
|
2304
2929
|
"binding": {
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2930
|
+
"type": "zeebe:property",
|
|
2931
|
+
"name": "inbound.auth.jwt.permissionsExpression"
|
|
2307
2932
|
},
|
|
2308
2933
|
"condition": {
|
|
2309
|
-
"property": "
|
|
2310
|
-
"equals": "
|
|
2311
|
-
|
|
2312
|
-
},
|
|
2313
|
-
"type": "String"
|
|
2934
|
+
"property": "authorizationType",
|
|
2935
|
+
"equals": "JWT"
|
|
2936
|
+
}
|
|
2314
2937
|
},
|
|
2315
2938
|
{
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2319
|
-
"optional": false,
|
|
2320
|
-
"feel": "optional",
|
|
2939
|
+
"label": "Required roles",
|
|
2940
|
+
"description": "List of roles to test JWT roles against",
|
|
2941
|
+
"type": "String",
|
|
2321
2942
|
"group": "authorization",
|
|
2943
|
+
"feel": "required",
|
|
2944
|
+
"optional": true,
|
|
2322
2945
|
"binding": {
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
2946
|
+
"type": "zeebe:property",
|
|
2947
|
+
"name": "inbound.auth.jwt.requiredPermissions"
|
|
2325
2948
|
},
|
|
2326
2949
|
"condition": {
|
|
2327
|
-
"property": "
|
|
2328
|
-
"equals": "JWT"
|
|
2329
|
-
|
|
2330
|
-
},
|
|
2331
|
-
"type": "String"
|
|
2950
|
+
"property": "authorizationType",
|
|
2951
|
+
"equals": "JWT"
|
|
2952
|
+
}
|
|
2332
2953
|
},
|
|
2333
2954
|
{
|
|
2334
|
-
"
|
|
2335
|
-
"
|
|
2336
|
-
"
|
|
2337
|
-
"optional": false,
|
|
2338
|
-
"feel": "required",
|
|
2955
|
+
"label": "Username",
|
|
2956
|
+
"description": "Username for basic authentication",
|
|
2957
|
+
"type": "String",
|
|
2339
2958
|
"group": "authorization",
|
|
2959
|
+
"feel": "optional",
|
|
2340
2960
|
"binding": {
|
|
2341
|
-
"
|
|
2342
|
-
"
|
|
2961
|
+
"type": "zeebe:property",
|
|
2962
|
+
"name": "inbound.auth.username"
|
|
2343
2963
|
},
|
|
2344
2964
|
"condition": {
|
|
2345
|
-
"property": "
|
|
2346
|
-
"equals": "
|
|
2347
|
-
"type": "simple"
|
|
2965
|
+
"property": "authorizationType",
|
|
2966
|
+
"equals": "BASIC"
|
|
2348
2967
|
},
|
|
2349
|
-
"
|
|
2968
|
+
"constraints": {
|
|
2969
|
+
"notEmpty": true
|
|
2970
|
+
}
|
|
2350
2971
|
},
|
|
2351
2972
|
{
|
|
2352
|
-
"
|
|
2353
|
-
"
|
|
2354
|
-
"
|
|
2355
|
-
"optional": false,
|
|
2356
|
-
"feel": "required",
|
|
2973
|
+
"label": "Password",
|
|
2974
|
+
"description": "Password for basic authentication",
|
|
2975
|
+
"type": "String",
|
|
2357
2976
|
"group": "authorization",
|
|
2977
|
+
"feel": "optional",
|
|
2358
2978
|
"binding": {
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2979
|
+
"type": "zeebe:property",
|
|
2980
|
+
"name": "inbound.auth.password"
|
|
2361
2981
|
},
|
|
2362
2982
|
"condition": {
|
|
2363
|
-
"property": "
|
|
2364
|
-
"equals": "
|
|
2365
|
-
"type": "simple"
|
|
2983
|
+
"property": "authorizationType",
|
|
2984
|
+
"equals": "BASIC"
|
|
2366
2985
|
},
|
|
2367
|
-
"
|
|
2986
|
+
"constraints": {
|
|
2987
|
+
"notEmpty": true
|
|
2988
|
+
}
|
|
2368
2989
|
},
|
|
2369
2990
|
{
|
|
2370
|
-
"
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2374
|
-
"feel": "
|
|
2375
|
-
"group": "webhookResponse",
|
|
2991
|
+
"label": "API Key",
|
|
2992
|
+
"description": "Expected API key",
|
|
2993
|
+
"type": "String",
|
|
2994
|
+
"group": "authorization",
|
|
2995
|
+
"feel": "optional",
|
|
2376
2996
|
"binding": {
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2997
|
+
"type": "zeebe:property",
|
|
2998
|
+
"name": "inbound.auth.apiKey"
|
|
2379
2999
|
},
|
|
2380
|
-
"
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
"id": "inbound.verificationExpression",
|
|
2384
|
-
"label": "One time verification response expression",
|
|
2385
|
-
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
2386
|
-
"optional": true,
|
|
2387
|
-
"feel": "required",
|
|
2388
|
-
"group": "webhookResponse",
|
|
2389
|
-
"binding": {
|
|
2390
|
-
"name": "inbound.verificationExpression",
|
|
2391
|
-
"type": "zeebe:property"
|
|
3000
|
+
"condition": {
|
|
3001
|
+
"property": "authorizationType",
|
|
3002
|
+
"equals": "APIKEY"
|
|
2392
3003
|
},
|
|
2393
|
-
"
|
|
3004
|
+
"constraints": {
|
|
3005
|
+
"notEmpty": true
|
|
3006
|
+
}
|
|
2394
3007
|
},
|
|
2395
3008
|
{
|
|
2396
|
-
"
|
|
2397
|
-
"
|
|
2398
|
-
"
|
|
2399
|
-
"
|
|
3009
|
+
"label": "API Key locator",
|
|
3010
|
+
"description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
|
|
3011
|
+
"type": "String",
|
|
3012
|
+
"group": "authorization",
|
|
2400
3013
|
"feel": "required",
|
|
2401
|
-
"group": "activation",
|
|
2402
3014
|
"binding": {
|
|
2403
|
-
"
|
|
2404
|
-
"
|
|
3015
|
+
"type": "zeebe:property",
|
|
3016
|
+
"name": "inbound.auth.apiKeyLocator"
|
|
2405
3017
|
},
|
|
2406
|
-
"
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
"id": "consumeUnmatchedEvents",
|
|
2410
|
-
"label": "Consume unmatched events",
|
|
2411
|
-
"value": true,
|
|
2412
|
-
"group": "activation",
|
|
2413
|
-
"binding": {
|
|
2414
|
-
"name": "consumeUnmatchedEvents",
|
|
2415
|
-
"type": "zeebe:property"
|
|
3018
|
+
"condition": {
|
|
3019
|
+
"property": "authorizationType",
|
|
3020
|
+
"equals": "APIKEY"
|
|
2416
3021
|
},
|
|
2417
|
-
"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",
|
|
2418
|
-
"type": "Boolean"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"id": "correlationKeyProcess",
|
|
2422
|
-
"label": "Correlation key (process)",
|
|
2423
|
-
"description": "Sets up the correlation key from process variables",
|
|
2424
3022
|
"constraints": {
|
|
2425
3023
|
"notEmpty": true
|
|
2426
3024
|
},
|
|
3025
|
+
"value": "=split(request.headers.authorization, \" \")[2]"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"label": "Correlation key (process)",
|
|
3029
|
+
"type": "String",
|
|
3030
|
+
"group": "activation",
|
|
2427
3031
|
"feel": "required",
|
|
2428
|
-
"
|
|
3032
|
+
"description": "Sets up the correlation key from process variables",
|
|
2429
3033
|
"binding": {
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
3034
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
3035
|
+
"name": "correlationKey"
|
|
2432
3036
|
},
|
|
2433
|
-
"
|
|
3037
|
+
"constraints": {
|
|
3038
|
+
"notEmpty": true
|
|
3039
|
+
}
|
|
2434
3040
|
},
|
|
2435
3041
|
{
|
|
2436
|
-
"id": "correlationKeyPayload",
|
|
2437
3042
|
"label": "Correlation key (payload)",
|
|
3043
|
+
"type": "String",
|
|
3044
|
+
"group": "activation",
|
|
3045
|
+
"feel": "required",
|
|
3046
|
+
"binding": {
|
|
3047
|
+
"type": "zeebe:property",
|
|
3048
|
+
"name": "correlationKeyExpression"
|
|
3049
|
+
},
|
|
2438
3050
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
2439
3051
|
"constraints": {
|
|
2440
3052
|
"notEmpty": true
|
|
2441
|
-
}
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"label": "Message ID expression",
|
|
2442
3057
|
"feel": "required",
|
|
2443
|
-
"
|
|
3058
|
+
"type": "String",
|
|
3059
|
+
"optional": true,
|
|
3060
|
+
"group": "activation",
|
|
2444
3061
|
"binding": {
|
|
2445
|
-
"
|
|
2446
|
-
"
|
|
3062
|
+
"type": "zeebe:property",
|
|
3063
|
+
"name": "messageIdExpression"
|
|
2447
3064
|
},
|
|
2448
|
-
"
|
|
3065
|
+
"description": "Expression to extract unique identifier of a message"
|
|
2449
3066
|
},
|
|
2450
3067
|
{
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2453
|
-
"
|
|
2454
|
-
"optional": true,
|
|
3068
|
+
"label": "Condition",
|
|
3069
|
+
"type": "String",
|
|
3070
|
+
"group": "activation",
|
|
2455
3071
|
"feel": "required",
|
|
2456
|
-
"
|
|
3072
|
+
"optional": true,
|
|
2457
3073
|
"binding": {
|
|
2458
|
-
"
|
|
2459
|
-
"
|
|
3074
|
+
"type": "zeebe:property",
|
|
3075
|
+
"name": "activationCondition"
|
|
2460
3076
|
},
|
|
2461
|
-
"
|
|
3077
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
2462
3078
|
},
|
|
2463
3079
|
{
|
|
2464
|
-
"
|
|
2465
|
-
"
|
|
2466
|
-
"
|
|
3080
|
+
"label": "Result variable",
|
|
3081
|
+
"type": "String",
|
|
3082
|
+
"group": "variable-mapping",
|
|
2467
3083
|
"optional": true,
|
|
2468
|
-
"constraints": {
|
|
2469
|
-
"notEmpty": false,
|
|
2470
|
-
"pattern": {
|
|
2471
|
-
"value": "^(PT.*|)$",
|
|
2472
|
-
"message": "must be an ISO-8601 duration"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
"feel": "optional",
|
|
2476
|
-
"group": "correlation",
|
|
2477
3084
|
"binding": {
|
|
2478
|
-
"
|
|
2479
|
-
"
|
|
3085
|
+
"type": "zeebe:property",
|
|
3086
|
+
"name": "resultVariable"
|
|
2480
3087
|
},
|
|
2481
|
-
"
|
|
3088
|
+
"description": "Name of variable to store the result of the connector in"
|
|
2482
3089
|
},
|
|
2483
3090
|
{
|
|
2484
|
-
"
|
|
2485
|
-
"
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
"
|
|
3091
|
+
"label": "Result expression",
|
|
3092
|
+
"type": "String",
|
|
3093
|
+
"group": "variable-mapping",
|
|
3094
|
+
"feel": "required",
|
|
3095
|
+
"optional": true,
|
|
2489
3096
|
"binding": {
|
|
2490
|
-
"
|
|
2491
|
-
"
|
|
3097
|
+
"type": "zeebe:property",
|
|
3098
|
+
"name": "resultExpression"
|
|
2492
3099
|
},
|
|
2493
|
-
"
|
|
3100
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
2494
3101
|
},
|
|
2495
3102
|
{
|
|
2496
|
-
"
|
|
2497
|
-
"
|
|
2498
|
-
"
|
|
2499
|
-
"group": "
|
|
3103
|
+
"label": "One time verification response expression",
|
|
3104
|
+
"description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
|
|
3105
|
+
"type": "Text",
|
|
3106
|
+
"group": "webhookResponse",
|
|
3107
|
+
"feel": "required",
|
|
3108
|
+
"optional": true,
|
|
2500
3109
|
"binding": {
|
|
2501
|
-
"
|
|
2502
|
-
"
|
|
2503
|
-
}
|
|
2504
|
-
"type": "String"
|
|
3110
|
+
"type": "zeebe:property",
|
|
3111
|
+
"name": "inbound.verificationExpression"
|
|
3112
|
+
}
|
|
2505
3113
|
},
|
|
2506
3114
|
{
|
|
2507
|
-
"
|
|
2508
|
-
"
|
|
2509
|
-
"
|
|
3115
|
+
"label": "Response body expression",
|
|
3116
|
+
"type": "Text",
|
|
3117
|
+
"group": "webhookResponse",
|
|
2510
3118
|
"feel": "required",
|
|
2511
|
-
"
|
|
3119
|
+
"optional": true,
|
|
2512
3120
|
"binding": {
|
|
2513
|
-
"
|
|
2514
|
-
"
|
|
3121
|
+
"type": "zeebe:property",
|
|
3122
|
+
"name": "inbound.responseBodyExpression"
|
|
2515
3123
|
},
|
|
2516
|
-
"
|
|
3124
|
+
"description": "Specify condition and response"
|
|
2517
3125
|
}
|
|
2518
3126
|
],
|
|
2519
|
-
"engines": {
|
|
2520
|
-
"camunda": "^8.3"
|
|
2521
|
-
},
|
|
2522
3127
|
"icon": {
|
|
2523
|
-
"contents": "data:image/svg+xml;
|
|
3128
|
+
"contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='<Transparent Rectangle>' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
|
|
3129
|
+
},
|
|
3130
|
+
"engines": {
|
|
3131
|
+
"camunda": "^8.4"
|
|
2524
3132
|
}
|
|
2525
3133
|
},
|
|
2526
3134
|
{
|
|
@@ -2979,7 +3587,7 @@
|
|
|
2979
3587
|
"keywords": []
|
|
2980
3588
|
},
|
|
2981
3589
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
|
|
2982
|
-
"version":
|
|
3590
|
+
"version": 14,
|
|
2983
3591
|
"category": {
|
|
2984
3592
|
"id": "connectors",
|
|
2985
3593
|
"name": "Connectors"
|
|
@@ -3013,6 +3621,10 @@
|
|
|
3013
3621
|
"id": "activation",
|
|
3014
3622
|
"label": "Activation"
|
|
3015
3623
|
},
|
|
3624
|
+
{
|
|
3625
|
+
"id": "synchronousResponse",
|
|
3626
|
+
"label": "Response mode"
|
|
3627
|
+
},
|
|
3016
3628
|
{
|
|
3017
3629
|
"id": "correlation",
|
|
3018
3630
|
"label": "Correlation",
|
|
@@ -3411,6 +4023,29 @@
|
|
|
3411
4023
|
"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",
|
|
3412
4024
|
"type": "Boolean"
|
|
3413
4025
|
},
|
|
4026
|
+
{
|
|
4027
|
+
"id": "synchronousResponse",
|
|
4028
|
+
"label": "Response mode",
|
|
4029
|
+
"description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
|
|
4030
|
+
"value": "false",
|
|
4031
|
+
"group": "synchronousResponse",
|
|
4032
|
+
"binding": {
|
|
4033
|
+
"name": "synchronousResponse",
|
|
4034
|
+
"type": "zeebe:property"
|
|
4035
|
+
},
|
|
4036
|
+
"tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
|
|
4037
|
+
"type": "Dropdown",
|
|
4038
|
+
"choices": [
|
|
4039
|
+
{
|
|
4040
|
+
"name": "Asynchronous",
|
|
4041
|
+
"value": "false"
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"name": "Synchronous",
|
|
4045
|
+
"value": "true"
|
|
4046
|
+
}
|
|
4047
|
+
]
|
|
4048
|
+
},
|
|
3414
4049
|
{
|
|
3415
4050
|
"id": "correlationKeyProcess",
|
|
3416
4051
|
"label": "Correlation key (process)",
|
|
@@ -3452,6 +4087,11 @@
|
|
|
3452
4087
|
"name": "messageIdExpression",
|
|
3453
4088
|
"type": "zeebe:property"
|
|
3454
4089
|
},
|
|
4090
|
+
"condition": {
|
|
4091
|
+
"property": "synchronousResponse",
|
|
4092
|
+
"equals": "false",
|
|
4093
|
+
"type": "simple"
|
|
4094
|
+
},
|
|
3455
4095
|
"type": "String"
|
|
3456
4096
|
},
|
|
3457
4097
|
{
|
|
@@ -3472,6 +4112,11 @@
|
|
|
3472
4112
|
"name": "messageTtl",
|
|
3473
4113
|
"type": "zeebe:property"
|
|
3474
4114
|
},
|
|
4115
|
+
"condition": {
|
|
4116
|
+
"property": "synchronousResponse",
|
|
4117
|
+
"equals": "false",
|
|
4118
|
+
"type": "simple"
|
|
4119
|
+
},
|
|
3475
4120
|
"type": "String"
|
|
3476
4121
|
},
|
|
3477
4122
|
{
|