@camunda/connectors-element-templates 1.0.17 → 1.0.18
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.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -0,0 +1,564 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Email Receive Task Connector",
|
|
5
|
+
"id": "io.camunda.connectors.inbound.EmailReceive.v1",
|
|
6
|
+
"description": "Consume emails",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"email received",
|
|
9
|
+
"receive email",
|
|
10
|
+
"incoming email",
|
|
11
|
+
"poll emails",
|
|
12
|
+
"new email",
|
|
13
|
+
"email notification"
|
|
14
|
+
],
|
|
15
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
|
|
16
|
+
"version": 2,
|
|
17
|
+
"category": {
|
|
18
|
+
"id": "connectors",
|
|
19
|
+
"name": "Connectors"
|
|
20
|
+
},
|
|
21
|
+
"appliesTo": ["bpmn:ReceiveTask"],
|
|
22
|
+
"elementType": {
|
|
23
|
+
"value": "bpmn:ReceiveTask"
|
|
24
|
+
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"camunda": "^8.6"
|
|
27
|
+
},
|
|
28
|
+
"groups": [
|
|
29
|
+
{
|
|
30
|
+
"id": "authentication",
|
|
31
|
+
"label": "Authentication"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "protocol",
|
|
35
|
+
"label": "Imap Details"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "listenerInfos",
|
|
39
|
+
"label": "Listener information"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "unseenPollingConfig",
|
|
43
|
+
"label": "After process"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "allPollingConfig",
|
|
47
|
+
"label": "After process"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "activation",
|
|
51
|
+
"label": "Activation"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "correlation",
|
|
55
|
+
"label": "Correlation",
|
|
56
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "deduplication",
|
|
60
|
+
"label": "Deduplication",
|
|
61
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "output",
|
|
65
|
+
"label": "Output mapping"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"properties": [
|
|
69
|
+
{
|
|
70
|
+
"value": "io.camunda:connector-email-inbound:1",
|
|
71
|
+
"binding": {
|
|
72
|
+
"name": "inbound.type",
|
|
73
|
+
"type": "zeebe:property"
|
|
74
|
+
},
|
|
75
|
+
"type": "Hidden"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "authentication.type",
|
|
79
|
+
"label": "Authentication",
|
|
80
|
+
"description": "Specify the Email authentication strategy.",
|
|
81
|
+
"value": "simple",
|
|
82
|
+
"group": "authentication",
|
|
83
|
+
"binding": {
|
|
84
|
+
"name": "authentication.type",
|
|
85
|
+
"type": "zeebe:property"
|
|
86
|
+
},
|
|
87
|
+
"type": "Dropdown",
|
|
88
|
+
"choices": [
|
|
89
|
+
{
|
|
90
|
+
"name": "Simple",
|
|
91
|
+
"value": "simple"
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "authentication.simpleAuthenticationUsername",
|
|
97
|
+
"label": "Username",
|
|
98
|
+
"optional": false,
|
|
99
|
+
"constraints": {
|
|
100
|
+
"notEmpty": true
|
|
101
|
+
},
|
|
102
|
+
"group": "authentication",
|
|
103
|
+
"binding": {
|
|
104
|
+
"name": "authentication.username",
|
|
105
|
+
"type": "zeebe:property"
|
|
106
|
+
},
|
|
107
|
+
"condition": {
|
|
108
|
+
"property": "authentication.type",
|
|
109
|
+
"equals": "simple",
|
|
110
|
+
"type": "simple"
|
|
111
|
+
},
|
|
112
|
+
"tooltip": "Enter your full email address (e.g., user@example.com) or the username provided by your email service. This is used to authenticate your access to the mail server.",
|
|
113
|
+
"type": "String"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "authentication.simpleAuthenticationPassword",
|
|
117
|
+
"label": "Email password",
|
|
118
|
+
"optional": false,
|
|
119
|
+
"constraints": {
|
|
120
|
+
"notEmpty": true
|
|
121
|
+
},
|
|
122
|
+
"group": "authentication",
|
|
123
|
+
"binding": {
|
|
124
|
+
"name": "authentication.password",
|
|
125
|
+
"type": "zeebe:property"
|
|
126
|
+
},
|
|
127
|
+
"condition": {
|
|
128
|
+
"property": "authentication.type",
|
|
129
|
+
"equals": "simple",
|
|
130
|
+
"type": "simple"
|
|
131
|
+
},
|
|
132
|
+
"tooltip": "Enter the password associated with your email account. Keep your password secure and do not share it with others.",
|
|
133
|
+
"type": "String"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "data.imapHost",
|
|
137
|
+
"label": "IMAP Host",
|
|
138
|
+
"optional": false,
|
|
139
|
+
"constraints": {
|
|
140
|
+
"notEmpty": true
|
|
141
|
+
},
|
|
142
|
+
"feel": "optional",
|
|
143
|
+
"group": "protocol",
|
|
144
|
+
"binding": {
|
|
145
|
+
"name": "data.imapConfig.imapHost",
|
|
146
|
+
"type": "zeebe:property"
|
|
147
|
+
},
|
|
148
|
+
"tooltip": "Enter the address of the IMAP server used to retrieve your emails. This server allows you to sync your messages across multiple devices. (e.g., imap.example.com)",
|
|
149
|
+
"type": "String"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "data.imapPort",
|
|
153
|
+
"label": "IMAP Port",
|
|
154
|
+
"optional": false,
|
|
155
|
+
"value": "993",
|
|
156
|
+
"constraints": {
|
|
157
|
+
"notEmpty": true
|
|
158
|
+
},
|
|
159
|
+
"feel": "optional",
|
|
160
|
+
"group": "protocol",
|
|
161
|
+
"binding": {
|
|
162
|
+
"name": "data.imapConfig.imapPort",
|
|
163
|
+
"type": "zeebe:property"
|
|
164
|
+
},
|
|
165
|
+
"tooltip": "Enter the port number for connecting to the IMAP server. Common ports are 993 for secure connections using SSL/TLS, or 143 for non-secure connections.",
|
|
166
|
+
"type": "String"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "imapCryptographicProtocol",
|
|
170
|
+
"label": "Encryption protocol",
|
|
171
|
+
"optional": false,
|
|
172
|
+
"value": "TLS",
|
|
173
|
+
"constraints": {
|
|
174
|
+
"notEmpty": true
|
|
175
|
+
},
|
|
176
|
+
"group": "protocol",
|
|
177
|
+
"binding": {
|
|
178
|
+
"name": "data.imapConfig.imapCryptographicProtocol",
|
|
179
|
+
"type": "zeebe:property"
|
|
180
|
+
},
|
|
181
|
+
"tooltip": "Select the encryption protocol for email security.",
|
|
182
|
+
"type": "Dropdown",
|
|
183
|
+
"choices": [
|
|
184
|
+
{
|
|
185
|
+
"name": "TLS",
|
|
186
|
+
"value": "TLS"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "SSL",
|
|
190
|
+
"value": "SSL"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "None",
|
|
194
|
+
"value": "NONE"
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "data.folderToListen",
|
|
200
|
+
"label": "Folder to listen",
|
|
201
|
+
"optional": true,
|
|
202
|
+
"feel": "optional",
|
|
203
|
+
"group": "listenerInfos",
|
|
204
|
+
"binding": {
|
|
205
|
+
"name": "data.folderToListen",
|
|
206
|
+
"type": "zeebe:property"
|
|
207
|
+
},
|
|
208
|
+
"tooltip": "Enter the names of the folder you wish to monitor. If left blank, the listener will default to monitoring the 'INBOX' folder.",
|
|
209
|
+
"type": "String"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "pollingWaitTime",
|
|
213
|
+
"label": "Polling wait time",
|
|
214
|
+
"optional": false,
|
|
215
|
+
"value": "PT20S",
|
|
216
|
+
"group": "listenerInfos",
|
|
217
|
+
"binding": {
|
|
218
|
+
"name": "data.pollingWaitTime",
|
|
219
|
+
"type": "zeebe:property"
|
|
220
|
+
},
|
|
221
|
+
"tooltip": "The duration for which the task will wait for a message to arrive in the mailbox before correlating",
|
|
222
|
+
"type": "String"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": "data.pollingConfigDiscriminator",
|
|
226
|
+
"label": "Polling configuration",
|
|
227
|
+
"value": "unseenPollingConfig",
|
|
228
|
+
"group": "listenerInfos",
|
|
229
|
+
"binding": {
|
|
230
|
+
"name": "data.pollingConfigDiscriminator",
|
|
231
|
+
"type": "zeebe:property"
|
|
232
|
+
},
|
|
233
|
+
"type": "Dropdown",
|
|
234
|
+
"choices": [
|
|
235
|
+
{
|
|
236
|
+
"name": "Poll unseen emails",
|
|
237
|
+
"value": "unseenPollingConfig"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "Poll all emails",
|
|
241
|
+
"value": "allPollingConfig"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "data.pollingConfig.unseenHandlingStrategy",
|
|
247
|
+
"label": "Handling strategy",
|
|
248
|
+
"optional": false,
|
|
249
|
+
"value": "READ",
|
|
250
|
+
"constraints": {
|
|
251
|
+
"notEmpty": true
|
|
252
|
+
},
|
|
253
|
+
"group": "unseenPollingConfig",
|
|
254
|
+
"binding": {
|
|
255
|
+
"name": "data.pollingConfig.handlingStrategy",
|
|
256
|
+
"type": "zeebe:property"
|
|
257
|
+
},
|
|
258
|
+
"condition": {
|
|
259
|
+
"property": "data.pollingConfigDiscriminator",
|
|
260
|
+
"equals": "unseenPollingConfig",
|
|
261
|
+
"type": "simple"
|
|
262
|
+
},
|
|
263
|
+
"tooltip": "Choose the desired handling strategy",
|
|
264
|
+
"type": "Dropdown",
|
|
265
|
+
"choices": [
|
|
266
|
+
{
|
|
267
|
+
"name": "Mark as read after processing",
|
|
268
|
+
"value": "READ"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "Delete after processing",
|
|
272
|
+
"value": "DELETE"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "Move to another folder after processing",
|
|
276
|
+
"value": "MOVE"
|
|
277
|
+
}
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"id": "unseenTargetFolder",
|
|
282
|
+
"label": "Choose the target folder",
|
|
283
|
+
"optional": false,
|
|
284
|
+
"constraints": {
|
|
285
|
+
"notEmpty": true
|
|
286
|
+
},
|
|
287
|
+
"group": "unseenPollingConfig",
|
|
288
|
+
"binding": {
|
|
289
|
+
"name": "data.pollingConfig.targetFolder",
|
|
290
|
+
"type": "zeebe:property"
|
|
291
|
+
},
|
|
292
|
+
"condition": {
|
|
293
|
+
"allMatch": [
|
|
294
|
+
{
|
|
295
|
+
"property": "data.pollingConfig.unseenHandlingStrategy",
|
|
296
|
+
"equals": "MOVE",
|
|
297
|
+
"type": "simple"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"property": "data.pollingConfigDiscriminator",
|
|
301
|
+
"equals": "unseenPollingConfig",
|
|
302
|
+
"type": "simple"
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
"tooltip": "Specify the destination folder to which the emails will be moved. To create a new folder or a hierarchy of folders, use a dot-separated path (e.g., 'Archive' or 'Projects.2023.January'). If any part of the path does not exist, it will be created automatically.",
|
|
307
|
+
"type": "String"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"id": "data.pollingConfig.allHandlingStrategy",
|
|
311
|
+
"label": "Handling strategy",
|
|
312
|
+
"optional": false,
|
|
313
|
+
"value": "DELETE",
|
|
314
|
+
"constraints": {
|
|
315
|
+
"notEmpty": true
|
|
316
|
+
},
|
|
317
|
+
"group": "allPollingConfig",
|
|
318
|
+
"binding": {
|
|
319
|
+
"name": "data.pollingConfig.handlingStrategy",
|
|
320
|
+
"type": "zeebe:property"
|
|
321
|
+
},
|
|
322
|
+
"condition": {
|
|
323
|
+
"property": "data.pollingConfigDiscriminator",
|
|
324
|
+
"equals": "allPollingConfig",
|
|
325
|
+
"type": "simple"
|
|
326
|
+
},
|
|
327
|
+
"tooltip": "Choose the desired handling strategy",
|
|
328
|
+
"type": "Dropdown",
|
|
329
|
+
"choices": [
|
|
330
|
+
{
|
|
331
|
+
"name": "Delete after processing",
|
|
332
|
+
"value": "DELETE"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "Move to another folder after processing",
|
|
336
|
+
"value": "MOVE"
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "allTargetFolder",
|
|
342
|
+
"label": "Choose the target folder",
|
|
343
|
+
"optional": false,
|
|
344
|
+
"constraints": {
|
|
345
|
+
"notEmpty": true
|
|
346
|
+
},
|
|
347
|
+
"group": "allPollingConfig",
|
|
348
|
+
"binding": {
|
|
349
|
+
"name": "data.pollingConfig.targetFolder",
|
|
350
|
+
"type": "zeebe:property"
|
|
351
|
+
},
|
|
352
|
+
"condition": {
|
|
353
|
+
"allMatch": [
|
|
354
|
+
{
|
|
355
|
+
"property": "data.pollingConfig.allHandlingStrategy",
|
|
356
|
+
"equals": "MOVE",
|
|
357
|
+
"type": "simple"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"property": "data.pollingConfigDiscriminator",
|
|
361
|
+
"equals": "allPollingConfig",
|
|
362
|
+
"type": "simple"
|
|
363
|
+
}
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"tooltip": "Specify the destination folder to which the emails will be moved. To create a new folder or a hierarchy of folders, use a dot-separated path (e.g., 'Archive' or 'Projects.2023.January'). If any part of the path does not exist, it will be created automatically.",
|
|
367
|
+
"type": "String"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"id": "activationCondition",
|
|
371
|
+
"label": "Activation condition",
|
|
372
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
373
|
+
"optional": true,
|
|
374
|
+
"feel": "required",
|
|
375
|
+
"group": "activation",
|
|
376
|
+
"binding": {
|
|
377
|
+
"name": "activationCondition",
|
|
378
|
+
"type": "zeebe:property"
|
|
379
|
+
},
|
|
380
|
+
"type": "String"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "consumeUnmatchedEvents",
|
|
384
|
+
"label": "Consume unmatched events",
|
|
385
|
+
"value": true,
|
|
386
|
+
"group": "activation",
|
|
387
|
+
"binding": {
|
|
388
|
+
"name": "consumeUnmatchedEvents",
|
|
389
|
+
"type": "zeebe:property"
|
|
390
|
+
},
|
|
391
|
+
"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",
|
|
392
|
+
"type": "Boolean"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "correlationKeyProcess",
|
|
396
|
+
"label": "Correlation key (process)",
|
|
397
|
+
"description": "Sets up the correlation key from process variables",
|
|
398
|
+
"constraints": {
|
|
399
|
+
"notEmpty": true
|
|
400
|
+
},
|
|
401
|
+
"feel": "required",
|
|
402
|
+
"group": "correlation",
|
|
403
|
+
"binding": {
|
|
404
|
+
"name": "correlationKey",
|
|
405
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
406
|
+
},
|
|
407
|
+
"type": "String"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "correlationKeyPayload",
|
|
411
|
+
"label": "Correlation key (payload)",
|
|
412
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
413
|
+
"constraints": {
|
|
414
|
+
"notEmpty": true
|
|
415
|
+
},
|
|
416
|
+
"feel": "required",
|
|
417
|
+
"group": "correlation",
|
|
418
|
+
"binding": {
|
|
419
|
+
"name": "correlationKeyExpression",
|
|
420
|
+
"type": "zeebe:property"
|
|
421
|
+
},
|
|
422
|
+
"type": "String"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"id": "messageIdExpression",
|
|
426
|
+
"label": "Message ID expression",
|
|
427
|
+
"description": "Expression to extract unique identifier of a message",
|
|
428
|
+
"optional": true,
|
|
429
|
+
"feel": "required",
|
|
430
|
+
"group": "correlation",
|
|
431
|
+
"binding": {
|
|
432
|
+
"name": "messageIdExpression",
|
|
433
|
+
"type": "zeebe:property"
|
|
434
|
+
},
|
|
435
|
+
"type": "String"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"id": "messageTtl",
|
|
439
|
+
"label": "Message TTL",
|
|
440
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
441
|
+
"optional": true,
|
|
442
|
+
"constraints": {
|
|
443
|
+
"notEmpty": false,
|
|
444
|
+
"pattern": {
|
|
445
|
+
"value": "^(PT.*|)$",
|
|
446
|
+
"message": "must be an ISO-8601 duration"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"feel": "optional",
|
|
450
|
+
"group": "correlation",
|
|
451
|
+
"binding": {
|
|
452
|
+
"name": "messageTtl",
|
|
453
|
+
"type": "zeebe:property"
|
|
454
|
+
},
|
|
455
|
+
"type": "String"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "messageNameUuid",
|
|
459
|
+
"label": "Message name",
|
|
460
|
+
"generatedValue": {
|
|
461
|
+
"type": "uuid"
|
|
462
|
+
},
|
|
463
|
+
"feel": "optional",
|
|
464
|
+
"group": "correlation",
|
|
465
|
+
"binding": {
|
|
466
|
+
"name": "name",
|
|
467
|
+
"type": "bpmn:Message#property"
|
|
468
|
+
},
|
|
469
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
470
|
+
"type": "String"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"id": "deduplicationModeManualFlag",
|
|
474
|
+
"label": "Manual mode",
|
|
475
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
476
|
+
"value": false,
|
|
477
|
+
"group": "deduplication",
|
|
478
|
+
"binding": {
|
|
479
|
+
"name": "deduplicationModeManualFlag",
|
|
480
|
+
"type": "zeebe:property"
|
|
481
|
+
},
|
|
482
|
+
"type": "Boolean"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"id": "deduplicationId",
|
|
486
|
+
"label": "Deduplication ID",
|
|
487
|
+
"constraints": {
|
|
488
|
+
"notEmpty": true,
|
|
489
|
+
"pattern": {
|
|
490
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
491
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"group": "deduplication",
|
|
495
|
+
"binding": {
|
|
496
|
+
"name": "deduplicationId",
|
|
497
|
+
"type": "zeebe:property"
|
|
498
|
+
},
|
|
499
|
+
"condition": {
|
|
500
|
+
"property": "deduplicationModeManualFlag",
|
|
501
|
+
"equals": true,
|
|
502
|
+
"type": "simple"
|
|
503
|
+
},
|
|
504
|
+
"type": "String"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "deduplicationModeManual",
|
|
508
|
+
"value": "MANUAL",
|
|
509
|
+
"group": "deduplication",
|
|
510
|
+
"binding": {
|
|
511
|
+
"name": "deduplicationMode",
|
|
512
|
+
"type": "zeebe:property"
|
|
513
|
+
},
|
|
514
|
+
"condition": {
|
|
515
|
+
"property": "deduplicationId",
|
|
516
|
+
"isActive": true,
|
|
517
|
+
"type": "simple"
|
|
518
|
+
},
|
|
519
|
+
"type": "Hidden"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "deduplicationModeAuto",
|
|
523
|
+
"value": "AUTO",
|
|
524
|
+
"group": "deduplication",
|
|
525
|
+
"binding": {
|
|
526
|
+
"name": "deduplicationMode",
|
|
527
|
+
"type": "zeebe:property"
|
|
528
|
+
},
|
|
529
|
+
"condition": {
|
|
530
|
+
"property": "deduplicationId",
|
|
531
|
+
"isActive": false,
|
|
532
|
+
"type": "simple"
|
|
533
|
+
},
|
|
534
|
+
"type": "Hidden"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"id": "resultVariable",
|
|
538
|
+
"label": "Result variable",
|
|
539
|
+
"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>.",
|
|
540
|
+
"group": "output",
|
|
541
|
+
"binding": {
|
|
542
|
+
"name": "resultVariable",
|
|
543
|
+
"type": "zeebe:property"
|
|
544
|
+
},
|
|
545
|
+
"type": "String"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"id": "resultExpression",
|
|
549
|
+
"label": "Result expression",
|
|
550
|
+
"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>.",
|
|
551
|
+
"feel": "required",
|
|
552
|
+
"group": "output",
|
|
553
|
+
"binding": {
|
|
554
|
+
"name": "resultExpression",
|
|
555
|
+
"type": "zeebe:property"
|
|
556
|
+
},
|
|
557
|
+
"type": "Text"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"icon": {
|
|
561
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzkwXzI0MjApIj4KPHBhdGggZD0iTTguMzM4MzUgOS45NTM2NUwxMC4zODk0IDEyLjAxMDRMOC4zMzI2MiAxNC4wNjcyTDkuMTQ2MTYgMTQuODc1TDEyLjAxMDcgMTIuMDEwNEw5LjE0NjE2IDkuMTQ1ODNMOC4zMzgzNSA5Ljk1MzY1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTEyLjM0ODggOS45NTM2NUwxNC4zOTk4IDEyLjAxMDRMMTIuMzQzIDE0LjA2NzJMMTMuMTU2NiAxNC44NzVMMTYuMDIxMiAxMi4wMTA0TDEzLjE1NjYgOS4xNDU4M0wxMi4zNDg4IDkuOTUzNjVaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMy45NzIgMTEuNDM3NUgxLjEyNTMzVjIuNzkyMTlMNy42NzM3NiA3LjMyMzk2QzcuNzY5NjcgNy4zOTA0OSA3Ljg4MzYgNy40MjYxNCA4LjAwMDMyIDcuNDI2MTRDOC4xMTcwNSA3LjQyNjE0IDguMjMwOTggNy4zOTA0OSA4LjMyNjg5IDcuMzIzOTZMMTQuODc1MyAyLjc5MjE5VjhIMTYuMDIxMlYyLjI3MDgzQzE2LjAyMTIgMS45NjY5NCAxNS45MDA0IDEuNjc1NDkgMTUuNjg1NiAxLjQ2MDYxQzE1LjQ3MDcgMS4yNDU3MiAxNS4xNzkyIDEuMTI1IDE0Ljg3NTMgMS4xMjVIMS4xMjUzM0MwLjgyMTQzMiAxLjEyNSAwLjUyOTk4NCAxLjI0NTcyIDAuMzE1MDk5IDEuNDYwNjFDMC4xMDAyMTQgMS42NzU0OSAtMC4wMjA1MDc4IDEuOTY2OTQgLTAuMDIwNTA3OCAyLjI3MDgzVjExLjQzNzVDLTAuMDIwNTA3OCAxMS43NDE0IDAuMTAwMjE0IDEyLjAzMjggMC4zMTUwOTkgMTIuMjQ3N0MwLjUyOTk4NCAxMi40NjI2IDAuODIxNDMyIDEyLjU4MzMgMS4xMjUzMyAxMi41ODMzSDMuOTcyVjExLjQzNzVaTTEzLjYxNDkgMi4yNzA4M0w4LjAwMDMyIDYuMTU1MjFMMi4zODU3NCAyLjI3MDgzSDEzLjYxNDlaIiBmaWxsPSIjRkM1RDBEIi8+CjxwYXRoIGQ9Ik00LjI4MjEgOS45NTM2NUw2LjMzMzE0IDEyLjAxMDRMNC4yNzYzNyAxNC4wNjcyTDUuMDg5OTEgMTQuODc1TDcuOTU0NDkgMTIuMDEwNEw1LjA4OTkxIDkuMTQ1ODNMNC4yODIxIDkuOTUzNjVaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzkwXzI0MjAiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg=="
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
]
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
"name": "Email Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.EmailMessageStart.v1",
|
|
6
6
|
"description": "Consume emails",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"email received",
|
|
9
|
+
"receive email",
|
|
10
|
+
"incoming email",
|
|
11
|
+
"poll emails",
|
|
12
|
+
"new email",
|
|
13
|
+
"email notification"
|
|
14
|
+
],
|
|
10
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email",
|
|
11
16
|
"version": 2,
|
|
12
17
|
"category": {
|
|
@@ -256,7 +261,7 @@
|
|
|
256
261
|
"equals": "unseenPollingConfig",
|
|
257
262
|
"type": "simple"
|
|
258
263
|
},
|
|
259
|
-
"tooltip": "
|
|
264
|
+
"tooltip": "Choose the desired handling strategy",
|
|
260
265
|
"type": "Dropdown",
|
|
261
266
|
"choices": [
|
|
262
267
|
{
|
|
@@ -320,7 +325,7 @@
|
|
|
320
325
|
"equals": "allPollingConfig",
|
|
321
326
|
"type": "simple"
|
|
322
327
|
},
|
|
323
|
-
"tooltip": "
|
|
328
|
+
"tooltip": "Choose the desired handling strategy",
|
|
324
329
|
"type": "Dropdown",
|
|
325
330
|
"choices": [
|
|
326
331
|
{
|
|
@@ -484,15 +489,18 @@
|
|
|
484
489
|
},
|
|
485
490
|
{
|
|
486
491
|
"id": "messageNameUuid",
|
|
492
|
+
"label": "Message name",
|
|
487
493
|
"generatedValue": {
|
|
488
494
|
"type": "uuid"
|
|
489
495
|
},
|
|
496
|
+
"feel": "optional",
|
|
490
497
|
"group": "correlation",
|
|
491
498
|
"binding": {
|
|
492
499
|
"name": "name",
|
|
493
500
|
"type": "bpmn:Message#property"
|
|
494
501
|
},
|
|
495
|
-
"
|
|
502
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
503
|
+
"type": "String"
|
|
496
504
|
},
|
|
497
505
|
{
|
|
498
506
|
"id": "deduplicationModeManualFlag",
|
|
@@ -561,7 +569,7 @@
|
|
|
561
569
|
{
|
|
562
570
|
"id": "resultVariable",
|
|
563
571
|
"label": "Result variable",
|
|
564
|
-
"description": "Name of variable to store the response in",
|
|
572
|
+
"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>.",
|
|
565
573
|
"group": "output",
|
|
566
574
|
"binding": {
|
|
567
575
|
"name": "resultVariable",
|
|
@@ -572,7 +580,7 @@
|
|
|
572
580
|
{
|
|
573
581
|
"id": "resultExpression",
|
|
574
582
|
"label": "Result expression",
|
|
575
|
-
"description": "Expression to map the response into process variables",
|
|
583
|
+
"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>.",
|
|
576
584
|
"feel": "required",
|
|
577
585
|
"group": "output",
|
|
578
586
|
"binding": {
|