@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "SendGrid
|
|
4
|
+
"name": "SendGrid connector",
|
|
5
5
|
"id": "io.camunda.connectors.SendGrid.v2",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
6
|
+
"deprecated": {
|
|
7
|
+
"message": "Replace with 'SendGrid connector' template.",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
9
9
|
},
|
|
10
|
+
"description": "Send an email via SendGrid",
|
|
10
11
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
11
|
-
"
|
|
12
|
+
"icon": {
|
|
13
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
|
|
14
|
+
},
|
|
12
15
|
"category": {
|
|
13
16
|
"id": "connectors",
|
|
14
17
|
"name": "Connectors"
|
|
@@ -17,9 +20,6 @@
|
|
|
17
20
|
"elementType": {
|
|
18
21
|
"value": "bpmn:ServiceTask"
|
|
19
22
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.3"
|
|
22
|
-
},
|
|
23
23
|
"groups": [
|
|
24
24
|
{
|
|
25
25
|
"id": "authentication",
|
|
@@ -38,111 +38,88 @@
|
|
|
38
38
|
"label": "Compose email"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
"id": "
|
|
42
|
-
"label": "Output mapping"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"id": "error",
|
|
41
|
+
"id": "errors",
|
|
46
42
|
"label": "Error handling"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"id": "retries",
|
|
50
|
-
"label": "Retries"
|
|
51
43
|
}
|
|
52
44
|
],
|
|
53
45
|
"properties": [
|
|
54
46
|
{
|
|
47
|
+
"type": "Hidden",
|
|
55
48
|
"value": "io.camunda:sendgrid:1",
|
|
56
49
|
"binding": {
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
}
|
|
60
|
-
"type": "Hidden"
|
|
50
|
+
"type": "zeebe:taskDefinition",
|
|
51
|
+
"property": "type"
|
|
52
|
+
}
|
|
61
53
|
},
|
|
62
54
|
{
|
|
63
|
-
"id": "apiKey",
|
|
64
55
|
"label": "SendGrid API key",
|
|
65
|
-
"optional": false,
|
|
66
|
-
"constraints": {
|
|
67
|
-
"notEmpty": true
|
|
68
|
-
},
|
|
69
|
-
"feel": "optional",
|
|
70
56
|
"group": "authentication",
|
|
57
|
+
"type": "String",
|
|
58
|
+
"feel": "optional",
|
|
71
59
|
"binding": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
60
|
+
"type": "zeebe:input",
|
|
61
|
+
"name": "apiKey"
|
|
74
62
|
},
|
|
75
|
-
"
|
|
63
|
+
"constraints": {
|
|
64
|
+
"notEmpty": true
|
|
65
|
+
}
|
|
76
66
|
},
|
|
77
67
|
{
|
|
78
|
-
"id": "from.name",
|
|
79
68
|
"label": "Name",
|
|
80
|
-
"optional": false,
|
|
81
|
-
"constraints": {
|
|
82
|
-
"notEmpty": true
|
|
83
|
-
},
|
|
84
|
-
"feel": "optional",
|
|
85
69
|
"group": "sender",
|
|
70
|
+
"type": "String",
|
|
71
|
+
"feel": "optional",
|
|
86
72
|
"binding": {
|
|
87
|
-
"
|
|
88
|
-
"
|
|
73
|
+
"type": "zeebe:input",
|
|
74
|
+
"name": "from.name"
|
|
89
75
|
},
|
|
90
|
-
"
|
|
76
|
+
"constraints": {
|
|
77
|
+
"notEmpty": true
|
|
78
|
+
}
|
|
91
79
|
},
|
|
92
80
|
{
|
|
93
|
-
"id": "from.email",
|
|
94
81
|
"label": "Email address",
|
|
95
|
-
"optional": false,
|
|
96
|
-
"constraints": {
|
|
97
|
-
"notEmpty": true
|
|
98
|
-
},
|
|
99
|
-
"feel": "optional",
|
|
100
82
|
"group": "sender",
|
|
83
|
+
"type": "String",
|
|
84
|
+
"feel": "optional",
|
|
101
85
|
"binding": {
|
|
102
|
-
"
|
|
103
|
-
"
|
|
86
|
+
"type": "zeebe:input",
|
|
87
|
+
"name": "from.email"
|
|
104
88
|
},
|
|
105
|
-
"
|
|
89
|
+
"constraints": {
|
|
90
|
+
"notEmpty": true
|
|
91
|
+
}
|
|
106
92
|
},
|
|
107
93
|
{
|
|
108
|
-
"id": "to.name",
|
|
109
94
|
"label": "Name",
|
|
110
|
-
"optional": false,
|
|
111
|
-
"constraints": {
|
|
112
|
-
"notEmpty": true
|
|
113
|
-
},
|
|
114
|
-
"feel": "optional",
|
|
115
95
|
"group": "receiver",
|
|
96
|
+
"type": "String",
|
|
97
|
+
"feel": "optional",
|
|
116
98
|
"binding": {
|
|
117
|
-
"
|
|
118
|
-
"
|
|
99
|
+
"type": "zeebe:input",
|
|
100
|
+
"name": "to.name"
|
|
119
101
|
},
|
|
120
|
-
"
|
|
102
|
+
"constraints": {
|
|
103
|
+
"notEmpty": true
|
|
104
|
+
}
|
|
121
105
|
},
|
|
122
106
|
{
|
|
123
|
-
"id": "to.email",
|
|
124
107
|
"label": "Email address",
|
|
125
|
-
"optional": false,
|
|
126
|
-
"constraints": {
|
|
127
|
-
"notEmpty": true
|
|
128
|
-
},
|
|
129
|
-
"feel": "optional",
|
|
130
108
|
"group": "receiver",
|
|
109
|
+
"type": "String",
|
|
110
|
+
"feel": "optional",
|
|
131
111
|
"binding": {
|
|
132
|
-
"
|
|
133
|
-
"
|
|
112
|
+
"type": "zeebe:input",
|
|
113
|
+
"name": "to.email"
|
|
134
114
|
},
|
|
135
|
-
"
|
|
115
|
+
"constraints": {
|
|
116
|
+
"notEmpty": true
|
|
117
|
+
}
|
|
136
118
|
},
|
|
137
119
|
{
|
|
138
|
-
"id": "
|
|
139
|
-
"label": "Mail contents",
|
|
140
|
-
"optional": false,
|
|
120
|
+
"id": "mailType",
|
|
141
121
|
"group": "content",
|
|
142
|
-
"
|
|
143
|
-
"name": "unMappedFieldNotUseInModel.mailType",
|
|
144
|
-
"type": "zeebe:input"
|
|
145
|
-
},
|
|
122
|
+
"value": "mail",
|
|
146
123
|
"type": "Dropdown",
|
|
147
124
|
"choices": [
|
|
148
125
|
{
|
|
@@ -153,204 +130,121 @@
|
|
|
153
130
|
"name": "Using dynamic template",
|
|
154
131
|
"value": "byTemplate"
|
|
155
132
|
}
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"id": "template.id",
|
|
160
|
-
"label": "Template ID",
|
|
161
|
-
"optional": false,
|
|
162
|
-
"constraints": {
|
|
163
|
-
"notEmpty": true
|
|
164
|
-
},
|
|
165
|
-
"feel": "optional",
|
|
166
|
-
"group": "content",
|
|
133
|
+
],
|
|
167
134
|
"binding": {
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
}
|
|
171
|
-
"condition": {
|
|
172
|
-
"property": "unMappedFieldNotUseInModel.mailType",
|
|
173
|
-
"equals": "byTemplate",
|
|
174
|
-
"type": "simple"
|
|
175
|
-
},
|
|
176
|
-
"type": "String"
|
|
135
|
+
"type": "zeebe:input",
|
|
136
|
+
"name": "unMappedFieldNotUseInModel.mailType"
|
|
137
|
+
}
|
|
177
138
|
},
|
|
178
139
|
{
|
|
179
|
-
"
|
|
180
|
-
"label": "Template data",
|
|
181
|
-
"optional": false,
|
|
182
|
-
"constraints": {
|
|
183
|
-
"notEmpty": true
|
|
184
|
-
},
|
|
185
|
-
"feel": "required",
|
|
140
|
+
"label": "Subject",
|
|
186
141
|
"group": "content",
|
|
142
|
+
"type": "String",
|
|
143
|
+
"feel": "optional",
|
|
187
144
|
"binding": {
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
},
|
|
191
|
-
"condition": {
|
|
192
|
-
"property": "unMappedFieldNotUseInModel.mailType",
|
|
193
|
-
"equals": "byTemplate",
|
|
194
|
-
"type": "simple"
|
|
145
|
+
"type": "zeebe:input",
|
|
146
|
+
"name": "content.subject"
|
|
195
147
|
},
|
|
196
|
-
"type": "String"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"id": "content.subject",
|
|
200
|
-
"label": "Subject",
|
|
201
|
-
"optional": false,
|
|
202
148
|
"constraints": {
|
|
203
149
|
"notEmpty": true
|
|
204
150
|
},
|
|
205
|
-
"feel": "optional",
|
|
206
|
-
"group": "content",
|
|
207
|
-
"binding": {
|
|
208
|
-
"name": "content.subject",
|
|
209
|
-
"type": "zeebe:input"
|
|
210
|
-
},
|
|
211
151
|
"condition": {
|
|
212
|
-
"property": "
|
|
213
|
-
"equals": "mail"
|
|
214
|
-
|
|
215
|
-
},
|
|
216
|
-
"type": "String"
|
|
152
|
+
"property": "mailType",
|
|
153
|
+
"equals": "mail"
|
|
154
|
+
}
|
|
217
155
|
},
|
|
218
156
|
{
|
|
219
|
-
"id": "content.type",
|
|
220
157
|
"label": "Content type",
|
|
221
|
-
"
|
|
158
|
+
"group": "content",
|
|
159
|
+
"type": "String",
|
|
160
|
+
"feel": "optional",
|
|
222
161
|
"value": "text/plain",
|
|
162
|
+
"binding": {
|
|
163
|
+
"type": "zeebe:input",
|
|
164
|
+
"name": "content.type"
|
|
165
|
+
},
|
|
223
166
|
"constraints": {
|
|
224
167
|
"notEmpty": true
|
|
225
168
|
},
|
|
226
|
-
"feel": "optional",
|
|
227
|
-
"group": "content",
|
|
228
|
-
"binding": {
|
|
229
|
-
"name": "content.type",
|
|
230
|
-
"type": "zeebe:input"
|
|
231
|
-
},
|
|
232
169
|
"condition": {
|
|
233
|
-
"property": "
|
|
234
|
-
"equals": "mail"
|
|
235
|
-
|
|
236
|
-
},
|
|
237
|
-
"type": "String"
|
|
170
|
+
"property": "mailType",
|
|
171
|
+
"equals": "mail"
|
|
172
|
+
}
|
|
238
173
|
},
|
|
239
174
|
{
|
|
240
|
-
"id": "content.value",
|
|
241
175
|
"label": "Body",
|
|
242
|
-
"
|
|
176
|
+
"group": "content",
|
|
177
|
+
"type": "Text",
|
|
178
|
+
"feel": "optional",
|
|
179
|
+
"binding": {
|
|
180
|
+
"type": "zeebe:input",
|
|
181
|
+
"name": "content.value"
|
|
182
|
+
},
|
|
243
183
|
"constraints": {
|
|
244
184
|
"notEmpty": true
|
|
245
185
|
},
|
|
246
|
-
"
|
|
186
|
+
"condition": {
|
|
187
|
+
"property": "mailType",
|
|
188
|
+
"equals": "mail"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"label": "Template ID",
|
|
247
193
|
"group": "content",
|
|
194
|
+
"type": "String",
|
|
195
|
+
"feel": "optional",
|
|
248
196
|
"binding": {
|
|
249
|
-
"
|
|
250
|
-
"
|
|
197
|
+
"type": "zeebe:input",
|
|
198
|
+
"name": "template.id"
|
|
251
199
|
},
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"equals": "mail",
|
|
255
|
-
"type": "simple"
|
|
200
|
+
"constraints": {
|
|
201
|
+
"notEmpty": true
|
|
256
202
|
},
|
|
257
|
-
"
|
|
203
|
+
"condition": {
|
|
204
|
+
"property": "mailType",
|
|
205
|
+
"equals": "byTemplate"
|
|
206
|
+
}
|
|
258
207
|
},
|
|
259
208
|
{
|
|
260
|
-
"
|
|
261
|
-
"label": "attachments",
|
|
262
|
-
"description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
|
|
263
|
-
"optional": true,
|
|
264
|
-
"feel": "required",
|
|
209
|
+
"label": "Template data",
|
|
265
210
|
"group": "content",
|
|
211
|
+
"type": "Text",
|
|
212
|
+
"feel": "required",
|
|
266
213
|
"binding": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
214
|
+
"type": "zeebe:input",
|
|
215
|
+
"name": "template.data"
|
|
269
216
|
},
|
|
270
|
-
"
|
|
271
|
-
|
|
272
|
-
{
|
|
273
|
-
"id": "resultVariable",
|
|
274
|
-
"label": "Result variable",
|
|
275
|
-
"description": "Name of variable to store the response in",
|
|
276
|
-
"group": "output",
|
|
277
|
-
"binding": {
|
|
278
|
-
"key": "resultVariable",
|
|
279
|
-
"type": "zeebe:taskHeader"
|
|
280
|
-
},
|
|
281
|
-
"type": "String"
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"id": "resultExpression",
|
|
285
|
-
"label": "Result expression",
|
|
286
|
-
"description": "Expression to map the response into process variables",
|
|
287
|
-
"feel": "required",
|
|
288
|
-
"group": "output",
|
|
289
|
-
"binding": {
|
|
290
|
-
"key": "resultExpression",
|
|
291
|
-
"type": "zeebe:taskHeader"
|
|
217
|
+
"constraints": {
|
|
218
|
+
"notEmpty": true
|
|
292
219
|
},
|
|
293
|
-
"
|
|
220
|
+
"condition": {
|
|
221
|
+
"property": "mailType",
|
|
222
|
+
"equals": "byTemplate"
|
|
223
|
+
}
|
|
294
224
|
},
|
|
295
225
|
{
|
|
296
|
-
"id": "errorExpression",
|
|
297
226
|
"label": "Error expression",
|
|
298
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
227
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
228
|
+
"group": "errors",
|
|
229
|
+
"type": "Text",
|
|
299
230
|
"feel": "required",
|
|
300
|
-
"group": "error",
|
|
301
|
-
"binding": {
|
|
302
|
-
"key": "errorExpression",
|
|
303
|
-
"type": "zeebe:taskHeader"
|
|
304
|
-
},
|
|
305
|
-
"type": "Text"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"id": "retryCount",
|
|
309
|
-
"label": "Retries",
|
|
310
|
-
"description": "Number of retries",
|
|
311
|
-
"value": "3",
|
|
312
|
-
"feel": "optional",
|
|
313
|
-
"group": "retries",
|
|
314
|
-
"binding": {
|
|
315
|
-
"property": "retries",
|
|
316
|
-
"type": "zeebe:taskDefinition"
|
|
317
|
-
},
|
|
318
|
-
"type": "String"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"id": "retryBackoff",
|
|
322
|
-
"label": "Retry backoff",
|
|
323
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
324
|
-
"value": "PT0S",
|
|
325
|
-
"group": "retries",
|
|
326
231
|
"binding": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
}
|
|
330
|
-
"type": "String"
|
|
232
|
+
"type": "zeebe:taskHeader",
|
|
233
|
+
"key": "errorExpression"
|
|
234
|
+
}
|
|
331
235
|
}
|
|
332
|
-
]
|
|
333
|
-
"icon": {
|
|
334
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
|
|
335
|
-
}
|
|
236
|
+
]
|
|
336
237
|
},
|
|
337
238
|
{
|
|
338
239
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
339
|
-
"name": "SendGrid
|
|
240
|
+
"name": "SendGrid connector",
|
|
340
241
|
"id": "io.camunda.connectors.SendGrid.v2",
|
|
242
|
+
"version": 1,
|
|
341
243
|
"description": "Send an email via SendGrid",
|
|
342
|
-
"keywords": [
|
|
343
|
-
"send email",
|
|
344
|
-
"email notification",
|
|
345
|
-
"transactional email",
|
|
346
|
-
"marketing email",
|
|
347
|
-
"email campaign",
|
|
348
|
-
"email delivery",
|
|
349
|
-
"dynamic template",
|
|
350
|
-
"email template"
|
|
351
|
-
],
|
|
352
244
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
353
|
-
"
|
|
245
|
+
"icon": {
|
|
246
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
|
|
247
|
+
},
|
|
354
248
|
"category": {
|
|
355
249
|
"id": "connectors",
|
|
356
250
|
"name": "Connectors"
|
|
@@ -359,9 +253,6 @@
|
|
|
359
253
|
"elementType": {
|
|
360
254
|
"value": "bpmn:ServiceTask"
|
|
361
255
|
},
|
|
362
|
-
"engines": {
|
|
363
|
-
"camunda": "^8.3"
|
|
364
|
-
},
|
|
365
256
|
"groups": [
|
|
366
257
|
{
|
|
367
258
|
"id": "authentication",
|
|
@@ -380,115 +271,88 @@
|
|
|
380
271
|
"label": "Compose email"
|
|
381
272
|
},
|
|
382
273
|
{
|
|
383
|
-
"id": "
|
|
384
|
-
"label": "Connector"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"id": "output",
|
|
388
|
-
"label": "Output mapping"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"id": "error",
|
|
274
|
+
"id": "errors",
|
|
392
275
|
"label": "Error handling"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"id": "retries",
|
|
396
|
-
"label": "Retries"
|
|
397
276
|
}
|
|
398
277
|
],
|
|
399
278
|
"properties": [
|
|
400
279
|
{
|
|
280
|
+
"type": "Hidden",
|
|
401
281
|
"value": "io.camunda:sendgrid:1",
|
|
402
282
|
"binding": {
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
}
|
|
406
|
-
"type": "Hidden"
|
|
283
|
+
"type": "zeebe:taskDefinition",
|
|
284
|
+
"property": "type"
|
|
285
|
+
}
|
|
407
286
|
},
|
|
408
287
|
{
|
|
409
|
-
"id": "apiKey",
|
|
410
288
|
"label": "SendGrid API key",
|
|
411
|
-
"optional": false,
|
|
412
|
-
"constraints": {
|
|
413
|
-
"notEmpty": true
|
|
414
|
-
},
|
|
415
|
-
"feel": "optional",
|
|
416
289
|
"group": "authentication",
|
|
290
|
+
"type": "String",
|
|
291
|
+
"feel": "optional",
|
|
417
292
|
"binding": {
|
|
418
|
-
"
|
|
419
|
-
"
|
|
293
|
+
"type": "zeebe:input",
|
|
294
|
+
"name": "apiKey"
|
|
420
295
|
},
|
|
421
|
-
"
|
|
296
|
+
"constraints": {
|
|
297
|
+
"notEmpty": true
|
|
298
|
+
}
|
|
422
299
|
},
|
|
423
300
|
{
|
|
424
|
-
"id": "from.name",
|
|
425
301
|
"label": "Name",
|
|
426
|
-
"optional": false,
|
|
427
|
-
"constraints": {
|
|
428
|
-
"notEmpty": true
|
|
429
|
-
},
|
|
430
|
-
"feel": "optional",
|
|
431
302
|
"group": "sender",
|
|
303
|
+
"type": "String",
|
|
304
|
+
"feel": "optional",
|
|
432
305
|
"binding": {
|
|
433
|
-
"
|
|
434
|
-
"
|
|
306
|
+
"type": "zeebe:input",
|
|
307
|
+
"name": "from.name"
|
|
435
308
|
},
|
|
436
|
-
"
|
|
309
|
+
"constraints": {
|
|
310
|
+
"notEmpty": true
|
|
311
|
+
}
|
|
437
312
|
},
|
|
438
313
|
{
|
|
439
|
-
"id": "from.email",
|
|
440
314
|
"label": "Email address",
|
|
441
|
-
"optional": false,
|
|
442
|
-
"constraints": {
|
|
443
|
-
"notEmpty": true
|
|
444
|
-
},
|
|
445
|
-
"feel": "optional",
|
|
446
315
|
"group": "sender",
|
|
316
|
+
"type": "String",
|
|
317
|
+
"feel": "optional",
|
|
447
318
|
"binding": {
|
|
448
|
-
"
|
|
449
|
-
"
|
|
319
|
+
"type": "zeebe:input",
|
|
320
|
+
"name": "from.email"
|
|
450
321
|
},
|
|
451
|
-
"
|
|
322
|
+
"constraints": {
|
|
323
|
+
"notEmpty": true
|
|
324
|
+
}
|
|
452
325
|
},
|
|
453
326
|
{
|
|
454
|
-
"id": "to.name",
|
|
455
327
|
"label": "Name",
|
|
456
|
-
"optional": false,
|
|
457
|
-
"constraints": {
|
|
458
|
-
"notEmpty": true
|
|
459
|
-
},
|
|
460
|
-
"feel": "optional",
|
|
461
328
|
"group": "receiver",
|
|
329
|
+
"type": "String",
|
|
330
|
+
"feel": "optional",
|
|
462
331
|
"binding": {
|
|
463
|
-
"
|
|
464
|
-
"
|
|
332
|
+
"type": "zeebe:input",
|
|
333
|
+
"name": "to.name"
|
|
465
334
|
},
|
|
466
|
-
"
|
|
335
|
+
"constraints": {
|
|
336
|
+
"notEmpty": true
|
|
337
|
+
}
|
|
467
338
|
},
|
|
468
339
|
{
|
|
469
|
-
"id": "to.email",
|
|
470
340
|
"label": "Email address",
|
|
471
|
-
"optional": false,
|
|
472
|
-
"constraints": {
|
|
473
|
-
"notEmpty": true
|
|
474
|
-
},
|
|
475
|
-
"feel": "optional",
|
|
476
341
|
"group": "receiver",
|
|
342
|
+
"type": "String",
|
|
343
|
+
"feel": "optional",
|
|
477
344
|
"binding": {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
345
|
+
"type": "zeebe:input",
|
|
346
|
+
"name": "to.email"
|
|
480
347
|
},
|
|
481
|
-
"
|
|
348
|
+
"constraints": {
|
|
349
|
+
"notEmpty": true
|
|
350
|
+
}
|
|
482
351
|
},
|
|
483
352
|
{
|
|
484
|
-
"id": "
|
|
485
|
-
"label": "Mail contents",
|
|
486
|
-
"optional": false,
|
|
353
|
+
"id": "mailType",
|
|
487
354
|
"group": "content",
|
|
488
|
-
"
|
|
489
|
-
"name": "unMappedFieldNotUseInModel.mailType",
|
|
490
|
-
"type": "zeebe:input"
|
|
491
|
-
},
|
|
355
|
+
"value": "mail",
|
|
492
356
|
"type": "Dropdown",
|
|
493
357
|
"choices": [
|
|
494
358
|
{
|
|
@@ -499,216 +363,119 @@
|
|
|
499
363
|
"name": "Using dynamic template",
|
|
500
364
|
"value": "byTemplate"
|
|
501
365
|
}
|
|
502
|
-
]
|
|
366
|
+
],
|
|
367
|
+
"binding": {
|
|
368
|
+
"type": "zeebe:input",
|
|
369
|
+
"name": "unMappedFieldNotUseInModel.mailType"
|
|
370
|
+
}
|
|
503
371
|
},
|
|
504
372
|
{
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"
|
|
373
|
+
"label": "Subject",
|
|
374
|
+
"group": "content",
|
|
375
|
+
"type": "String",
|
|
376
|
+
"feel": "optional",
|
|
377
|
+
"binding": {
|
|
378
|
+
"type": "zeebe:input",
|
|
379
|
+
"name": "content.subject"
|
|
380
|
+
},
|
|
508
381
|
"constraints": {
|
|
509
382
|
"notEmpty": true
|
|
510
383
|
},
|
|
511
|
-
"
|
|
384
|
+
"condition": {
|
|
385
|
+
"property": "mailType",
|
|
386
|
+
"equals": "mail"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"label": "Content type",
|
|
512
391
|
"group": "content",
|
|
392
|
+
"type": "String",
|
|
393
|
+
"feel": "optional",
|
|
394
|
+
"value": "text/plain",
|
|
513
395
|
"binding": {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
396
|
+
"type": "zeebe:input",
|
|
397
|
+
"name": "content.type"
|
|
516
398
|
},
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
"equals": "byTemplate",
|
|
520
|
-
"type": "simple"
|
|
399
|
+
"constraints": {
|
|
400
|
+
"notEmpty": true
|
|
521
401
|
},
|
|
522
|
-
"
|
|
402
|
+
"condition": {
|
|
403
|
+
"property": "mailType",
|
|
404
|
+
"equals": "mail"
|
|
405
|
+
}
|
|
523
406
|
},
|
|
524
407
|
{
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
"
|
|
408
|
+
"label": "Body",
|
|
409
|
+
"group": "content",
|
|
410
|
+
"type": "Text",
|
|
411
|
+
"feel": "optional",
|
|
412
|
+
"binding": {
|
|
413
|
+
"type": "zeebe:input",
|
|
414
|
+
"name": "content.value"
|
|
415
|
+
},
|
|
528
416
|
"constraints": {
|
|
529
417
|
"notEmpty": true
|
|
530
418
|
},
|
|
531
|
-
"feel": "required",
|
|
532
|
-
"group": "content",
|
|
533
|
-
"binding": {
|
|
534
|
-
"name": "template.data",
|
|
535
|
-
"type": "zeebe:input"
|
|
536
|
-
},
|
|
537
419
|
"condition": {
|
|
538
|
-
"property": "
|
|
539
|
-
"equals": "
|
|
540
|
-
|
|
541
|
-
},
|
|
542
|
-
"type": "String"
|
|
420
|
+
"property": "mailType",
|
|
421
|
+
"equals": "mail"
|
|
422
|
+
}
|
|
543
423
|
},
|
|
544
424
|
{
|
|
545
|
-
"
|
|
546
|
-
"label": "Subject",
|
|
547
|
-
"optional": false,
|
|
548
|
-
"constraints": {
|
|
549
|
-
"notEmpty": true
|
|
550
|
-
},
|
|
551
|
-
"feel": "optional",
|
|
425
|
+
"label": "Template ID",
|
|
552
426
|
"group": "content",
|
|
553
|
-
"
|
|
554
|
-
"name": "content.subject",
|
|
555
|
-
"type": "zeebe:input"
|
|
556
|
-
},
|
|
557
|
-
"condition": {
|
|
558
|
-
"property": "unMappedFieldNotUseInModel.mailType",
|
|
559
|
-
"equals": "mail",
|
|
560
|
-
"type": "simple"
|
|
561
|
-
},
|
|
562
|
-
"type": "String"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"id": "content.type",
|
|
566
|
-
"label": "Content type",
|
|
567
|
-
"optional": false,
|
|
568
|
-
"value": "text/plain",
|
|
569
|
-
"constraints": {
|
|
570
|
-
"notEmpty": true
|
|
571
|
-
},
|
|
427
|
+
"type": "String",
|
|
572
428
|
"feel": "optional",
|
|
573
|
-
"group": "content",
|
|
574
429
|
"binding": {
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
-
},
|
|
578
|
-
"condition": {
|
|
579
|
-
"property": "unMappedFieldNotUseInModel.mailType",
|
|
580
|
-
"equals": "mail",
|
|
581
|
-
"type": "simple"
|
|
430
|
+
"type": "zeebe:input",
|
|
431
|
+
"name": "template.id"
|
|
582
432
|
},
|
|
583
|
-
"type": "String"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"id": "content.value",
|
|
587
|
-
"label": "Body",
|
|
588
|
-
"optional": false,
|
|
589
433
|
"constraints": {
|
|
590
434
|
"notEmpty": true
|
|
591
435
|
},
|
|
592
|
-
"feel": "optional",
|
|
593
|
-
"group": "content",
|
|
594
|
-
"binding": {
|
|
595
|
-
"name": "content.value",
|
|
596
|
-
"type": "zeebe:input"
|
|
597
|
-
},
|
|
598
436
|
"condition": {
|
|
599
|
-
"property": "
|
|
600
|
-
"equals": "
|
|
601
|
-
|
|
602
|
-
},
|
|
603
|
-
"type": "Text"
|
|
437
|
+
"property": "mailType",
|
|
438
|
+
"equals": "byTemplate"
|
|
439
|
+
}
|
|
604
440
|
},
|
|
605
441
|
{
|
|
606
|
-
"
|
|
607
|
-
"label": "attachments",
|
|
608
|
-
"description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
|
|
609
|
-
"optional": true,
|
|
610
|
-
"feel": "required",
|
|
442
|
+
"label": "Template data",
|
|
611
443
|
"group": "content",
|
|
612
|
-
"
|
|
613
|
-
"name": "attachments",
|
|
614
|
-
"type": "zeebe:input"
|
|
615
|
-
},
|
|
616
|
-
"type": "String"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"id": "version",
|
|
620
|
-
"label": "Version",
|
|
621
|
-
"description": "Version of the element template",
|
|
622
|
-
"value": "5",
|
|
623
|
-
"group": "connector",
|
|
624
|
-
"binding": {
|
|
625
|
-
"key": "elementTemplateVersion",
|
|
626
|
-
"type": "zeebe:taskHeader"
|
|
627
|
-
},
|
|
628
|
-
"type": "Hidden"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"id": "id",
|
|
632
|
-
"label": "ID",
|
|
633
|
-
"description": "ID of the element template",
|
|
634
|
-
"value": "io.camunda.connectors.SendGrid.v2",
|
|
635
|
-
"group": "connector",
|
|
636
|
-
"binding": {
|
|
637
|
-
"key": "elementTemplateId",
|
|
638
|
-
"type": "zeebe:taskHeader"
|
|
639
|
-
},
|
|
640
|
-
"type": "Hidden"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"id": "resultVariable",
|
|
644
|
-
"label": "Result variable",
|
|
645
|
-
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
646
|
-
"group": "output",
|
|
647
|
-
"binding": {
|
|
648
|
-
"key": "resultVariable",
|
|
649
|
-
"type": "zeebe:taskHeader"
|
|
650
|
-
},
|
|
651
|
-
"type": "String"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"id": "resultExpression",
|
|
655
|
-
"label": "Result expression",
|
|
656
|
-
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
444
|
+
"type": "Text",
|
|
657
445
|
"feel": "required",
|
|
658
|
-
"group": "output",
|
|
659
446
|
"binding": {
|
|
660
|
-
"
|
|
661
|
-
"
|
|
447
|
+
"type": "zeebe:input",
|
|
448
|
+
"name": "template.data"
|
|
662
449
|
},
|
|
663
|
-
"
|
|
450
|
+
"constraints": {
|
|
451
|
+
"notEmpty": true
|
|
452
|
+
},
|
|
453
|
+
"condition": {
|
|
454
|
+
"property": "mailType",
|
|
455
|
+
"equals": "byTemplate"
|
|
456
|
+
}
|
|
664
457
|
},
|
|
665
458
|
{
|
|
666
|
-
"id": "errorExpression",
|
|
667
459
|
"label": "Error expression",
|
|
668
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
460
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
461
|
+
"group": "errors",
|
|
462
|
+
"type": "Text",
|
|
669
463
|
"feel": "required",
|
|
670
|
-
"group": "error",
|
|
671
|
-
"binding": {
|
|
672
|
-
"key": "errorExpression",
|
|
673
|
-
"type": "zeebe:taskHeader"
|
|
674
|
-
},
|
|
675
|
-
"type": "Text"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"id": "retryCount",
|
|
679
|
-
"label": "Retries",
|
|
680
|
-
"description": "Number of retries",
|
|
681
|
-
"value": "3",
|
|
682
|
-
"feel": "optional",
|
|
683
|
-
"group": "retries",
|
|
684
|
-
"binding": {
|
|
685
|
-
"property": "retries",
|
|
686
|
-
"type": "zeebe:taskDefinition"
|
|
687
|
-
},
|
|
688
|
-
"type": "String"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"id": "retryBackoff",
|
|
692
|
-
"label": "Retry backoff",
|
|
693
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
694
|
-
"value": "PT0S",
|
|
695
|
-
"group": "retries",
|
|
696
464
|
"binding": {
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
}
|
|
700
|
-
"type": "String"
|
|
465
|
+
"type": "zeebe:taskHeader",
|
|
466
|
+
"key": "errorExpression"
|
|
467
|
+
}
|
|
701
468
|
}
|
|
702
469
|
],
|
|
703
|
-
"
|
|
704
|
-
"
|
|
470
|
+
"engines": {
|
|
471
|
+
"camunda": "^8.2"
|
|
705
472
|
}
|
|
706
473
|
},
|
|
707
474
|
{
|
|
708
475
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
709
|
-
"name": "SendGrid
|
|
476
|
+
"name": "SendGrid Outbound Connector",
|
|
710
477
|
"id": "io.camunda.connectors.SendGrid.v2",
|
|
711
|
-
"version":
|
|
478
|
+
"version": 2,
|
|
712
479
|
"description": "Send an email via SendGrid",
|
|
713
480
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
714
481
|
"icon": {
|
|
@@ -942,14 +709,17 @@
|
|
|
942
709
|
},
|
|
943
710
|
{
|
|
944
711
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
945
|
-
"name": "SendGrid
|
|
946
|
-
"id": "io.camunda.connectors.SendGrid.
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
712
|
+
"name": "SendGrid: Send Email",
|
|
713
|
+
"id": "io.camunda.connectors.SendGrid.v1.content",
|
|
714
|
+
"description": "[Deprecated]: Replace with 'SendGrid Connector' template.",
|
|
715
|
+
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
950
716
|
"icon": {
|
|
951
717
|
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
|
|
952
718
|
},
|
|
719
|
+
"deprecated": {
|
|
720
|
+
"message": "Replace with 'SendGrid Connector' template.",
|
|
721
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
722
|
+
},
|
|
953
723
|
"category": {
|
|
954
724
|
"id": "connectors",
|
|
955
725
|
"name": "Connectors"
|
|
@@ -960,8 +730,8 @@
|
|
|
960
730
|
},
|
|
961
731
|
"groups": [
|
|
962
732
|
{
|
|
963
|
-
"id": "
|
|
964
|
-
"label": "
|
|
733
|
+
"id": "sendgrid",
|
|
734
|
+
"label": "SendGrid API"
|
|
965
735
|
},
|
|
966
736
|
{
|
|
967
737
|
"id": "sender",
|
|
@@ -973,11 +743,7 @@
|
|
|
973
743
|
},
|
|
974
744
|
{
|
|
975
745
|
"id": "content",
|
|
976
|
-
"label": "
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"id": "errors",
|
|
980
|
-
"label": "Error handling"
|
|
746
|
+
"label": "Email Content"
|
|
981
747
|
}
|
|
982
748
|
],
|
|
983
749
|
"properties": [
|
|
@@ -990,8 +756,8 @@
|
|
|
990
756
|
}
|
|
991
757
|
},
|
|
992
758
|
{
|
|
993
|
-
"label": "SendGrid API
|
|
994
|
-
"group": "
|
|
759
|
+
"label": "SendGrid API Key",
|
|
760
|
+
"group": "sendgrid",
|
|
995
761
|
"type": "String",
|
|
996
762
|
"feel": "optional",
|
|
997
763
|
"binding": {
|
|
@@ -1016,7 +782,7 @@
|
|
|
1016
782
|
}
|
|
1017
783
|
},
|
|
1018
784
|
{
|
|
1019
|
-
"label": "Email
|
|
785
|
+
"label": "Email Address",
|
|
1020
786
|
"group": "sender",
|
|
1021
787
|
"type": "String",
|
|
1022
788
|
"feel": "optional",
|
|
@@ -1042,7 +808,7 @@
|
|
|
1042
808
|
}
|
|
1043
809
|
},
|
|
1044
810
|
{
|
|
1045
|
-
"label": "Email
|
|
811
|
+
"label": "Email Address",
|
|
1046
812
|
"group": "receiver",
|
|
1047
813
|
"type": "String",
|
|
1048
814
|
"feel": "optional",
|
|
@@ -1054,26 +820,6 @@
|
|
|
1054
820
|
"notEmpty": true
|
|
1055
821
|
}
|
|
1056
822
|
},
|
|
1057
|
-
{
|
|
1058
|
-
"id": "mailType",
|
|
1059
|
-
"group": "content",
|
|
1060
|
-
"value": "mail",
|
|
1061
|
-
"type": "Dropdown",
|
|
1062
|
-
"choices": [
|
|
1063
|
-
{
|
|
1064
|
-
"name": "Simple (no dynamic template)",
|
|
1065
|
-
"value": "mail"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "Using dynamic template",
|
|
1069
|
-
"value": "byTemplate"
|
|
1070
|
-
}
|
|
1071
|
-
],
|
|
1072
|
-
"binding": {
|
|
1073
|
-
"type": "zeebe:input",
|
|
1074
|
-
"name": "unMappedFieldNotUseInModel.mailType"
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
823
|
{
|
|
1078
824
|
"label": "Subject",
|
|
1079
825
|
"group": "content",
|
|
@@ -1085,14 +831,10 @@
|
|
|
1085
831
|
},
|
|
1086
832
|
"constraints": {
|
|
1087
833
|
"notEmpty": true
|
|
1088
|
-
},
|
|
1089
|
-
"condition": {
|
|
1090
|
-
"property": "mailType",
|
|
1091
|
-
"equals": "mail"
|
|
1092
834
|
}
|
|
1093
835
|
},
|
|
1094
836
|
{
|
|
1095
|
-
"label": "Content
|
|
837
|
+
"label": "Content Type",
|
|
1096
838
|
"group": "content",
|
|
1097
839
|
"type": "String",
|
|
1098
840
|
"feel": "optional",
|
|
@@ -1103,10 +845,6 @@
|
|
|
1103
845
|
},
|
|
1104
846
|
"constraints": {
|
|
1105
847
|
"notEmpty": true
|
|
1106
|
-
},
|
|
1107
|
-
"condition": {
|
|
1108
|
-
"property": "mailType",
|
|
1109
|
-
"equals": "mail"
|
|
1110
848
|
}
|
|
1111
849
|
},
|
|
1112
850
|
{
|
|
@@ -1120,75 +858,20 @@
|
|
|
1120
858
|
},
|
|
1121
859
|
"constraints": {
|
|
1122
860
|
"notEmpty": true
|
|
1123
|
-
},
|
|
1124
|
-
"condition": {
|
|
1125
|
-
"property": "mailType",
|
|
1126
|
-
"equals": "mail"
|
|
1127
|
-
}
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"label": "Template ID",
|
|
1131
|
-
"group": "content",
|
|
1132
|
-
"type": "String",
|
|
1133
|
-
"feel": "optional",
|
|
1134
|
-
"binding": {
|
|
1135
|
-
"type": "zeebe:input",
|
|
1136
|
-
"name": "template.id"
|
|
1137
|
-
},
|
|
1138
|
-
"constraints": {
|
|
1139
|
-
"notEmpty": true
|
|
1140
|
-
},
|
|
1141
|
-
"condition": {
|
|
1142
|
-
"property": "mailType",
|
|
1143
|
-
"equals": "byTemplate"
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"label": "Template data",
|
|
1148
|
-
"group": "content",
|
|
1149
|
-
"type": "Text",
|
|
1150
|
-
"feel": "required",
|
|
1151
|
-
"binding": {
|
|
1152
|
-
"type": "zeebe:input",
|
|
1153
|
-
"name": "template.data"
|
|
1154
|
-
},
|
|
1155
|
-
"constraints": {
|
|
1156
|
-
"notEmpty": true
|
|
1157
|
-
},
|
|
1158
|
-
"condition": {
|
|
1159
|
-
"property": "mailType",
|
|
1160
|
-
"equals": "byTemplate"
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"label": "Error expression",
|
|
1165
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1166
|
-
"group": "errors",
|
|
1167
|
-
"type": "Text",
|
|
1168
|
-
"feel": "required",
|
|
1169
|
-
"binding": {
|
|
1170
|
-
"type": "zeebe:taskHeader",
|
|
1171
|
-
"key": "errorExpression"
|
|
1172
861
|
}
|
|
1173
862
|
}
|
|
1174
|
-
]
|
|
1175
|
-
"engines": {
|
|
1176
|
-
"camunda": "^8.2"
|
|
1177
|
-
}
|
|
863
|
+
]
|
|
1178
864
|
},
|
|
1179
865
|
{
|
|
1180
866
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1181
|
-
"name": "SendGrid
|
|
867
|
+
"name": "SendGrid Outbound Connector",
|
|
1182
868
|
"id": "io.camunda.connectors.SendGrid.v2",
|
|
1183
|
-
"deprecated": {
|
|
1184
|
-
"message": "Replace with 'SendGrid connector' template.",
|
|
1185
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
1186
|
-
},
|
|
1187
869
|
"description": "Send an email via SendGrid",
|
|
1188
|
-
"
|
|
1189
|
-
|
|
1190
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
|
|
870
|
+
"metadata": {
|
|
871
|
+
"keywords": []
|
|
1191
872
|
},
|
|
873
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
874
|
+
"version": 4,
|
|
1192
875
|
"category": {
|
|
1193
876
|
"id": "connectors",
|
|
1194
877
|
"name": "Connectors"
|
|
@@ -1197,6 +880,9 @@
|
|
|
1197
880
|
"elementType": {
|
|
1198
881
|
"value": "bpmn:ServiceTask"
|
|
1199
882
|
},
|
|
883
|
+
"engines": {
|
|
884
|
+
"camunda": "^8.3"
|
|
885
|
+
},
|
|
1200
886
|
"groups": [
|
|
1201
887
|
{
|
|
1202
888
|
"id": "authentication",
|
|
@@ -1215,88 +901,111 @@
|
|
|
1215
901
|
"label": "Compose email"
|
|
1216
902
|
},
|
|
1217
903
|
{
|
|
1218
|
-
"id": "
|
|
904
|
+
"id": "output",
|
|
905
|
+
"label": "Output mapping"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "error",
|
|
1219
909
|
"label": "Error handling"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"id": "retries",
|
|
913
|
+
"label": "Retries"
|
|
1220
914
|
}
|
|
1221
915
|
],
|
|
1222
916
|
"properties": [
|
|
1223
917
|
{
|
|
1224
|
-
"type": "Hidden",
|
|
1225
918
|
"value": "io.camunda:sendgrid:1",
|
|
1226
919
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1229
|
-
}
|
|
920
|
+
"property": "type",
|
|
921
|
+
"type": "zeebe:taskDefinition"
|
|
922
|
+
},
|
|
923
|
+
"type": "Hidden"
|
|
1230
924
|
},
|
|
1231
925
|
{
|
|
926
|
+
"id": "apiKey",
|
|
1232
927
|
"label": "SendGrid API key",
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
928
|
+
"optional": false,
|
|
929
|
+
"constraints": {
|
|
930
|
+
"notEmpty": true
|
|
931
|
+
},
|
|
1235
932
|
"feel": "optional",
|
|
933
|
+
"group": "authentication",
|
|
1236
934
|
"binding": {
|
|
1237
|
-
"
|
|
1238
|
-
"
|
|
935
|
+
"name": "apiKey",
|
|
936
|
+
"type": "zeebe:input"
|
|
1239
937
|
},
|
|
1240
|
-
"
|
|
1241
|
-
"notEmpty": true
|
|
1242
|
-
}
|
|
938
|
+
"type": "String"
|
|
1243
939
|
},
|
|
1244
940
|
{
|
|
941
|
+
"id": "from.name",
|
|
1245
942
|
"label": "Name",
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
943
|
+
"optional": false,
|
|
944
|
+
"constraints": {
|
|
945
|
+
"notEmpty": true
|
|
946
|
+
},
|
|
1248
947
|
"feel": "optional",
|
|
948
|
+
"group": "sender",
|
|
1249
949
|
"binding": {
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
950
|
+
"name": "from.name",
|
|
951
|
+
"type": "zeebe:input"
|
|
1252
952
|
},
|
|
1253
|
-
"
|
|
1254
|
-
"notEmpty": true
|
|
1255
|
-
}
|
|
953
|
+
"type": "String"
|
|
1256
954
|
},
|
|
1257
955
|
{
|
|
956
|
+
"id": "from.email",
|
|
1258
957
|
"label": "Email address",
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
958
|
+
"optional": false,
|
|
959
|
+
"constraints": {
|
|
960
|
+
"notEmpty": true
|
|
961
|
+
},
|
|
1261
962
|
"feel": "optional",
|
|
963
|
+
"group": "sender",
|
|
1262
964
|
"binding": {
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
965
|
+
"name": "from.email",
|
|
966
|
+
"type": "zeebe:input"
|
|
1265
967
|
},
|
|
1266
|
-
"
|
|
1267
|
-
"notEmpty": true
|
|
1268
|
-
}
|
|
968
|
+
"type": "String"
|
|
1269
969
|
},
|
|
1270
970
|
{
|
|
971
|
+
"id": "to.name",
|
|
1271
972
|
"label": "Name",
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
973
|
+
"optional": false,
|
|
974
|
+
"constraints": {
|
|
975
|
+
"notEmpty": true
|
|
976
|
+
},
|
|
1274
977
|
"feel": "optional",
|
|
978
|
+
"group": "receiver",
|
|
1275
979
|
"binding": {
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
980
|
+
"name": "to.name",
|
|
981
|
+
"type": "zeebe:input"
|
|
1278
982
|
},
|
|
1279
|
-
"
|
|
1280
|
-
"notEmpty": true
|
|
1281
|
-
}
|
|
983
|
+
"type": "String"
|
|
1282
984
|
},
|
|
1283
985
|
{
|
|
986
|
+
"id": "to.email",
|
|
1284
987
|
"label": "Email address",
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
988
|
+
"optional": false,
|
|
989
|
+
"constraints": {
|
|
990
|
+
"notEmpty": true
|
|
991
|
+
},
|
|
1287
992
|
"feel": "optional",
|
|
993
|
+
"group": "receiver",
|
|
1288
994
|
"binding": {
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
995
|
+
"name": "to.email",
|
|
996
|
+
"type": "zeebe:input"
|
|
1291
997
|
},
|
|
1292
|
-
"
|
|
1293
|
-
"notEmpty": true
|
|
1294
|
-
}
|
|
998
|
+
"type": "String"
|
|
1295
999
|
},
|
|
1296
1000
|
{
|
|
1297
|
-
"id": "mailType",
|
|
1001
|
+
"id": "unMappedFieldNotUseInModel.mailType",
|
|
1002
|
+
"label": "Mail contents",
|
|
1003
|
+
"optional": false,
|
|
1298
1004
|
"group": "content",
|
|
1299
|
-
"
|
|
1005
|
+
"binding": {
|
|
1006
|
+
"name": "unMappedFieldNotUseInModel.mailType",
|
|
1007
|
+
"type": "zeebe:input"
|
|
1008
|
+
},
|
|
1300
1009
|
"type": "Dropdown",
|
|
1301
1010
|
"choices": [
|
|
1302
1011
|
{
|
|
@@ -1307,124 +1016,194 @@
|
|
|
1307
1016
|
"name": "Using dynamic template",
|
|
1308
1017
|
"value": "byTemplate"
|
|
1309
1018
|
}
|
|
1310
|
-
]
|
|
1311
|
-
"binding": {
|
|
1312
|
-
"type": "zeebe:input",
|
|
1313
|
-
"name": "unMappedFieldNotUseInModel.mailType"
|
|
1314
|
-
}
|
|
1019
|
+
]
|
|
1315
1020
|
},
|
|
1316
1021
|
{
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"feel": "optional",
|
|
1321
|
-
"binding": {
|
|
1322
|
-
"type": "zeebe:input",
|
|
1323
|
-
"name": "content.subject"
|
|
1324
|
-
},
|
|
1022
|
+
"id": "template.id",
|
|
1023
|
+
"label": "Template ID",
|
|
1024
|
+
"optional": false,
|
|
1325
1025
|
"constraints": {
|
|
1326
1026
|
"notEmpty": true
|
|
1327
1027
|
},
|
|
1328
|
-
"condition": {
|
|
1329
|
-
"property": "mailType",
|
|
1330
|
-
"equals": "mail"
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
"label": "Content type",
|
|
1335
|
-
"group": "content",
|
|
1336
|
-
"type": "String",
|
|
1337
1028
|
"feel": "optional",
|
|
1338
|
-
"
|
|
1029
|
+
"group": "content",
|
|
1339
1030
|
"binding": {
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1342
|
-
},
|
|
1343
|
-
"constraints": {
|
|
1344
|
-
"notEmpty": true
|
|
1031
|
+
"name": "template.id",
|
|
1032
|
+
"type": "zeebe:input"
|
|
1345
1033
|
},
|
|
1346
1034
|
"condition": {
|
|
1347
|
-
"property": "mailType",
|
|
1348
|
-
"equals": "
|
|
1349
|
-
|
|
1035
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1036
|
+
"equals": "byTemplate",
|
|
1037
|
+
"type": "simple"
|
|
1038
|
+
},
|
|
1039
|
+
"type": "String"
|
|
1350
1040
|
},
|
|
1351
1041
|
{
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"feel": "optional",
|
|
1356
|
-
"binding": {
|
|
1357
|
-
"type": "zeebe:input",
|
|
1358
|
-
"name": "content.value"
|
|
1359
|
-
},
|
|
1042
|
+
"id": "template.data",
|
|
1043
|
+
"label": "Template data",
|
|
1044
|
+
"optional": false,
|
|
1360
1045
|
"constraints": {
|
|
1361
1046
|
"notEmpty": true
|
|
1362
1047
|
},
|
|
1363
|
-
"
|
|
1364
|
-
"property": "mailType",
|
|
1365
|
-
"equals": "mail"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"label": "Template ID",
|
|
1048
|
+
"feel": "required",
|
|
1370
1049
|
"group": "content",
|
|
1371
|
-
"type": "String",
|
|
1372
|
-
"feel": "optional",
|
|
1373
1050
|
"binding": {
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
},
|
|
1377
|
-
"constraints": {
|
|
1378
|
-
"notEmpty": true
|
|
1051
|
+
"name": "template.data",
|
|
1052
|
+
"type": "zeebe:input"
|
|
1379
1053
|
},
|
|
1380
1054
|
"condition": {
|
|
1381
|
-
"property": "mailType",
|
|
1382
|
-
"equals": "byTemplate"
|
|
1383
|
-
|
|
1055
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1056
|
+
"equals": "byTemplate",
|
|
1057
|
+
"type": "simple"
|
|
1058
|
+
},
|
|
1059
|
+
"type": "String"
|
|
1384
1060
|
},
|
|
1385
1061
|
{
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"feel": "required",
|
|
1390
|
-
"binding": {
|
|
1391
|
-
"type": "zeebe:input",
|
|
1392
|
-
"name": "template.data"
|
|
1393
|
-
},
|
|
1062
|
+
"id": "content.subject",
|
|
1063
|
+
"label": "Subject",
|
|
1064
|
+
"optional": false,
|
|
1394
1065
|
"constraints": {
|
|
1395
1066
|
"notEmpty": true
|
|
1396
1067
|
},
|
|
1397
|
-
"
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1068
|
+
"feel": "optional",
|
|
1069
|
+
"group": "content",
|
|
1070
|
+
"binding": {
|
|
1071
|
+
"name": "content.subject",
|
|
1072
|
+
"type": "zeebe:input"
|
|
1073
|
+
},
|
|
1074
|
+
"condition": {
|
|
1075
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1076
|
+
"equals": "mail",
|
|
1077
|
+
"type": "simple"
|
|
1078
|
+
},
|
|
1079
|
+
"type": "String"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"id": "content.type",
|
|
1083
|
+
"label": "Content type",
|
|
1084
|
+
"optional": false,
|
|
1085
|
+
"value": "text/plain",
|
|
1086
|
+
"constraints": {
|
|
1087
|
+
"notEmpty": true
|
|
1088
|
+
},
|
|
1089
|
+
"feel": "optional",
|
|
1090
|
+
"group": "content",
|
|
1091
|
+
"binding": {
|
|
1092
|
+
"name": "content.type",
|
|
1093
|
+
"type": "zeebe:input"
|
|
1094
|
+
},
|
|
1095
|
+
"condition": {
|
|
1096
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1097
|
+
"equals": "mail",
|
|
1098
|
+
"type": "simple"
|
|
1099
|
+
},
|
|
1100
|
+
"type": "String"
|
|
1401
1101
|
},
|
|
1402
1102
|
{
|
|
1103
|
+
"id": "content.value",
|
|
1104
|
+
"label": "Body",
|
|
1105
|
+
"optional": false,
|
|
1106
|
+
"constraints": {
|
|
1107
|
+
"notEmpty": true
|
|
1108
|
+
},
|
|
1109
|
+
"feel": "optional",
|
|
1110
|
+
"group": "content",
|
|
1111
|
+
"binding": {
|
|
1112
|
+
"name": "content.value",
|
|
1113
|
+
"type": "zeebe:input"
|
|
1114
|
+
},
|
|
1115
|
+
"condition": {
|
|
1116
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1117
|
+
"equals": "mail",
|
|
1118
|
+
"type": "simple"
|
|
1119
|
+
},
|
|
1120
|
+
"type": "Text"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"id": "attachments",
|
|
1124
|
+
"label": "attachments",
|
|
1125
|
+
"description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
|
|
1126
|
+
"optional": true,
|
|
1127
|
+
"feel": "required",
|
|
1128
|
+
"group": "content",
|
|
1129
|
+
"binding": {
|
|
1130
|
+
"name": "attachments",
|
|
1131
|
+
"type": "zeebe:input"
|
|
1132
|
+
},
|
|
1133
|
+
"type": "String"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"id": "resultVariable",
|
|
1137
|
+
"label": "Result variable",
|
|
1138
|
+
"description": "Name of variable to store the response in",
|
|
1139
|
+
"group": "output",
|
|
1140
|
+
"binding": {
|
|
1141
|
+
"key": "resultVariable",
|
|
1142
|
+
"type": "zeebe:taskHeader"
|
|
1143
|
+
},
|
|
1144
|
+
"type": "String"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "resultExpression",
|
|
1148
|
+
"label": "Result expression",
|
|
1149
|
+
"description": "Expression to map the response into process variables",
|
|
1150
|
+
"feel": "required",
|
|
1151
|
+
"group": "output",
|
|
1152
|
+
"binding": {
|
|
1153
|
+
"key": "resultExpression",
|
|
1154
|
+
"type": "zeebe:taskHeader"
|
|
1155
|
+
},
|
|
1156
|
+
"type": "Text"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"id": "errorExpression",
|
|
1403
1160
|
"label": "Error expression",
|
|
1404
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1405
|
-
"group": "errors",
|
|
1406
|
-
"type": "Text",
|
|
1161
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1407
1162
|
"feel": "required",
|
|
1163
|
+
"group": "error",
|
|
1408
1164
|
"binding": {
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1411
|
-
}
|
|
1165
|
+
"key": "errorExpression",
|
|
1166
|
+
"type": "zeebe:taskHeader"
|
|
1167
|
+
},
|
|
1168
|
+
"type": "Text"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"id": "retryCount",
|
|
1172
|
+
"label": "Retries",
|
|
1173
|
+
"description": "Number of retries",
|
|
1174
|
+
"value": "3",
|
|
1175
|
+
"feel": "optional",
|
|
1176
|
+
"group": "retries",
|
|
1177
|
+
"binding": {
|
|
1178
|
+
"property": "retries",
|
|
1179
|
+
"type": "zeebe:taskDefinition"
|
|
1180
|
+
},
|
|
1181
|
+
"type": "String"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"id": "retryBackoff",
|
|
1185
|
+
"label": "Retry backoff",
|
|
1186
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1187
|
+
"value": "PT0S",
|
|
1188
|
+
"group": "retries",
|
|
1189
|
+
"binding": {
|
|
1190
|
+
"key": "retryBackoff",
|
|
1191
|
+
"type": "zeebe:taskHeader"
|
|
1192
|
+
},
|
|
1193
|
+
"type": "String"
|
|
1412
1194
|
}
|
|
1413
|
-
]
|
|
1195
|
+
],
|
|
1196
|
+
"icon": {
|
|
1197
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
|
|
1198
|
+
}
|
|
1414
1199
|
},
|
|
1415
1200
|
{
|
|
1416
1201
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1417
|
-
"name": "SendGrid
|
|
1418
|
-
"id": "io.camunda.connectors.SendGrid.
|
|
1419
|
-
"description": "
|
|
1420
|
-
"documentationRef": "https://docs.camunda.io/docs/
|
|
1421
|
-
"
|
|
1422
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%205.40847H5.43837V10.5611H0.285706V5.40847Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V15.6844H5.43837V10.5611Z%22%20fill%3D%22%2399E1F4%22%2F%3E%0A%3Cpath%20d%3D%22M0.285706%2015.6846L5.43837%2015.6844V15.7143H0.285706V15.6846ZM0.285706%2010.5619H5.43837V15.6844L0.285706%2015.6846V10.5619Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%200.285706H10.5611V5.40847H5.43837V0.285706ZM10.5616%205.43837H15.7143V10.5611H10.5616V5.43837Z%22%20fill%3D%22%2300B3E3%22%2F%3E%0A%3Cpath%20d%3D%22M5.43837%2010.5611L10.5611%2010.5616V5.40847H5.43837V10.5611Z%22%20fill%3D%22%23009DD9%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%200.285706H15.7143V5.40847H10.5611V0.285706Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3Cpath%20d%3D%22M10.5611%205.40847H15.7143V5.43837H10.5616L10.5611%205.40847Z%22%20fill%3D%22%231A82E2%22%2F%3E%0A%3C%2Fsvg%3E"
|
|
1423
|
-
},
|
|
1424
|
-
"deprecated": {
|
|
1425
|
-
"message": "Replace with 'SendGrid Connector' template.",
|
|
1426
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
1427
|
-
},
|
|
1202
|
+
"name": "SendGrid Outbound Connector",
|
|
1203
|
+
"id": "io.camunda.connectors.SendGrid.v2",
|
|
1204
|
+
"description": "Send an email via SendGrid",
|
|
1205
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
1206
|
+
"version": 3,
|
|
1428
1207
|
"category": {
|
|
1429
1208
|
"id": "connectors",
|
|
1430
1209
|
"name": "Connectors"
|
|
@@ -1435,8 +1214,8 @@
|
|
|
1435
1214
|
},
|
|
1436
1215
|
"groups": [
|
|
1437
1216
|
{
|
|
1438
|
-
"id": "
|
|
1439
|
-
"label": "
|
|
1217
|
+
"id": "authentication",
|
|
1218
|
+
"label": "Authentication"
|
|
1440
1219
|
},
|
|
1441
1220
|
{
|
|
1442
1221
|
"id": "sender",
|
|
@@ -1447,133 +1226,314 @@
|
|
|
1447
1226
|
"label": "Receiver"
|
|
1448
1227
|
},
|
|
1449
1228
|
{
|
|
1450
|
-
"id": "content",
|
|
1451
|
-
"label": "
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1229
|
+
"id": "content",
|
|
1230
|
+
"label": "Compose email"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"id": "output",
|
|
1234
|
+
"label": "Output mapping"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"id": "error",
|
|
1238
|
+
"label": "Error handling"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"id": "retries",
|
|
1242
|
+
"label": "Retries"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"properties": [
|
|
1246
|
+
{
|
|
1247
|
+
"value": "io.camunda:sendgrid:1",
|
|
1248
|
+
"binding": {
|
|
1249
|
+
"property": "type",
|
|
1250
|
+
"type": "zeebe:taskDefinition"
|
|
1251
|
+
},
|
|
1252
|
+
"type": "Hidden"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "apiKey",
|
|
1256
|
+
"label": "SendGrid API key",
|
|
1257
|
+
"optional": false,
|
|
1258
|
+
"constraints": {
|
|
1259
|
+
"notEmpty": true
|
|
1260
|
+
},
|
|
1261
|
+
"feel": "optional",
|
|
1262
|
+
"group": "authentication",
|
|
1263
|
+
"binding": {
|
|
1264
|
+
"name": "apiKey",
|
|
1265
|
+
"type": "zeebe:input"
|
|
1266
|
+
},
|
|
1267
|
+
"type": "String"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"id": "from.name",
|
|
1271
|
+
"label": "Name",
|
|
1272
|
+
"optional": false,
|
|
1273
|
+
"constraints": {
|
|
1274
|
+
"notEmpty": true
|
|
1275
|
+
},
|
|
1276
|
+
"feel": "optional",
|
|
1277
|
+
"group": "sender",
|
|
1278
|
+
"binding": {
|
|
1279
|
+
"name": "from.name",
|
|
1280
|
+
"type": "zeebe:input"
|
|
1281
|
+
},
|
|
1282
|
+
"type": "String"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"id": "from.email",
|
|
1286
|
+
"label": "Email address",
|
|
1287
|
+
"optional": false,
|
|
1288
|
+
"constraints": {
|
|
1289
|
+
"notEmpty": true
|
|
1290
|
+
},
|
|
1291
|
+
"feel": "optional",
|
|
1292
|
+
"group": "sender",
|
|
1293
|
+
"binding": {
|
|
1294
|
+
"name": "from.email",
|
|
1295
|
+
"type": "zeebe:input"
|
|
1296
|
+
},
|
|
1297
|
+
"type": "String"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"id": "to.name",
|
|
1301
|
+
"label": "Name",
|
|
1302
|
+
"optional": false,
|
|
1303
|
+
"constraints": {
|
|
1304
|
+
"notEmpty": true
|
|
1305
|
+
},
|
|
1306
|
+
"feel": "optional",
|
|
1307
|
+
"group": "receiver",
|
|
1308
|
+
"binding": {
|
|
1309
|
+
"name": "to.name",
|
|
1310
|
+
"type": "zeebe:input"
|
|
1311
|
+
},
|
|
1312
|
+
"type": "String"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "to.email",
|
|
1316
|
+
"label": "Email address",
|
|
1317
|
+
"optional": false,
|
|
1318
|
+
"constraints": {
|
|
1319
|
+
"notEmpty": true
|
|
1320
|
+
},
|
|
1321
|
+
"feel": "optional",
|
|
1322
|
+
"group": "receiver",
|
|
1323
|
+
"binding": {
|
|
1324
|
+
"name": "to.email",
|
|
1325
|
+
"type": "zeebe:input"
|
|
1326
|
+
},
|
|
1327
|
+
"type": "String"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"id": "unMappedFieldNotUseInModel.mailType",
|
|
1331
|
+
"label": "Mail contents",
|
|
1332
|
+
"optional": false,
|
|
1333
|
+
"group": "content",
|
|
1334
|
+
"binding": {
|
|
1335
|
+
"name": "unMappedFieldNotUseInModel.mailType",
|
|
1336
|
+
"type": "zeebe:input"
|
|
1337
|
+
},
|
|
1338
|
+
"type": "Dropdown",
|
|
1339
|
+
"choices": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "Simple (no dynamic template)",
|
|
1342
|
+
"value": "mail"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "Using dynamic template",
|
|
1346
|
+
"value": "byTemplate"
|
|
1347
|
+
}
|
|
1348
|
+
]
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"id": "template.id",
|
|
1352
|
+
"label": "Template ID",
|
|
1353
|
+
"optional": false,
|
|
1354
|
+
"constraints": {
|
|
1355
|
+
"notEmpty": true
|
|
1356
|
+
},
|
|
1357
|
+
"feel": "optional",
|
|
1358
|
+
"group": "content",
|
|
1359
|
+
"binding": {
|
|
1360
|
+
"name": "template.id",
|
|
1361
|
+
"type": "zeebe:input"
|
|
1362
|
+
},
|
|
1363
|
+
"condition": {
|
|
1364
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1365
|
+
"equals": "byTemplate",
|
|
1366
|
+
"type": "simple"
|
|
1367
|
+
},
|
|
1368
|
+
"type": "String"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"id": "template.data",
|
|
1372
|
+
"label": "Template data",
|
|
1373
|
+
"optional": false,
|
|
1374
|
+
"constraints": {
|
|
1375
|
+
"notEmpty": true
|
|
1376
|
+
},
|
|
1377
|
+
"feel": "required",
|
|
1378
|
+
"group": "content",
|
|
1458
1379
|
"binding": {
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1461
|
-
}
|
|
1380
|
+
"name": "template.data",
|
|
1381
|
+
"type": "zeebe:input"
|
|
1382
|
+
},
|
|
1383
|
+
"condition": {
|
|
1384
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1385
|
+
"equals": "byTemplate",
|
|
1386
|
+
"type": "simple"
|
|
1387
|
+
},
|
|
1388
|
+
"type": "String"
|
|
1462
1389
|
},
|
|
1463
1390
|
{
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1391
|
+
"id": "content.subject",
|
|
1392
|
+
"label": "Subject",
|
|
1393
|
+
"optional": false,
|
|
1394
|
+
"constraints": {
|
|
1395
|
+
"notEmpty": true
|
|
1396
|
+
},
|
|
1467
1397
|
"feel": "optional",
|
|
1398
|
+
"group": "content",
|
|
1468
1399
|
"binding": {
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1400
|
+
"name": "content.subject",
|
|
1401
|
+
"type": "zeebe:input"
|
|
1471
1402
|
},
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1474
|
-
|
|
1403
|
+
"condition": {
|
|
1404
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1405
|
+
"equals": "mail",
|
|
1406
|
+
"type": "simple"
|
|
1407
|
+
},
|
|
1408
|
+
"type": "String"
|
|
1475
1409
|
},
|
|
1476
1410
|
{
|
|
1477
|
-
"
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1411
|
+
"id": "content.type",
|
|
1412
|
+
"label": "Content type",
|
|
1413
|
+
"optional": false,
|
|
1414
|
+
"value": "text/plain",
|
|
1415
|
+
"constraints": {
|
|
1416
|
+
"notEmpty": true
|
|
1417
|
+
},
|
|
1480
1418
|
"feel": "optional",
|
|
1419
|
+
"group": "content",
|
|
1481
1420
|
"binding": {
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1421
|
+
"name": "content.type",
|
|
1422
|
+
"type": "zeebe:input"
|
|
1484
1423
|
},
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
|
|
1424
|
+
"condition": {
|
|
1425
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1426
|
+
"equals": "mail",
|
|
1427
|
+
"type": "simple"
|
|
1428
|
+
},
|
|
1429
|
+
"type": "String"
|
|
1488
1430
|
},
|
|
1489
1431
|
{
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1432
|
+
"id": "content.value",
|
|
1433
|
+
"label": "Body",
|
|
1434
|
+
"optional": false,
|
|
1435
|
+
"constraints": {
|
|
1436
|
+
"notEmpty": true
|
|
1437
|
+
},
|
|
1493
1438
|
"feel": "optional",
|
|
1439
|
+
"group": "content",
|
|
1494
1440
|
"binding": {
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1441
|
+
"name": "content.value",
|
|
1442
|
+
"type": "zeebe:input"
|
|
1497
1443
|
},
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1500
|
-
|
|
1444
|
+
"condition": {
|
|
1445
|
+
"property": "unMappedFieldNotUseInModel.mailType",
|
|
1446
|
+
"equals": "mail",
|
|
1447
|
+
"type": "simple"
|
|
1448
|
+
},
|
|
1449
|
+
"type": "Text"
|
|
1501
1450
|
},
|
|
1502
1451
|
{
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1452
|
+
"id": "resultVariable",
|
|
1453
|
+
"label": "Result variable",
|
|
1454
|
+
"description": "Name of variable to store the response in",
|
|
1455
|
+
"group": "output",
|
|
1507
1456
|
"binding": {
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1457
|
+
"key": "resultVariable",
|
|
1458
|
+
"type": "zeebe:taskHeader"
|
|
1510
1459
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"notEmpty": true
|
|
1513
|
-
}
|
|
1460
|
+
"type": "String"
|
|
1514
1461
|
},
|
|
1515
1462
|
{
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1519
|
-
"feel": "
|
|
1463
|
+
"id": "resultExpression",
|
|
1464
|
+
"label": "Result expression",
|
|
1465
|
+
"description": "Expression to map the response into process variables",
|
|
1466
|
+
"feel": "required",
|
|
1467
|
+
"group": "output",
|
|
1520
1468
|
"binding": {
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1469
|
+
"key": "resultExpression",
|
|
1470
|
+
"type": "zeebe:taskHeader"
|
|
1523
1471
|
},
|
|
1524
|
-
"
|
|
1525
|
-
"notEmpty": true
|
|
1526
|
-
}
|
|
1472
|
+
"type": "Text"
|
|
1527
1473
|
},
|
|
1528
1474
|
{
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"feel": "
|
|
1475
|
+
"id": "errorExpression",
|
|
1476
|
+
"label": "Error expression",
|
|
1477
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1478
|
+
"feel": "required",
|
|
1479
|
+
"group": "error",
|
|
1533
1480
|
"binding": {
|
|
1534
|
-
"
|
|
1535
|
-
"
|
|
1481
|
+
"key": "errorExpression",
|
|
1482
|
+
"type": "zeebe:taskHeader"
|
|
1536
1483
|
},
|
|
1537
|
-
"
|
|
1538
|
-
"notEmpty": true
|
|
1539
|
-
}
|
|
1484
|
+
"type": "Text"
|
|
1540
1485
|
},
|
|
1541
1486
|
{
|
|
1542
|
-
"
|
|
1543
|
-
"
|
|
1544
|
-
"
|
|
1487
|
+
"id": "retryCount",
|
|
1488
|
+
"label": "Retries",
|
|
1489
|
+
"description": "Number of retries",
|
|
1490
|
+
"value": "3",
|
|
1545
1491
|
"feel": "optional",
|
|
1546
|
-
"
|
|
1492
|
+
"group": "retries",
|
|
1547
1493
|
"binding": {
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1494
|
+
"property": "retries",
|
|
1495
|
+
"type": "zeebe:taskDefinition"
|
|
1550
1496
|
},
|
|
1551
|
-
"
|
|
1552
|
-
"notEmpty": true
|
|
1553
|
-
}
|
|
1497
|
+
"type": "String"
|
|
1554
1498
|
},
|
|
1555
1499
|
{
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1558
|
-
"
|
|
1500
|
+
"id": "retryBackoff",
|
|
1501
|
+
"label": "Retry backoff",
|
|
1502
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1503
|
+
"value": "PT0S",
|
|
1559
1504
|
"feel": "optional",
|
|
1505
|
+
"group": "retries",
|
|
1560
1506
|
"binding": {
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1507
|
+
"key": "retryBackoff",
|
|
1508
|
+
"type": "zeebe:taskHeader"
|
|
1563
1509
|
},
|
|
1564
|
-
"
|
|
1565
|
-
"notEmpty": true
|
|
1566
|
-
}
|
|
1510
|
+
"type": "String"
|
|
1567
1511
|
}
|
|
1568
|
-
]
|
|
1512
|
+
],
|
|
1513
|
+
"icon": {
|
|
1514
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
|
|
1515
|
+
},
|
|
1516
|
+
"engines": {
|
|
1517
|
+
"camunda": "^8.5"
|
|
1518
|
+
}
|
|
1569
1519
|
},
|
|
1570
1520
|
{
|
|
1571
1521
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1572
1522
|
"name": "SendGrid Outbound Connector",
|
|
1573
1523
|
"id": "io.camunda.connectors.SendGrid.v2",
|
|
1574
1524
|
"description": "Send an email via SendGrid",
|
|
1525
|
+
"keywords": [
|
|
1526
|
+
"send email",
|
|
1527
|
+
"email notification",
|
|
1528
|
+
"transactional email",
|
|
1529
|
+
"marketing email",
|
|
1530
|
+
"email campaign",
|
|
1531
|
+
"email delivery",
|
|
1532
|
+
"dynamic template",
|
|
1533
|
+
"email template"
|
|
1534
|
+
],
|
|
1575
1535
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/sendgrid/",
|
|
1576
|
-
"version":
|
|
1536
|
+
"version": 5,
|
|
1577
1537
|
"category": {
|
|
1578
1538
|
"id": "connectors",
|
|
1579
1539
|
"name": "Connectors"
|
|
@@ -1582,6 +1542,9 @@
|
|
|
1582
1542
|
"elementType": {
|
|
1583
1543
|
"value": "bpmn:ServiceTask"
|
|
1584
1544
|
},
|
|
1545
|
+
"engines": {
|
|
1546
|
+
"camunda": "^8.3"
|
|
1547
|
+
},
|
|
1585
1548
|
"groups": [
|
|
1586
1549
|
{
|
|
1587
1550
|
"id": "authentication",
|
|
@@ -1599,6 +1562,10 @@
|
|
|
1599
1562
|
"id": "content",
|
|
1600
1563
|
"label": "Compose email"
|
|
1601
1564
|
},
|
|
1565
|
+
{
|
|
1566
|
+
"id": "connector",
|
|
1567
|
+
"label": "Connector"
|
|
1568
|
+
},
|
|
1602
1569
|
{
|
|
1603
1570
|
"id": "output",
|
|
1604
1571
|
"label": "Output mapping"
|
|
@@ -1818,10 +1785,47 @@
|
|
|
1818
1785
|
},
|
|
1819
1786
|
"type": "Text"
|
|
1820
1787
|
},
|
|
1788
|
+
{
|
|
1789
|
+
"id": "attachments",
|
|
1790
|
+
"label": "attachments",
|
|
1791
|
+
"description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
|
|
1792
|
+
"optional": true,
|
|
1793
|
+
"feel": "required",
|
|
1794
|
+
"group": "content",
|
|
1795
|
+
"binding": {
|
|
1796
|
+
"name": "attachments",
|
|
1797
|
+
"type": "zeebe:input"
|
|
1798
|
+
},
|
|
1799
|
+
"type": "String"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"id": "version",
|
|
1803
|
+
"label": "Version",
|
|
1804
|
+
"description": "Version of the element template",
|
|
1805
|
+
"value": "5",
|
|
1806
|
+
"group": "connector",
|
|
1807
|
+
"binding": {
|
|
1808
|
+
"key": "elementTemplateVersion",
|
|
1809
|
+
"type": "zeebe:taskHeader"
|
|
1810
|
+
},
|
|
1811
|
+
"type": "Hidden"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"id": "id",
|
|
1815
|
+
"label": "ID",
|
|
1816
|
+
"description": "ID of the element template",
|
|
1817
|
+
"value": "io.camunda.connectors.SendGrid.v2",
|
|
1818
|
+
"group": "connector",
|
|
1819
|
+
"binding": {
|
|
1820
|
+
"key": "elementTemplateId",
|
|
1821
|
+
"type": "zeebe:taskHeader"
|
|
1822
|
+
},
|
|
1823
|
+
"type": "Hidden"
|
|
1824
|
+
},
|
|
1821
1825
|
{
|
|
1822
1826
|
"id": "resultVariable",
|
|
1823
1827
|
"label": "Result variable",
|
|
1824
|
-
"description": "Name of variable to store the response in",
|
|
1828
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
1825
1829
|
"group": "output",
|
|
1826
1830
|
"binding": {
|
|
1827
1831
|
"key": "resultVariable",
|
|
@@ -1832,7 +1836,7 @@
|
|
|
1832
1836
|
{
|
|
1833
1837
|
"id": "resultExpression",
|
|
1834
1838
|
"label": "Result expression",
|
|
1835
|
-
"description": "Expression to map the response into process variables",
|
|
1839
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
1836
1840
|
"feel": "required",
|
|
1837
1841
|
"group": "output",
|
|
1838
1842
|
"binding": {
|
|
@@ -1871,7 +1875,6 @@
|
|
|
1871
1875
|
"label": "Retry backoff",
|
|
1872
1876
|
"description": "ISO-8601 duration to wait between retries",
|
|
1873
1877
|
"value": "PT0S",
|
|
1874
|
-
"feel": "optional",
|
|
1875
1878
|
"group": "retries",
|
|
1876
1879
|
"binding": {
|
|
1877
1880
|
"key": "retryBackoff",
|
|
@@ -1882,9 +1885,6 @@
|
|
|
1882
1885
|
],
|
|
1883
1886
|
"icon": {
|
|
1884
1887
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wLjI4NTcwNiA1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMUgwLjI4NTcwNlY1LjQwODQ3WiIgZmlsbD0iIzk5RTFGNCIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTUuNDM4MzcgMTAuNTYxMUwxMC41NjExIDEwLjU2MTZWMTUuNjg0NEg1LjQzODM3VjEwLjU2MTFaIiBmaWxsPSIjOTlFMUY0Ii8+CiAgICA8cGF0aCBkPSJNMC4yODU3MDYgMTUuNjg0Nkw1LjQzODM3IDE1LjY4NDRWMTUuNzE0M0gwLjI4NTcwNlYxNS42ODQ2Wk0wLjI4NTcwNiAxMC41NjE5SDUuNDM4MzdWMTUuNjg0NEwwLjI4NTcwNiAxNS42ODQ2VjEwLjU2MTlaIiBmaWxsPSIjMUE4MkUyIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAwLjI4NTcwNkgxMC41NjExVjUuNDA4NDdINS40MzgzN1YwLjI4NTcwNlpNMTAuNTYxNiA1LjQzODM3SDE1LjcxNDNWMTAuNTYxMUgxMC41NjE2VjUuNDM4MzdaIiBmaWxsPSIjMDBCM0UzIi8+CiAgICA8cGF0aCBkPSJNNS40MzgzNyAxMC41NjExTDEwLjU2MTEgMTAuNTYxNlY1LjQwODQ3SDUuNDM4MzdWMTAuNTYxMVoiIGZpbGw9IiMwMDlERDkiLz4KICAgIDxwYXRoIGQ9Ik0xMC41NjExIDAuMjg1NzA2SDE1LjcxNDNWNS40MDg0N0gxMC41NjExVjAuMjg1NzA2WiIgZmlsbD0iIzFBODJFMiIvPgogICAgPHBhdGggZD0iTTEwLjU2MTEgNS40MDg0N0gxNS43MTQzVjUuNDM4MzdIMTAuNTYxNkwxMC41NjExIDUuNDA4NDdaIiBmaWxsPSIjMUE4MkUyIi8+Cjwvc3ZnPg=="
|
|
1885
|
-
},
|
|
1886
|
-
"engines": {
|
|
1887
|
-
"camunda": "^8.5"
|
|
1888
1888
|
}
|
|
1889
1889
|
},
|
|
1890
1890
|
{
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
},
|
|
2031
2031
|
{
|
|
2032
2032
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2033
|
-
"name": "
|
|
2033
|
+
"name": "Send Email with SendGrid",
|
|
2034
2034
|
"id": "io.camunda.connectors.SendGrid.v2",
|
|
2035
2035
|
"description": "Send an email via SendGrid",
|
|
2036
2036
|
"keywords": [
|
|
@@ -2299,13 +2299,13 @@
|
|
|
2299
2299
|
{
|
|
2300
2300
|
"id": "attachments_documentMode",
|
|
2301
2301
|
"label": "Number of documents",
|
|
2302
|
-
"description": "List of <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda Documents</a>",
|
|
2303
2302
|
"value": "none",
|
|
2304
2303
|
"group": "content",
|
|
2305
2304
|
"binding": {
|
|
2306
2305
|
"name": "attachments_documentMode",
|
|
2307
2306
|
"type": "zeebe:input"
|
|
2308
2307
|
},
|
|
2308
|
+
"tooltip": "Files to attach to the email, referenced as <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">Camunda documents</a>.",
|
|
2309
2309
|
"type": "Dropdown",
|
|
2310
2310
|
"choices": [
|
|
2311
2311
|
{
|
|
@@ -2616,7 +2616,7 @@
|
|
|
2616
2616
|
"id": "retryBackoff",
|
|
2617
2617
|
"label": "Retry backoff",
|
|
2618
2618
|
"description": "ISO-8601 duration to wait between retries",
|
|
2619
|
-
"value": "
|
|
2619
|
+
"value": "PT30S",
|
|
2620
2620
|
"group": "retries",
|
|
2621
2621
|
"binding": {
|
|
2622
2622
|
"key": "retryBackoff",
|