@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
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Easy Post
|
|
4
|
+
"name": "Easy Post Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"
|
|
6
|
+
"version": 6,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
10
|
+
"description": "Manage addresses, parcels, and shipments with Easy Post.",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"create address",
|
|
13
|
+
"verify address",
|
|
14
|
+
"create parcel",
|
|
15
|
+
"create shipment",
|
|
16
|
+
"buy shipment",
|
|
17
|
+
"retrieve tracker",
|
|
18
|
+
"shipment",
|
|
19
|
+
"logistics",
|
|
20
|
+
"parcel tracking"
|
|
21
|
+
],
|
|
8
22
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
9
23
|
"category": {
|
|
10
24
|
"id": "connectors",
|
|
@@ -27,13 +41,21 @@
|
|
|
27
41
|
"id": "input",
|
|
28
42
|
"label": "Input"
|
|
29
43
|
},
|
|
44
|
+
{
|
|
45
|
+
"id": "connector",
|
|
46
|
+
"label": "Connector"
|
|
47
|
+
},
|
|
30
48
|
{
|
|
31
49
|
"id": "output",
|
|
32
50
|
"label": "Output"
|
|
33
51
|
},
|
|
34
52
|
{
|
|
35
|
-
"id": "
|
|
53
|
+
"id": "error",
|
|
36
54
|
"label": "Error handling"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "retries",
|
|
58
|
+
"label": "Retries"
|
|
37
59
|
}
|
|
38
60
|
],
|
|
39
61
|
"properties": [
|
|
@@ -41,8 +63,8 @@
|
|
|
41
63
|
"type": "Hidden",
|
|
42
64
|
"value": "io.camunda:http-json:1",
|
|
43
65
|
"binding": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
66
|
+
"property": "type",
|
|
67
|
+
"type": "zeebe:taskDefinition"
|
|
46
68
|
}
|
|
47
69
|
},
|
|
48
70
|
{
|
|
@@ -70,7 +92,7 @@
|
|
|
70
92
|
},
|
|
71
93
|
{
|
|
72
94
|
"name": "Verify a created address",
|
|
73
|
-
"value": "
|
|
95
|
+
"value": "verifyAddressById"
|
|
74
96
|
},
|
|
75
97
|
{
|
|
76
98
|
"name": "Retrieve a tracker by ID",
|
|
@@ -84,6 +106,7 @@
|
|
|
84
106
|
},
|
|
85
107
|
{
|
|
86
108
|
"description": "Authentication type",
|
|
109
|
+
"id": "authentication.type",
|
|
87
110
|
"group": "authentication",
|
|
88
111
|
"type": "Hidden",
|
|
89
112
|
"optional": false,
|
|
@@ -98,6 +121,7 @@
|
|
|
98
121
|
},
|
|
99
122
|
{
|
|
100
123
|
"label": "API key",
|
|
124
|
+
"id": "authentication.username",
|
|
101
125
|
"group": "authentication",
|
|
102
126
|
"type": "String",
|
|
103
127
|
"feel": "optional",
|
|
@@ -111,6 +135,7 @@
|
|
|
111
135
|
}
|
|
112
136
|
},
|
|
113
137
|
{
|
|
138
|
+
"id": "authentication.password",
|
|
114
139
|
"description": "This field will replace to empty string. EasyPost API use only username field for put API key",
|
|
115
140
|
"group": "authentication",
|
|
116
141
|
"type": "Hidden",
|
|
@@ -160,11 +185,12 @@
|
|
|
160
185
|
},
|
|
161
186
|
"condition": {
|
|
162
187
|
"property": "operationType",
|
|
163
|
-
"oneOf": ["
|
|
188
|
+
"oneOf": ["verifyAddressById", "retrieveTracker"]
|
|
164
189
|
}
|
|
165
190
|
},
|
|
166
191
|
{
|
|
167
192
|
"label": "Name",
|
|
193
|
+
"id": "body.address.name",
|
|
168
194
|
"description": "Name of the person. Both name and company can be included",
|
|
169
195
|
"group": "input",
|
|
170
196
|
"type": "String",
|
|
@@ -184,6 +210,7 @@
|
|
|
184
210
|
},
|
|
185
211
|
{
|
|
186
212
|
"label": "Company",
|
|
213
|
+
"id": "body.address.company",
|
|
187
214
|
"description": "Name of the organization. Both name and company can be included",
|
|
188
215
|
"group": "input",
|
|
189
216
|
"type": "String",
|
|
@@ -203,6 +230,7 @@
|
|
|
203
230
|
},
|
|
204
231
|
{
|
|
205
232
|
"label": "Phone",
|
|
233
|
+
"id": "body.address.phone",
|
|
206
234
|
"description": "Phone number to reach the person or organization",
|
|
207
235
|
"group": "input",
|
|
208
236
|
"type": "String",
|
|
@@ -222,6 +250,7 @@
|
|
|
222
250
|
},
|
|
223
251
|
{
|
|
224
252
|
"label": "Address line 1",
|
|
253
|
+
"id": "body.address.street1",
|
|
225
254
|
"description": "First line of the address",
|
|
226
255
|
"group": "input",
|
|
227
256
|
"type": "String",
|
|
@@ -241,6 +270,7 @@
|
|
|
241
270
|
},
|
|
242
271
|
{
|
|
243
272
|
"label": "Address line 2",
|
|
273
|
+
"id": "body.address.street2",
|
|
244
274
|
"description": "Second line of the address",
|
|
245
275
|
"group": "input",
|
|
246
276
|
"type": "String",
|
|
@@ -260,6 +290,7 @@
|
|
|
260
290
|
},
|
|
261
291
|
{
|
|
262
292
|
"label": "City",
|
|
293
|
+
"id": "body.address.city",
|
|
263
294
|
"description": "City the address is located in",
|
|
264
295
|
"group": "input",
|
|
265
296
|
"type": "String",
|
|
@@ -279,6 +310,7 @@
|
|
|
279
310
|
},
|
|
280
311
|
{
|
|
281
312
|
"label": "State or province",
|
|
313
|
+
"id": "body.address.state",
|
|
282
314
|
"description": "State or province the address is located in",
|
|
283
315
|
"group": "input",
|
|
284
316
|
"type": "String",
|
|
@@ -298,6 +330,7 @@
|
|
|
298
330
|
},
|
|
299
331
|
{
|
|
300
332
|
"label": "Email",
|
|
333
|
+
"id": "body.address.email",
|
|
301
334
|
"group": "input",
|
|
302
335
|
"type": "String",
|
|
303
336
|
"feel": "optional",
|
|
@@ -316,6 +349,7 @@
|
|
|
316
349
|
},
|
|
317
350
|
{
|
|
318
351
|
"label": "ZIP or postal code",
|
|
352
|
+
"id": "body.address.zip",
|
|
319
353
|
"description": "The ZIP or postal code where the address is located",
|
|
320
354
|
"group": "input",
|
|
321
355
|
"type": "String",
|
|
@@ -335,6 +369,7 @@
|
|
|
335
369
|
},
|
|
336
370
|
{
|
|
337
371
|
"label": "Country",
|
|
372
|
+
"id": "body.address.country",
|
|
338
373
|
"description": "The country code of the address location",
|
|
339
374
|
"group": "input",
|
|
340
375
|
"type": "String",
|
|
@@ -354,6 +389,7 @@
|
|
|
354
389
|
},
|
|
355
390
|
{
|
|
356
391
|
"label": "Federal tax ID",
|
|
392
|
+
"id": "body.address.federal_tax_id",
|
|
357
393
|
"description": "Federal tax identifier of the person or organization",
|
|
358
394
|
"group": "input",
|
|
359
395
|
"type": "String",
|
|
@@ -373,6 +409,7 @@
|
|
|
373
409
|
},
|
|
374
410
|
{
|
|
375
411
|
"label": "State tax ID",
|
|
412
|
+
"id": "body.address.state_tax_id",
|
|
376
413
|
"description": "State tax identifier of the person or organization",
|
|
377
414
|
"group": "input",
|
|
378
415
|
"type": "String",
|
|
@@ -392,6 +429,7 @@
|
|
|
392
429
|
},
|
|
393
430
|
{
|
|
394
431
|
"label": "Weight",
|
|
432
|
+
"id": "body.parcel.weight",
|
|
395
433
|
"description": "Weight of parcel in oz",
|
|
396
434
|
"group": "input",
|
|
397
435
|
"type": "String",
|
|
@@ -411,6 +449,7 @@
|
|
|
411
449
|
},
|
|
412
450
|
{
|
|
413
451
|
"label": "Length",
|
|
452
|
+
"id": "body.parcel.length",
|
|
414
453
|
"description": "Required if width and/or height are present (inches)",
|
|
415
454
|
"group": "input",
|
|
416
455
|
"type": "String",
|
|
@@ -430,6 +469,7 @@
|
|
|
430
469
|
},
|
|
431
470
|
{
|
|
432
471
|
"label": "Width",
|
|
472
|
+
"id": "body.parcel.width",
|
|
433
473
|
"description": "Required if length and/or height are present (inches)",
|
|
434
474
|
"group": "input",
|
|
435
475
|
"type": "String",
|
|
@@ -449,6 +489,7 @@
|
|
|
449
489
|
},
|
|
450
490
|
{
|
|
451
491
|
"label": "Height",
|
|
492
|
+
"id": "body.parcel.height",
|
|
452
493
|
"description": "Required if length and/or width are present (inches)",
|
|
453
494
|
"group": "input",
|
|
454
495
|
"type": "String",
|
|
@@ -468,6 +509,7 @@
|
|
|
468
509
|
},
|
|
469
510
|
{
|
|
470
511
|
"label": "Predefined package",
|
|
512
|
+
"id": "body.parcel.predefined_package",
|
|
471
513
|
"description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
|
|
472
514
|
"group": "input",
|
|
473
515
|
"type": "String",
|
|
@@ -487,6 +529,7 @@
|
|
|
487
529
|
},
|
|
488
530
|
{
|
|
489
531
|
"label": "To address",
|
|
532
|
+
"id": "body.shipment.to_address.id",
|
|
490
533
|
"description": "ID of the destination address",
|
|
491
534
|
"group": "input",
|
|
492
535
|
"type": "String",
|
|
@@ -506,6 +549,7 @@
|
|
|
506
549
|
},
|
|
507
550
|
{
|
|
508
551
|
"label": "From address",
|
|
552
|
+
"id": "body.shipment.from_address.id",
|
|
509
553
|
"description": "ID of the origin address",
|
|
510
554
|
"group": "input",
|
|
511
555
|
"type": "String",
|
|
@@ -525,6 +569,7 @@
|
|
|
525
569
|
},
|
|
526
570
|
{
|
|
527
571
|
"label": "Parcel",
|
|
572
|
+
"id": "body.shipment.parcel.id",
|
|
528
573
|
"description": "ID of the parcel",
|
|
529
574
|
"group": "input",
|
|
530
575
|
"type": "String",
|
|
@@ -544,6 +589,7 @@
|
|
|
544
589
|
},
|
|
545
590
|
{
|
|
546
591
|
"label": "Shipment ID",
|
|
592
|
+
"id": "shipmentIdValue",
|
|
547
593
|
"description": "ID of the shipment",
|
|
548
594
|
"group": "input",
|
|
549
595
|
"type": "String",
|
|
@@ -563,6 +609,7 @@
|
|
|
563
609
|
},
|
|
564
610
|
{
|
|
565
611
|
"label": "Rate ID",
|
|
612
|
+
"id": "body.rate.id",
|
|
566
613
|
"description": "ID of the actual rate quote for this service",
|
|
567
614
|
"group": "input",
|
|
568
615
|
"type": "String",
|
|
@@ -582,6 +629,7 @@
|
|
|
582
629
|
},
|
|
583
630
|
{
|
|
584
631
|
"label": "Address ID",
|
|
632
|
+
"id": "addressIdValue",
|
|
585
633
|
"description": "The ID of the address that has already been created",
|
|
586
634
|
"group": "input",
|
|
587
635
|
"type": "String",
|
|
@@ -596,11 +644,12 @@
|
|
|
596
644
|
},
|
|
597
645
|
"condition": {
|
|
598
646
|
"property": "operationType",
|
|
599
|
-
"oneOf": ["
|
|
647
|
+
"oneOf": ["verifyAddressById"]
|
|
600
648
|
}
|
|
601
649
|
},
|
|
602
650
|
{
|
|
603
651
|
"label": "Tracker ID",
|
|
652
|
+
"id": "trackerIdValue",
|
|
604
653
|
"description": "ID of tracker",
|
|
605
654
|
"group": "input",
|
|
606
655
|
"type": "String",
|
|
@@ -620,8 +669,22 @@
|
|
|
620
669
|
},
|
|
621
670
|
{
|
|
622
671
|
"type": "Hidden",
|
|
672
|
+
"id": "baseUrl",
|
|
623
673
|
"optional": false,
|
|
624
|
-
"value": "https://api.easypost.com
|
|
674
|
+
"value": "https://api.easypost.com",
|
|
675
|
+
"binding": {
|
|
676
|
+
"type": "zeebe:input",
|
|
677
|
+
"name": "baseUrl"
|
|
678
|
+
},
|
|
679
|
+
"constraints": {
|
|
680
|
+
"notEmpty": true
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"type": "Hidden",
|
|
685
|
+
"id": "addressUrl",
|
|
686
|
+
"optional": false,
|
|
687
|
+
"value": "=baseUrl+\"/v2/addresses\"",
|
|
625
688
|
"binding": {
|
|
626
689
|
"type": "zeebe:input",
|
|
627
690
|
"name": "url"
|
|
@@ -636,8 +699,9 @@
|
|
|
636
699
|
},
|
|
637
700
|
{
|
|
638
701
|
"type": "Hidden",
|
|
702
|
+
"id": "parcelsUrl",
|
|
639
703
|
"optional": false,
|
|
640
|
-
"value": "
|
|
704
|
+
"value": "=baseUrl+ \"/v2/parcels\"",
|
|
641
705
|
"binding": {
|
|
642
706
|
"type": "zeebe:input",
|
|
643
707
|
"name": "url"
|
|
@@ -652,8 +716,9 @@
|
|
|
652
716
|
},
|
|
653
717
|
{
|
|
654
718
|
"type": "Hidden",
|
|
719
|
+
"id": "createShipmentsUrl",
|
|
655
720
|
"optional": false,
|
|
656
|
-
"value": "
|
|
721
|
+
"value": "=baseUrl+\"/v2/shipments\"",
|
|
657
722
|
"binding": {
|
|
658
723
|
"type": "zeebe:input",
|
|
659
724
|
"name": "url"
|
|
@@ -668,8 +733,9 @@
|
|
|
668
733
|
},
|
|
669
734
|
{
|
|
670
735
|
"type": "Hidden",
|
|
736
|
+
"id": "buyShipmentUrl",
|
|
671
737
|
"optional": false,
|
|
672
|
-
"value": "
|
|
738
|
+
"value": "=baseUrl+\"/v2/shipments/\"+shipmentIdValue+\"/buy\"",
|
|
673
739
|
"binding": {
|
|
674
740
|
"type": "zeebe:input",
|
|
675
741
|
"name": "url"
|
|
@@ -684,8 +750,9 @@
|
|
|
684
750
|
},
|
|
685
751
|
{
|
|
686
752
|
"type": "Hidden",
|
|
753
|
+
"id": "verifyAddressUrl",
|
|
687
754
|
"optional": false,
|
|
688
|
-
"value": "
|
|
755
|
+
"value": "=baseUrl+\"/v2/addresses/\"+addressIdValue+\"/verify\"",
|
|
689
756
|
"binding": {
|
|
690
757
|
"type": "zeebe:input",
|
|
691
758
|
"name": "url"
|
|
@@ -695,13 +762,14 @@
|
|
|
695
762
|
},
|
|
696
763
|
"condition": {
|
|
697
764
|
"property": "operationType",
|
|
698
|
-
"oneOf": ["
|
|
765
|
+
"oneOf": ["verifyAddressById"]
|
|
699
766
|
}
|
|
700
767
|
},
|
|
701
768
|
{
|
|
702
769
|
"type": "Hidden",
|
|
770
|
+
"id": "retrieveTrackerByIdUrl",
|
|
703
771
|
"optional": false,
|
|
704
|
-
"value": "
|
|
772
|
+
"value": "=baseUrl+\"/v2/trackers/\"+trackerIdValue",
|
|
705
773
|
"binding": {
|
|
706
774
|
"type": "zeebe:input",
|
|
707
775
|
"name": "url"
|
|
@@ -717,7 +785,7 @@
|
|
|
717
785
|
{
|
|
718
786
|
"label": "Connection timeout",
|
|
719
787
|
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
720
|
-
"group": "
|
|
788
|
+
"group": "error",
|
|
721
789
|
"type": "String",
|
|
722
790
|
"value": "20",
|
|
723
791
|
"binding": {
|
|
@@ -729,7 +797,7 @@
|
|
|
729
797
|
"constraints": {
|
|
730
798
|
"notEmpty": false,
|
|
731
799
|
"pattern": {
|
|
732
|
-
"value": "^(=|([0-9]
|
|
800
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
733
801
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
734
802
|
}
|
|
735
803
|
}
|
|
@@ -763,7 +831,7 @@
|
|
|
763
831
|
},
|
|
764
832
|
{
|
|
765
833
|
"label": "Result expression",
|
|
766
|
-
"id": "
|
|
834
|
+
"id": "resultExpressionGetPlaceId",
|
|
767
835
|
"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>",
|
|
768
836
|
"group": "output",
|
|
769
837
|
"type": "String",
|
|
@@ -780,12 +848,12 @@
|
|
|
780
848
|
},
|
|
781
849
|
{
|
|
782
850
|
"label": "Result expression",
|
|
783
|
-
"id": "
|
|
851
|
+
"id": "resultExpressionGetShipment",
|
|
784
852
|
"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>",
|
|
785
853
|
"group": "output",
|
|
786
854
|
"type": "String",
|
|
787
855
|
"feel": "required",
|
|
788
|
-
"value": "={
|
|
856
|
+
"value": "={shipmentId:response.body.id}",
|
|
789
857
|
"binding": {
|
|
790
858
|
"type": "zeebe:taskHeader",
|
|
791
859
|
"key": "resultExpression"
|
|
@@ -797,7 +865,7 @@
|
|
|
797
865
|
},
|
|
798
866
|
{
|
|
799
867
|
"label": "Result expression",
|
|
800
|
-
"id": "
|
|
868
|
+
"id": "resultExpressionGetTracker",
|
|
801
869
|
"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>",
|
|
802
870
|
"group": "output",
|
|
803
871
|
"type": "String",
|
|
@@ -842,33 +910,67 @@
|
|
|
842
910
|
},
|
|
843
911
|
"condition": {
|
|
844
912
|
"property": "operationType",
|
|
845
|
-
"oneOf": ["
|
|
913
|
+
"oneOf": ["verifyAddressById"]
|
|
846
914
|
}
|
|
847
915
|
},
|
|
848
916
|
{
|
|
917
|
+
"id": "errorExpression",
|
|
849
918
|
"label": "Error expression",
|
|
850
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
851
|
-
"group": "errors",
|
|
852
|
-
"type": "Text",
|
|
919
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
853
920
|
"feel": "required",
|
|
921
|
+
"group": "error",
|
|
854
922
|
"binding": {
|
|
855
|
-
"
|
|
856
|
-
"
|
|
857
|
-
}
|
|
923
|
+
"key": "errorExpression",
|
|
924
|
+
"type": "zeebe:taskHeader"
|
|
925
|
+
},
|
|
926
|
+
"type": "Text"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"id": "version",
|
|
930
|
+
"label": "Version",
|
|
931
|
+
"description": "Version of the element template",
|
|
932
|
+
"value": "5",
|
|
933
|
+
"group": "connector",
|
|
934
|
+
"binding": {
|
|
935
|
+
"key": "elementTemplateVersion",
|
|
936
|
+
"type": "zeebe:taskHeader"
|
|
937
|
+
},
|
|
938
|
+
"type": "Hidden"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "id",
|
|
942
|
+
"label": "ID",
|
|
943
|
+
"description": "ID of the element template",
|
|
944
|
+
"value": "io.camunda.connectors.EasyPost.v1",
|
|
945
|
+
"group": "connector",
|
|
946
|
+
"binding": {
|
|
947
|
+
"key": "elementTemplateId",
|
|
948
|
+
"type": "zeebe:taskHeader"
|
|
949
|
+
},
|
|
950
|
+
"type": "Hidden"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"id": "retryBackoff",
|
|
954
|
+
"label": "Retry backoff",
|
|
955
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
956
|
+
"value": "PT0S",
|
|
957
|
+
"group": "retries",
|
|
958
|
+
"binding": {
|
|
959
|
+
"key": "retryBackoff",
|
|
960
|
+
"type": "zeebe:taskHeader"
|
|
961
|
+
},
|
|
962
|
+
"type": "Hidden"
|
|
858
963
|
}
|
|
859
964
|
],
|
|
860
965
|
"icon": {
|
|
861
966
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='18' height='100%25' fill='%23ffffff'/%3E%3Cg transform='matrix(0.2007 0 0 -0.1895 500.0727 500.0583)' id='344493'%3E%3Cpath style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(17,90,241); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-2549.75, -2559.5281)' d='M 2475 5110 c -22 -5 -59 -17 -81 -27 c -23 -10 -470 -265 -994 -568 c -682 -394 -966 -563 -999 -595 c -54 -52 -96 -131 -111 -209 c -14 -73 -14 -2229 0 -2302 c 14 -76 54 -152 108 -207 c 37 -37 257 -168 1023 -610 c 901 -519 982 -564 1050 -578 c 74 -15 130 -13 199 8 c 19 6 474 263 1010 572 c 1044 601 1047 603 1096 710 c 37 80 45 146 42 338 l -3 176 l -980 -565 c -539 -310 -1007 -578 -1040 -595 c -70 -36 -160 -47 -221 -28 c -21 7 -265 145 -541 308 l -503 296 l 0 229 l 0 229 l 33 -20 c 17 -11 244 -142 503 -291 c 517 -298 534 -306 639 -284 c 45 10 262 132 1085 610 l 1029 598 l 1 258 l 0 258 l -22 -12 c -13 -7 -473 -271 -1023 -587 c -550 -317 -1020 -582 -1045 -589 c -60 -19 -145 -11 -202 18 c -25 13 -260 150 -522 304 l -475 280 l -1 228 l 0 228 l 23 -12 c 12 -7 229 -131 482 -277 c 253 -146 480 -274 505 -285 c 52 -23 146 -28 200 -9 c 19 7 494 279 1055 605 l 1020 594 l 3 183 c 2 140 -1 197 -13 244 c -19 74 -68 158 -117 200 c -50 44 -1962 1146 -2015 1162 c -59 18 -150 24 -198 14 z' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"
|
|
862
|
-
},
|
|
863
|
-
"engines": {
|
|
864
|
-
"camunda": "^8.2"
|
|
865
967
|
}
|
|
866
968
|
},
|
|
867
969
|
{
|
|
868
970
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
869
971
|
"name": "Easy Post connector",
|
|
870
972
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
871
|
-
"version":
|
|
973
|
+
"version": 1,
|
|
872
974
|
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
873
975
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
874
976
|
"category": {
|
|
@@ -1594,7 +1696,7 @@
|
|
|
1594
1696
|
"constraints": {
|
|
1595
1697
|
"notEmpty": false,
|
|
1596
1698
|
"pattern": {
|
|
1597
|
-
"value": "^(=|([0-9]+|secrets
|
|
1699
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
1598
1700
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1599
1701
|
}
|
|
1600
1702
|
}
|
|
@@ -1628,7 +1730,7 @@
|
|
|
1628
1730
|
},
|
|
1629
1731
|
{
|
|
1630
1732
|
"label": "Result expression",
|
|
1631
|
-
"id": "
|
|
1733
|
+
"id": "resultExpressionGetParcelId",
|
|
1632
1734
|
"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>",
|
|
1633
1735
|
"group": "output",
|
|
1634
1736
|
"type": "String",
|
|
@@ -1731,9 +1833,9 @@
|
|
|
1731
1833
|
},
|
|
1732
1834
|
{
|
|
1733
1835
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1734
|
-
"name": "Easy Post
|
|
1836
|
+
"name": "Easy Post connector",
|
|
1735
1837
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
1736
|
-
"version":
|
|
1838
|
+
"version": 2,
|
|
1737
1839
|
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
1738
1840
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
1739
1841
|
"category": {
|
|
@@ -2459,7 +2561,7 @@
|
|
|
2459
2561
|
"constraints": {
|
|
2460
2562
|
"notEmpty": false,
|
|
2461
2563
|
"pattern": {
|
|
2462
|
-
"value": "^(=|([0-9]
|
|
2564
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
2463
2565
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
2464
2566
|
}
|
|
2465
2567
|
}
|
|
@@ -2493,7 +2595,7 @@
|
|
|
2493
2595
|
},
|
|
2494
2596
|
{
|
|
2495
2597
|
"label": "Result expression",
|
|
2496
|
-
"id": "
|
|
2598
|
+
"id": "resultExpressionGetPlaceId",
|
|
2497
2599
|
"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>",
|
|
2498
2600
|
"group": "output",
|
|
2499
2601
|
"type": "String",
|
|
@@ -2598,8 +2700,22 @@
|
|
|
2598
2700
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2599
2701
|
"name": "Easy Post Outbound Connector",
|
|
2600
2702
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
2601
|
-
"version":
|
|
2602
|
-
"
|
|
2703
|
+
"version": 5,
|
|
2704
|
+
"engines": {
|
|
2705
|
+
"camunda": "^8.3"
|
|
2706
|
+
},
|
|
2707
|
+
"description": "Manage addresses, parcels, and shipments with Easy Post.",
|
|
2708
|
+
"keywords": [
|
|
2709
|
+
"create address",
|
|
2710
|
+
"verify address",
|
|
2711
|
+
"create parcel",
|
|
2712
|
+
"create shipment",
|
|
2713
|
+
"buy shipment",
|
|
2714
|
+
"retrieve tracker",
|
|
2715
|
+
"shipment",
|
|
2716
|
+
"logistics",
|
|
2717
|
+
"parcel tracking"
|
|
2718
|
+
],
|
|
2603
2719
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
2604
2720
|
"category": {
|
|
2605
2721
|
"id": "connectors",
|
|
@@ -3498,6 +3614,30 @@
|
|
|
3498
3614
|
},
|
|
3499
3615
|
"type": "Text"
|
|
3500
3616
|
},
|
|
3617
|
+
{
|
|
3618
|
+
"id": "version",
|
|
3619
|
+
"label": "Version",
|
|
3620
|
+
"description": "Version of the element template",
|
|
3621
|
+
"value": "5",
|
|
3622
|
+
"group": "connector",
|
|
3623
|
+
"binding": {
|
|
3624
|
+
"key": "elementTemplateVersion",
|
|
3625
|
+
"type": "zeebe:taskHeader"
|
|
3626
|
+
},
|
|
3627
|
+
"type": "Hidden"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"id": "id",
|
|
3631
|
+
"label": "ID",
|
|
3632
|
+
"description": "ID of the element template",
|
|
3633
|
+
"value": "io.camunda.connectors.EasyPost.v1",
|
|
3634
|
+
"group": "connector",
|
|
3635
|
+
"binding": {
|
|
3636
|
+
"key": "elementTemplateId",
|
|
3637
|
+
"type": "zeebe:taskHeader"
|
|
3638
|
+
},
|
|
3639
|
+
"type": "Hidden"
|
|
3640
|
+
},
|
|
3501
3641
|
{
|
|
3502
3642
|
"id": "retryBackoff",
|
|
3503
3643
|
"label": "Retry backoff",
|
|
@@ -3513,30 +3653,14 @@
|
|
|
3513
3653
|
],
|
|
3514
3654
|
"icon": {
|
|
3515
3655
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='18' height='100%25' fill='%23ffffff'/%3E%3Cg transform='matrix(0.2007 0 0 -0.1895 500.0727 500.0583)' id='344493'%3E%3Cpath style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(17,90,241); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-2549.75, -2559.5281)' d='M 2475 5110 c -22 -5 -59 -17 -81 -27 c -23 -10 -470 -265 -994 -568 c -682 -394 -966 -563 -999 -595 c -54 -52 -96 -131 -111 -209 c -14 -73 -14 -2229 0 -2302 c 14 -76 54 -152 108 -207 c 37 -37 257 -168 1023 -610 c 901 -519 982 -564 1050 -578 c 74 -15 130 -13 199 8 c 19 6 474 263 1010 572 c 1044 601 1047 603 1096 710 c 37 80 45 146 42 338 l -3 176 l -980 -565 c -539 -310 -1007 -578 -1040 -595 c -70 -36 -160 -47 -221 -28 c -21 7 -265 145 -541 308 l -503 296 l 0 229 l 0 229 l 33 -20 c 17 -11 244 -142 503 -291 c 517 -298 534 -306 639 -284 c 45 10 262 132 1085 610 l 1029 598 l 1 258 l 0 258 l -22 -12 c -13 -7 -473 -271 -1023 -587 c -550 -317 -1020 -582 -1045 -589 c -60 -19 -145 -11 -202 18 c -25 13 -260 150 -522 304 l -475 280 l -1 228 l 0 228 l 23 -12 c 12 -7 229 -131 482 -277 c 253 -146 480 -274 505 -285 c 52 -23 146 -28 200 -9 c 19 7 494 279 1055 605 l 1020 594 l 3 183 c 2 140 -1 197 -13 244 c -19 74 -68 158 -117 200 c -50 44 -1962 1146 -2015 1162 c -59 18 -150 24 -198 14 z' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"
|
|
3516
|
-
},
|
|
3517
|
-
"engines": {
|
|
3518
|
-
"camunda": "^8.5"
|
|
3519
3656
|
}
|
|
3520
3657
|
},
|
|
3521
3658
|
{
|
|
3522
3659
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3523
3660
|
"name": "Easy Post Outbound Connector",
|
|
3524
3661
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
3525
|
-
"version":
|
|
3526
|
-
"
|
|
3527
|
-
"camunda": "^8.3"
|
|
3528
|
-
},
|
|
3529
|
-
"description": "Manage addresses, parcels, and shipments with Easy Post.",
|
|
3530
|
-
"metadata": {
|
|
3531
|
-
"keywords": [
|
|
3532
|
-
"create address",
|
|
3533
|
-
"create parcel",
|
|
3534
|
-
"create shipment",
|
|
3535
|
-
"buy shipment",
|
|
3536
|
-
"verify address",
|
|
3537
|
-
"retrieve tracker by ID"
|
|
3538
|
-
]
|
|
3539
|
-
},
|
|
3662
|
+
"version": 3,
|
|
3663
|
+
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
3540
3664
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
3541
3665
|
"category": {
|
|
3542
3666
|
"id": "connectors",
|
|
@@ -3573,8 +3697,8 @@
|
|
|
3573
3697
|
"type": "Hidden",
|
|
3574
3698
|
"value": "io.camunda:http-json:1",
|
|
3575
3699
|
"binding": {
|
|
3576
|
-
"
|
|
3577
|
-
"
|
|
3700
|
+
"type": "zeebe:taskDefinition",
|
|
3701
|
+
"property": "type"
|
|
3578
3702
|
}
|
|
3579
3703
|
},
|
|
3580
3704
|
{
|
|
@@ -3602,7 +3726,7 @@
|
|
|
3602
3726
|
},
|
|
3603
3727
|
{
|
|
3604
3728
|
"name": "Verify a created address",
|
|
3605
|
-
"value": "
|
|
3729
|
+
"value": "verifyAddresById"
|
|
3606
3730
|
},
|
|
3607
3731
|
{
|
|
3608
3732
|
"name": "Retrieve a tracker by ID",
|
|
@@ -3616,7 +3740,6 @@
|
|
|
3616
3740
|
},
|
|
3617
3741
|
{
|
|
3618
3742
|
"description": "Authentication type",
|
|
3619
|
-
"id": "authentication.type",
|
|
3620
3743
|
"group": "authentication",
|
|
3621
3744
|
"type": "Hidden",
|
|
3622
3745
|
"optional": false,
|
|
@@ -3631,7 +3754,6 @@
|
|
|
3631
3754
|
},
|
|
3632
3755
|
{
|
|
3633
3756
|
"label": "API key",
|
|
3634
|
-
"id": "authentication.username",
|
|
3635
3757
|
"group": "authentication",
|
|
3636
3758
|
"type": "String",
|
|
3637
3759
|
"feel": "optional",
|
|
@@ -3645,7 +3767,6 @@
|
|
|
3645
3767
|
}
|
|
3646
3768
|
},
|
|
3647
3769
|
{
|
|
3648
|
-
"id": "authentication.password",
|
|
3649
3770
|
"description": "This field will replace to empty string. EasyPost API use only username field for put API key",
|
|
3650
3771
|
"group": "authentication",
|
|
3651
3772
|
"type": "Hidden",
|
|
@@ -3695,12 +3816,11 @@
|
|
|
3695
3816
|
},
|
|
3696
3817
|
"condition": {
|
|
3697
3818
|
"property": "operationType",
|
|
3698
|
-
"oneOf": ["
|
|
3819
|
+
"oneOf": ["verifyAddresById", "retrieveTracker"]
|
|
3699
3820
|
}
|
|
3700
3821
|
},
|
|
3701
3822
|
{
|
|
3702
3823
|
"label": "Name",
|
|
3703
|
-
"id": "body.address.name",
|
|
3704
3824
|
"description": "Name of the person. Both name and company can be included",
|
|
3705
3825
|
"group": "input",
|
|
3706
3826
|
"type": "String",
|
|
@@ -3720,7 +3840,6 @@
|
|
|
3720
3840
|
},
|
|
3721
3841
|
{
|
|
3722
3842
|
"label": "Company",
|
|
3723
|
-
"id": "body.address.company",
|
|
3724
3843
|
"description": "Name of the organization. Both name and company can be included",
|
|
3725
3844
|
"group": "input",
|
|
3726
3845
|
"type": "String",
|
|
@@ -3740,7 +3859,6 @@
|
|
|
3740
3859
|
},
|
|
3741
3860
|
{
|
|
3742
3861
|
"label": "Phone",
|
|
3743
|
-
"id": "body.address.phone",
|
|
3744
3862
|
"description": "Phone number to reach the person or organization",
|
|
3745
3863
|
"group": "input",
|
|
3746
3864
|
"type": "String",
|
|
@@ -3760,7 +3878,6 @@
|
|
|
3760
3878
|
},
|
|
3761
3879
|
{
|
|
3762
3880
|
"label": "Address line 1",
|
|
3763
|
-
"id": "body.address.street1",
|
|
3764
3881
|
"description": "First line of the address",
|
|
3765
3882
|
"group": "input",
|
|
3766
3883
|
"type": "String",
|
|
@@ -3780,7 +3897,6 @@
|
|
|
3780
3897
|
},
|
|
3781
3898
|
{
|
|
3782
3899
|
"label": "Address line 2",
|
|
3783
|
-
"id": "body.address.street2",
|
|
3784
3900
|
"description": "Second line of the address",
|
|
3785
3901
|
"group": "input",
|
|
3786
3902
|
"type": "String",
|
|
@@ -3800,7 +3916,6 @@
|
|
|
3800
3916
|
},
|
|
3801
3917
|
{
|
|
3802
3918
|
"label": "City",
|
|
3803
|
-
"id": "body.address.city",
|
|
3804
3919
|
"description": "City the address is located in",
|
|
3805
3920
|
"group": "input",
|
|
3806
3921
|
"type": "String",
|
|
@@ -3820,7 +3935,6 @@
|
|
|
3820
3935
|
},
|
|
3821
3936
|
{
|
|
3822
3937
|
"label": "State or province",
|
|
3823
|
-
"id": "body.address.state",
|
|
3824
3938
|
"description": "State or province the address is located in",
|
|
3825
3939
|
"group": "input",
|
|
3826
3940
|
"type": "String",
|
|
@@ -3840,7 +3954,6 @@
|
|
|
3840
3954
|
},
|
|
3841
3955
|
{
|
|
3842
3956
|
"label": "Email",
|
|
3843
|
-
"id": "body.address.email",
|
|
3844
3957
|
"group": "input",
|
|
3845
3958
|
"type": "String",
|
|
3846
3959
|
"feel": "optional",
|
|
@@ -3859,7 +3972,6 @@
|
|
|
3859
3972
|
},
|
|
3860
3973
|
{
|
|
3861
3974
|
"label": "ZIP or postal code",
|
|
3862
|
-
"id": "body.address.zip",
|
|
3863
3975
|
"description": "The ZIP or postal code where the address is located",
|
|
3864
3976
|
"group": "input",
|
|
3865
3977
|
"type": "String",
|
|
@@ -3879,7 +3991,6 @@
|
|
|
3879
3991
|
},
|
|
3880
3992
|
{
|
|
3881
3993
|
"label": "Country",
|
|
3882
|
-
"id": "body.address.country",
|
|
3883
3994
|
"description": "The country code of the address location",
|
|
3884
3995
|
"group": "input",
|
|
3885
3996
|
"type": "String",
|
|
@@ -3899,7 +4010,6 @@
|
|
|
3899
4010
|
},
|
|
3900
4011
|
{
|
|
3901
4012
|
"label": "Federal tax ID",
|
|
3902
|
-
"id": "body.address.federal_tax_id",
|
|
3903
4013
|
"description": "Federal tax identifier of the person or organization",
|
|
3904
4014
|
"group": "input",
|
|
3905
4015
|
"type": "String",
|
|
@@ -3919,7 +4029,6 @@
|
|
|
3919
4029
|
},
|
|
3920
4030
|
{
|
|
3921
4031
|
"label": "State tax ID",
|
|
3922
|
-
"id": "body.address.state_tax_id",
|
|
3923
4032
|
"description": "State tax identifier of the person or organization",
|
|
3924
4033
|
"group": "input",
|
|
3925
4034
|
"type": "String",
|
|
@@ -3939,7 +4048,6 @@
|
|
|
3939
4048
|
},
|
|
3940
4049
|
{
|
|
3941
4050
|
"label": "Weight",
|
|
3942
|
-
"id": "body.parcel.weight",
|
|
3943
4051
|
"description": "Weight of parcel in oz",
|
|
3944
4052
|
"group": "input",
|
|
3945
4053
|
"type": "String",
|
|
@@ -3959,7 +4067,6 @@
|
|
|
3959
4067
|
},
|
|
3960
4068
|
{
|
|
3961
4069
|
"label": "Length",
|
|
3962
|
-
"id": "body.parcel.length",
|
|
3963
4070
|
"description": "Required if width and/or height are present (inches)",
|
|
3964
4071
|
"group": "input",
|
|
3965
4072
|
"type": "String",
|
|
@@ -3979,7 +4086,6 @@
|
|
|
3979
4086
|
},
|
|
3980
4087
|
{
|
|
3981
4088
|
"label": "Width",
|
|
3982
|
-
"id": "body.parcel.width",
|
|
3983
4089
|
"description": "Required if length and/or height are present (inches)",
|
|
3984
4090
|
"group": "input",
|
|
3985
4091
|
"type": "String",
|
|
@@ -3999,7 +4105,6 @@
|
|
|
3999
4105
|
},
|
|
4000
4106
|
{
|
|
4001
4107
|
"label": "Height",
|
|
4002
|
-
"id": "body.parcel.height",
|
|
4003
4108
|
"description": "Required if length and/or width are present (inches)",
|
|
4004
4109
|
"group": "input",
|
|
4005
4110
|
"type": "String",
|
|
@@ -4019,7 +4124,6 @@
|
|
|
4019
4124
|
},
|
|
4020
4125
|
{
|
|
4021
4126
|
"label": "Predefined package",
|
|
4022
|
-
"id": "body.parcel.predefined_package",
|
|
4023
4127
|
"description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
|
|
4024
4128
|
"group": "input",
|
|
4025
4129
|
"type": "String",
|
|
@@ -4039,7 +4143,6 @@
|
|
|
4039
4143
|
},
|
|
4040
4144
|
{
|
|
4041
4145
|
"label": "To address",
|
|
4042
|
-
"id": "body.shipment.to_address.id",
|
|
4043
4146
|
"description": "ID of the destination address",
|
|
4044
4147
|
"group": "input",
|
|
4045
4148
|
"type": "String",
|
|
@@ -4059,7 +4162,6 @@
|
|
|
4059
4162
|
},
|
|
4060
4163
|
{
|
|
4061
4164
|
"label": "From address",
|
|
4062
|
-
"id": "body.shipment.from_address.id",
|
|
4063
4165
|
"description": "ID of the origin address",
|
|
4064
4166
|
"group": "input",
|
|
4065
4167
|
"type": "String",
|
|
@@ -4079,7 +4181,6 @@
|
|
|
4079
4181
|
},
|
|
4080
4182
|
{
|
|
4081
4183
|
"label": "Parcel",
|
|
4082
|
-
"id": "body.shipment.parcel.id",
|
|
4083
4184
|
"description": "ID of the parcel",
|
|
4084
4185
|
"group": "input",
|
|
4085
4186
|
"type": "String",
|
|
@@ -4099,7 +4200,6 @@
|
|
|
4099
4200
|
},
|
|
4100
4201
|
{
|
|
4101
4202
|
"label": "Shipment ID",
|
|
4102
|
-
"id": "shipmentIdValue",
|
|
4103
4203
|
"description": "ID of the shipment",
|
|
4104
4204
|
"group": "input",
|
|
4105
4205
|
"type": "String",
|
|
@@ -4119,7 +4219,6 @@
|
|
|
4119
4219
|
},
|
|
4120
4220
|
{
|
|
4121
4221
|
"label": "Rate ID",
|
|
4122
|
-
"id": "body.rate.id",
|
|
4123
4222
|
"description": "ID of the actual rate quote for this service",
|
|
4124
4223
|
"group": "input",
|
|
4125
4224
|
"type": "String",
|
|
@@ -4139,7 +4238,6 @@
|
|
|
4139
4238
|
},
|
|
4140
4239
|
{
|
|
4141
4240
|
"label": "Address ID",
|
|
4142
|
-
"id": "addressIdValue",
|
|
4143
4241
|
"description": "The ID of the address that has already been created",
|
|
4144
4242
|
"group": "input",
|
|
4145
4243
|
"type": "String",
|
|
@@ -4154,12 +4252,11 @@
|
|
|
4154
4252
|
},
|
|
4155
4253
|
"condition": {
|
|
4156
4254
|
"property": "operationType",
|
|
4157
|
-
"oneOf": ["
|
|
4255
|
+
"oneOf": ["verifyAddresById"]
|
|
4158
4256
|
}
|
|
4159
4257
|
},
|
|
4160
4258
|
{
|
|
4161
4259
|
"label": "Tracker ID",
|
|
4162
|
-
"id": "trackerIdValue",
|
|
4163
4260
|
"description": "ID of tracker",
|
|
4164
4261
|
"group": "input",
|
|
4165
4262
|
"type": "String",
|
|
@@ -4179,22 +4276,914 @@
|
|
|
4179
4276
|
},
|
|
4180
4277
|
{
|
|
4181
4278
|
"type": "Hidden",
|
|
4182
|
-
"id": "baseUrl",
|
|
4183
4279
|
"optional": false,
|
|
4184
|
-
"value": "https://api.easypost.com",
|
|
4280
|
+
"value": "https://api.easypost.com/v2/addresses",
|
|
4185
4281
|
"binding": {
|
|
4186
4282
|
"type": "zeebe:input",
|
|
4187
|
-
"name": "
|
|
4283
|
+
"name": "url"
|
|
4188
4284
|
},
|
|
4189
4285
|
"constraints": {
|
|
4190
4286
|
"notEmpty": true
|
|
4287
|
+
},
|
|
4288
|
+
"condition": {
|
|
4289
|
+
"property": "operationType",
|
|
4290
|
+
"oneOf": ["createAddress"]
|
|
4191
4291
|
}
|
|
4192
4292
|
},
|
|
4193
4293
|
{
|
|
4194
4294
|
"type": "Hidden",
|
|
4195
|
-
"id": "addressUrl",
|
|
4196
4295
|
"optional": false,
|
|
4197
|
-
"value": "
|
|
4296
|
+
"value": "https://api.easypost.com/v2/parcels",
|
|
4297
|
+
"binding": {
|
|
4298
|
+
"type": "zeebe:input",
|
|
4299
|
+
"name": "url"
|
|
4300
|
+
},
|
|
4301
|
+
"constraints": {
|
|
4302
|
+
"notEmpty": true
|
|
4303
|
+
},
|
|
4304
|
+
"condition": {
|
|
4305
|
+
"property": "operationType",
|
|
4306
|
+
"oneOf": ["createParcel"]
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"type": "Hidden",
|
|
4311
|
+
"optional": false,
|
|
4312
|
+
"value": "https://api.easypost.com/v2/shipments",
|
|
4313
|
+
"binding": {
|
|
4314
|
+
"type": "zeebe:input",
|
|
4315
|
+
"name": "url"
|
|
4316
|
+
},
|
|
4317
|
+
"constraints": {
|
|
4318
|
+
"notEmpty": true
|
|
4319
|
+
},
|
|
4320
|
+
"condition": {
|
|
4321
|
+
"property": "operationType",
|
|
4322
|
+
"oneOf": ["createShipment"]
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"type": "Hidden",
|
|
4327
|
+
"optional": false,
|
|
4328
|
+
"value": "=\"https://api.easypost.com/v2/shipments/\"+shipmentIdValue+\"/buy\"",
|
|
4329
|
+
"binding": {
|
|
4330
|
+
"type": "zeebe:input",
|
|
4331
|
+
"name": "url"
|
|
4332
|
+
},
|
|
4333
|
+
"constraints": {
|
|
4334
|
+
"notEmpty": true
|
|
4335
|
+
},
|
|
4336
|
+
"condition": {
|
|
4337
|
+
"property": "operationType",
|
|
4338
|
+
"oneOf": ["buyShipment"]
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"type": "Hidden",
|
|
4343
|
+
"optional": false,
|
|
4344
|
+
"value": "=\"https://api.easypost.com/v2/addresses/\"+addressIdValue+\"/verify\"",
|
|
4345
|
+
"binding": {
|
|
4346
|
+
"type": "zeebe:input",
|
|
4347
|
+
"name": "url"
|
|
4348
|
+
},
|
|
4349
|
+
"constraints": {
|
|
4350
|
+
"notEmpty": true
|
|
4351
|
+
},
|
|
4352
|
+
"condition": {
|
|
4353
|
+
"property": "operationType",
|
|
4354
|
+
"oneOf": ["verifyAddresById"]
|
|
4355
|
+
}
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
"type": "Hidden",
|
|
4359
|
+
"optional": false,
|
|
4360
|
+
"value": "=\"https://api.easypost.com/v2/trackers/\"+trackerIdValue",
|
|
4361
|
+
"binding": {
|
|
4362
|
+
"type": "zeebe:input",
|
|
4363
|
+
"name": "url"
|
|
4364
|
+
},
|
|
4365
|
+
"constraints": {
|
|
4366
|
+
"notEmpty": true
|
|
4367
|
+
},
|
|
4368
|
+
"condition": {
|
|
4369
|
+
"property": "operationType",
|
|
4370
|
+
"oneOf": ["retrieveTracker"]
|
|
4371
|
+
}
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"label": "Connection timeout",
|
|
4375
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
4376
|
+
"group": "errors",
|
|
4377
|
+
"type": "String",
|
|
4378
|
+
"value": "20",
|
|
4379
|
+
"binding": {
|
|
4380
|
+
"type": "zeebe:input",
|
|
4381
|
+
"name": "connectionTimeoutInSeconds"
|
|
4382
|
+
},
|
|
4383
|
+
"optional": true,
|
|
4384
|
+
"feel": "optional",
|
|
4385
|
+
"constraints": {
|
|
4386
|
+
"notEmpty": false,
|
|
4387
|
+
"pattern": {
|
|
4388
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
4389
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
4390
|
+
}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"label": "Result variable",
|
|
4395
|
+
"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>",
|
|
4396
|
+
"group": "output",
|
|
4397
|
+
"type": "String",
|
|
4398
|
+
"binding": {
|
|
4399
|
+
"type": "zeebe:taskHeader",
|
|
4400
|
+
"key": "resultVariable"
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
{
|
|
4404
|
+
"label": "Result expression",
|
|
4405
|
+
"id": "resultExpressionGetAddressId",
|
|
4406
|
+
"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>",
|
|
4407
|
+
"group": "output",
|
|
4408
|
+
"type": "String",
|
|
4409
|
+
"feel": "required",
|
|
4410
|
+
"value": "={addressId:response.body.id}",
|
|
4411
|
+
"binding": {
|
|
4412
|
+
"type": "zeebe:taskHeader",
|
|
4413
|
+
"key": "resultExpression"
|
|
4414
|
+
},
|
|
4415
|
+
"condition": {
|
|
4416
|
+
"property": "operationType",
|
|
4417
|
+
"oneOf": ["createAddress"]
|
|
4418
|
+
}
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"label": "Result expression",
|
|
4422
|
+
"id": "resultExpressionGetParcelId",
|
|
4423
|
+
"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>",
|
|
4424
|
+
"group": "output",
|
|
4425
|
+
"type": "String",
|
|
4426
|
+
"feel": "required",
|
|
4427
|
+
"value": "={parcelId:response.body.id}",
|
|
4428
|
+
"binding": {
|
|
4429
|
+
"type": "zeebe:taskHeader",
|
|
4430
|
+
"key": "resultExpression"
|
|
4431
|
+
},
|
|
4432
|
+
"condition": {
|
|
4433
|
+
"property": "operationType",
|
|
4434
|
+
"oneOf": ["createParcel"]
|
|
4435
|
+
}
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"label": "Result expression",
|
|
4439
|
+
"id": "resultExpressionGetPriorityRate",
|
|
4440
|
+
"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>",
|
|
4441
|
+
"group": "output",
|
|
4442
|
+
"type": "String",
|
|
4443
|
+
"feel": "required",
|
|
4444
|
+
"value": "={priorityRate: response.body.rates[item.service = \"Priority\"], shipmentId: priorityRate[1].shipment_id, rateId: priorityRate[1].id}",
|
|
4445
|
+
"binding": {
|
|
4446
|
+
"type": "zeebe:taskHeader",
|
|
4447
|
+
"key": "resultExpression"
|
|
4448
|
+
},
|
|
4449
|
+
"condition": {
|
|
4450
|
+
"property": "operationType",
|
|
4451
|
+
"oneOf": ["createShipment"]
|
|
4452
|
+
}
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"label": "Result expression",
|
|
4456
|
+
"id": "resultExpressionGetTrackerId",
|
|
4457
|
+
"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>",
|
|
4458
|
+
"group": "output",
|
|
4459
|
+
"type": "String",
|
|
4460
|
+
"feel": "required",
|
|
4461
|
+
"value": "={trackerId: response.body.tracker.id, trackingCode: response.body.tracking_code, shipmentstatus:response.body.status}",
|
|
4462
|
+
"binding": {
|
|
4463
|
+
"type": "zeebe:taskHeader",
|
|
4464
|
+
"key": "resultExpression"
|
|
4465
|
+
},
|
|
4466
|
+
"condition": {
|
|
4467
|
+
"property": "operationType",
|
|
4468
|
+
"oneOf": ["buyShipment"]
|
|
4469
|
+
}
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"label": "Result expression",
|
|
4473
|
+
"id": "resultExpressionGetTrackerStatus",
|
|
4474
|
+
"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>",
|
|
4475
|
+
"group": "output",
|
|
4476
|
+
"type": "String",
|
|
4477
|
+
"feel": "required",
|
|
4478
|
+
"value": "={trackerStatus: response.body.status}",
|
|
4479
|
+
"binding": {
|
|
4480
|
+
"type": "zeebe:taskHeader",
|
|
4481
|
+
"key": "resultExpression"
|
|
4482
|
+
},
|
|
4483
|
+
"condition": {
|
|
4484
|
+
"property": "operationType",
|
|
4485
|
+
"oneOf": ["retrieveTracker"]
|
|
4486
|
+
}
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"label": "Result expression",
|
|
4490
|
+
"id": "resultExpression",
|
|
4491
|
+
"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>",
|
|
4492
|
+
"group": "output",
|
|
4493
|
+
"type": "String",
|
|
4494
|
+
"feel": "required",
|
|
4495
|
+
"binding": {
|
|
4496
|
+
"type": "zeebe:taskHeader",
|
|
4497
|
+
"key": "resultExpression"
|
|
4498
|
+
},
|
|
4499
|
+
"condition": {
|
|
4500
|
+
"property": "operationType",
|
|
4501
|
+
"oneOf": ["verifyAddresById"]
|
|
4502
|
+
}
|
|
4503
|
+
},
|
|
4504
|
+
{
|
|
4505
|
+
"label": "Error expression",
|
|
4506
|
+
"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>",
|
|
4507
|
+
"group": "errors",
|
|
4508
|
+
"type": "Text",
|
|
4509
|
+
"feel": "required",
|
|
4510
|
+
"binding": {
|
|
4511
|
+
"type": "zeebe:taskHeader",
|
|
4512
|
+
"key": "errorExpression"
|
|
4513
|
+
}
|
|
4514
|
+
}
|
|
4515
|
+
],
|
|
4516
|
+
"icon": {
|
|
4517
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='18' height='100%25' fill='%23ffffff'/%3E%3Cg transform='matrix(0.2007 0 0 -0.1895 500.0727 500.0583)' id='344493'%3E%3Cpath style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(17,90,241); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-2549.75, -2559.5281)' d='M 2475 5110 c -22 -5 -59 -17 -81 -27 c -23 -10 -470 -265 -994 -568 c -682 -394 -966 -563 -999 -595 c -54 -52 -96 -131 -111 -209 c -14 -73 -14 -2229 0 -2302 c 14 -76 54 -152 108 -207 c 37 -37 257 -168 1023 -610 c 901 -519 982 -564 1050 -578 c 74 -15 130 -13 199 8 c 19 6 474 263 1010 572 c 1044 601 1047 603 1096 710 c 37 80 45 146 42 338 l -3 176 l -980 -565 c -539 -310 -1007 -578 -1040 -595 c -70 -36 -160 -47 -221 -28 c -21 7 -265 145 -541 308 l -503 296 l 0 229 l 0 229 l 33 -20 c 17 -11 244 -142 503 -291 c 517 -298 534 -306 639 -284 c 45 10 262 132 1085 610 l 1029 598 l 1 258 l 0 258 l -22 -12 c -13 -7 -473 -271 -1023 -587 c -550 -317 -1020 -582 -1045 -589 c -60 -19 -145 -11 -202 18 c -25 13 -260 150 -522 304 l -475 280 l -1 228 l 0 228 l 23 -12 c 12 -7 229 -131 482 -277 c 253 -146 480 -274 505 -285 c 52 -23 146 -28 200 -9 c 19 7 494 279 1055 605 l 1020 594 l 3 183 c 2 140 -1 197 -13 244 c -19 74 -68 158 -117 200 c -50 44 -1962 1146 -2015 1162 c -59 18 -150 24 -198 14 z' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"
|
|
4518
|
+
},
|
|
4519
|
+
"engines": {
|
|
4520
|
+
"camunda": "^8.2"
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4525
|
+
"name": "Easy Post Outbound Connector",
|
|
4526
|
+
"id": "io.camunda.connectors.EasyPost.v1",
|
|
4527
|
+
"version": 4,
|
|
4528
|
+
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
4529
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
4530
|
+
"category": {
|
|
4531
|
+
"id": "connectors",
|
|
4532
|
+
"name": "Connectors"
|
|
4533
|
+
},
|
|
4534
|
+
"appliesTo": ["bpmn:Task"],
|
|
4535
|
+
"elementType": {
|
|
4536
|
+
"value": "bpmn:ServiceTask"
|
|
4537
|
+
},
|
|
4538
|
+
"groups": [
|
|
4539
|
+
{
|
|
4540
|
+
"id": "operation",
|
|
4541
|
+
"label": "Operation"
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"id": "authentication",
|
|
4545
|
+
"label": "Authentication"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"id": "input",
|
|
4549
|
+
"label": "Input"
|
|
4550
|
+
},
|
|
4551
|
+
{
|
|
4552
|
+
"id": "output",
|
|
4553
|
+
"label": "Output"
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"id": "errors",
|
|
4557
|
+
"label": "Error handling"
|
|
4558
|
+
}
|
|
4559
|
+
],
|
|
4560
|
+
"properties": [
|
|
4561
|
+
{
|
|
4562
|
+
"type": "Hidden",
|
|
4563
|
+
"value": "io.camunda:http-json:1",
|
|
4564
|
+
"binding": {
|
|
4565
|
+
"property": "type",
|
|
4566
|
+
"type": "zeebe:taskDefinition"
|
|
4567
|
+
}
|
|
4568
|
+
},
|
|
4569
|
+
{
|
|
4570
|
+
"label": "Operation type",
|
|
4571
|
+
"id": "operationType",
|
|
4572
|
+
"group": "operation",
|
|
4573
|
+
"type": "Dropdown",
|
|
4574
|
+
"optional": false,
|
|
4575
|
+
"choices": [
|
|
4576
|
+
{
|
|
4577
|
+
"name": "Create an address",
|
|
4578
|
+
"value": "createAddress"
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "Create a parcel",
|
|
4582
|
+
"value": "createParcel"
|
|
4583
|
+
},
|
|
4584
|
+
{
|
|
4585
|
+
"name": "Create a shipment",
|
|
4586
|
+
"value": "createShipment"
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "Buy a shipment",
|
|
4590
|
+
"value": "buyShipment"
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"name": "Verify a created address",
|
|
4594
|
+
"value": "verifyAddressById"
|
|
4595
|
+
},
|
|
4596
|
+
{
|
|
4597
|
+
"name": "Retrieve a tracker by ID",
|
|
4598
|
+
"value": "retrieveTracker"
|
|
4599
|
+
}
|
|
4600
|
+
],
|
|
4601
|
+
"binding": {
|
|
4602
|
+
"type": "zeebe:input",
|
|
4603
|
+
"name": "operationType"
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"description": "Authentication type",
|
|
4608
|
+
"id": "authentication.type",
|
|
4609
|
+
"group": "authentication",
|
|
4610
|
+
"type": "Hidden",
|
|
4611
|
+
"optional": false,
|
|
4612
|
+
"value": "basic",
|
|
4613
|
+
"binding": {
|
|
4614
|
+
"type": "zeebe:input",
|
|
4615
|
+
"name": "authentication.type"
|
|
4616
|
+
},
|
|
4617
|
+
"constraints": {
|
|
4618
|
+
"notEmpty": true
|
|
4619
|
+
}
|
|
4620
|
+
},
|
|
4621
|
+
{
|
|
4622
|
+
"label": "API key",
|
|
4623
|
+
"id": "authentication.username",
|
|
4624
|
+
"group": "authentication",
|
|
4625
|
+
"type": "String",
|
|
4626
|
+
"feel": "optional",
|
|
4627
|
+
"optional": false,
|
|
4628
|
+
"binding": {
|
|
4629
|
+
"type": "zeebe:input",
|
|
4630
|
+
"name": "authentication.username"
|
|
4631
|
+
},
|
|
4632
|
+
"constraints": {
|
|
4633
|
+
"notEmpty": true
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4636
|
+
{
|
|
4637
|
+
"id": "authentication.password",
|
|
4638
|
+
"description": "This field will replace to empty string. EasyPost API use only username field for put API key",
|
|
4639
|
+
"group": "authentication",
|
|
4640
|
+
"type": "Hidden",
|
|
4641
|
+
"optional": true,
|
|
4642
|
+
"value": "SPEC_PASSWORD_EMPTY_PATTERN",
|
|
4643
|
+
"constraints": {
|
|
4644
|
+
"notEmpty": false
|
|
4645
|
+
},
|
|
4646
|
+
"binding": {
|
|
4647
|
+
"type": "zeebe:input",
|
|
4648
|
+
"name": "authentication.password"
|
|
4649
|
+
}
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
"description": "post method",
|
|
4653
|
+
"type": "Hidden",
|
|
4654
|
+
"optional": false,
|
|
4655
|
+
"value": "post",
|
|
4656
|
+
"binding": {
|
|
4657
|
+
"type": "zeebe:input",
|
|
4658
|
+
"name": "method"
|
|
4659
|
+
},
|
|
4660
|
+
"constraints": {
|
|
4661
|
+
"notEmpty": true
|
|
4662
|
+
},
|
|
4663
|
+
"condition": {
|
|
4664
|
+
"property": "operationType",
|
|
4665
|
+
"oneOf": [
|
|
4666
|
+
"createAddress",
|
|
4667
|
+
"createParcel",
|
|
4668
|
+
"createShipment",
|
|
4669
|
+
"buyShipment"
|
|
4670
|
+
]
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"description": "get method",
|
|
4675
|
+
"type": "Hidden",
|
|
4676
|
+
"optional": false,
|
|
4677
|
+
"value": "get",
|
|
4678
|
+
"binding": {
|
|
4679
|
+
"type": "zeebe:input",
|
|
4680
|
+
"name": "method"
|
|
4681
|
+
},
|
|
4682
|
+
"constraints": {
|
|
4683
|
+
"notEmpty": true
|
|
4684
|
+
},
|
|
4685
|
+
"condition": {
|
|
4686
|
+
"property": "operationType",
|
|
4687
|
+
"oneOf": ["verifyAddressById", "retrieveTracker"]
|
|
4688
|
+
}
|
|
4689
|
+
},
|
|
4690
|
+
{
|
|
4691
|
+
"label": "Name",
|
|
4692
|
+
"id": "body.address.name",
|
|
4693
|
+
"description": "Name of the person. Both name and company can be included",
|
|
4694
|
+
"group": "input",
|
|
4695
|
+
"type": "String",
|
|
4696
|
+
"feel": "optional",
|
|
4697
|
+
"optional": true,
|
|
4698
|
+
"binding": {
|
|
4699
|
+
"type": "zeebe:input",
|
|
4700
|
+
"name": "body.address.name"
|
|
4701
|
+
},
|
|
4702
|
+
"constraints": {
|
|
4703
|
+
"notEmpty": false
|
|
4704
|
+
},
|
|
4705
|
+
"condition": {
|
|
4706
|
+
"property": "operationType",
|
|
4707
|
+
"oneOf": ["createAddress"]
|
|
4708
|
+
}
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"label": "Company",
|
|
4712
|
+
"id": "body.address.company",
|
|
4713
|
+
"description": "Name of the organization. Both name and company can be included",
|
|
4714
|
+
"group": "input",
|
|
4715
|
+
"type": "String",
|
|
4716
|
+
"feel": "optional",
|
|
4717
|
+
"optional": true,
|
|
4718
|
+
"binding": {
|
|
4719
|
+
"type": "zeebe:input",
|
|
4720
|
+
"name": "body.address.company"
|
|
4721
|
+
},
|
|
4722
|
+
"constraints": {
|
|
4723
|
+
"notEmpty": false
|
|
4724
|
+
},
|
|
4725
|
+
"condition": {
|
|
4726
|
+
"property": "operationType",
|
|
4727
|
+
"oneOf": ["createAddress"]
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"label": "Phone",
|
|
4732
|
+
"id": "body.address.phone",
|
|
4733
|
+
"description": "Phone number to reach the person or organization",
|
|
4734
|
+
"group": "input",
|
|
4735
|
+
"type": "String",
|
|
4736
|
+
"feel": "optional",
|
|
4737
|
+
"optional": true,
|
|
4738
|
+
"binding": {
|
|
4739
|
+
"type": "zeebe:input",
|
|
4740
|
+
"name": "body.address.phone"
|
|
4741
|
+
},
|
|
4742
|
+
"constraints": {
|
|
4743
|
+
"notEmpty": false
|
|
4744
|
+
},
|
|
4745
|
+
"condition": {
|
|
4746
|
+
"property": "operationType",
|
|
4747
|
+
"oneOf": ["createAddress"]
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"label": "Address line 1",
|
|
4752
|
+
"id": "body.address.street1",
|
|
4753
|
+
"description": "First line of the address",
|
|
4754
|
+
"group": "input",
|
|
4755
|
+
"type": "String",
|
|
4756
|
+
"feel": "optional",
|
|
4757
|
+
"optional": true,
|
|
4758
|
+
"binding": {
|
|
4759
|
+
"type": "zeebe:input",
|
|
4760
|
+
"name": "body.address.street1"
|
|
4761
|
+
},
|
|
4762
|
+
"constraints": {
|
|
4763
|
+
"notEmpty": false
|
|
4764
|
+
},
|
|
4765
|
+
"condition": {
|
|
4766
|
+
"property": "operationType",
|
|
4767
|
+
"oneOf": ["createAddress"]
|
|
4768
|
+
}
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"label": "Address line 2",
|
|
4772
|
+
"id": "body.address.street2",
|
|
4773
|
+
"description": "Second line of the address",
|
|
4774
|
+
"group": "input",
|
|
4775
|
+
"type": "String",
|
|
4776
|
+
"feel": "optional",
|
|
4777
|
+
"optional": true,
|
|
4778
|
+
"binding": {
|
|
4779
|
+
"type": "zeebe:input",
|
|
4780
|
+
"name": "body.address.street2"
|
|
4781
|
+
},
|
|
4782
|
+
"constraints": {
|
|
4783
|
+
"notEmpty": false
|
|
4784
|
+
},
|
|
4785
|
+
"condition": {
|
|
4786
|
+
"property": "operationType",
|
|
4787
|
+
"oneOf": ["createAddress"]
|
|
4788
|
+
}
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"label": "City",
|
|
4792
|
+
"id": "body.address.city",
|
|
4793
|
+
"description": "City the address is located in",
|
|
4794
|
+
"group": "input",
|
|
4795
|
+
"type": "String",
|
|
4796
|
+
"feel": "optional",
|
|
4797
|
+
"optional": true,
|
|
4798
|
+
"binding": {
|
|
4799
|
+
"type": "zeebe:input",
|
|
4800
|
+
"name": "body.address.city"
|
|
4801
|
+
},
|
|
4802
|
+
"constraints": {
|
|
4803
|
+
"notEmpty": false
|
|
4804
|
+
},
|
|
4805
|
+
"condition": {
|
|
4806
|
+
"property": "operationType",
|
|
4807
|
+
"oneOf": ["createAddress"]
|
|
4808
|
+
}
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"label": "State or province",
|
|
4812
|
+
"id": "body.address.state",
|
|
4813
|
+
"description": "State or province the address is located in",
|
|
4814
|
+
"group": "input",
|
|
4815
|
+
"type": "String",
|
|
4816
|
+
"feel": "optional",
|
|
4817
|
+
"optional": true,
|
|
4818
|
+
"binding": {
|
|
4819
|
+
"type": "zeebe:input",
|
|
4820
|
+
"name": "body.address.state"
|
|
4821
|
+
},
|
|
4822
|
+
"constraints": {
|
|
4823
|
+
"notEmpty": false
|
|
4824
|
+
},
|
|
4825
|
+
"condition": {
|
|
4826
|
+
"property": "operationType",
|
|
4827
|
+
"oneOf": ["createAddress"]
|
|
4828
|
+
}
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
"label": "Email",
|
|
4832
|
+
"id": "body.address.email",
|
|
4833
|
+
"group": "input",
|
|
4834
|
+
"type": "String",
|
|
4835
|
+
"feel": "optional",
|
|
4836
|
+
"optional": true,
|
|
4837
|
+
"binding": {
|
|
4838
|
+
"type": "zeebe:input",
|
|
4839
|
+
"name": "body.address.email"
|
|
4840
|
+
},
|
|
4841
|
+
"constraints": {
|
|
4842
|
+
"notEmpty": false
|
|
4843
|
+
},
|
|
4844
|
+
"condition": {
|
|
4845
|
+
"property": "operationType",
|
|
4846
|
+
"oneOf": ["createAddress"]
|
|
4847
|
+
}
|
|
4848
|
+
},
|
|
4849
|
+
{
|
|
4850
|
+
"label": "ZIP or postal code",
|
|
4851
|
+
"id": "body.address.zip",
|
|
4852
|
+
"description": "The ZIP or postal code where the address is located",
|
|
4853
|
+
"group": "input",
|
|
4854
|
+
"type": "String",
|
|
4855
|
+
"feel": "optional",
|
|
4856
|
+
"optional": true,
|
|
4857
|
+
"binding": {
|
|
4858
|
+
"type": "zeebe:input",
|
|
4859
|
+
"name": "body.address.zip"
|
|
4860
|
+
},
|
|
4861
|
+
"constraints": {
|
|
4862
|
+
"notEmpty": false
|
|
4863
|
+
},
|
|
4864
|
+
"condition": {
|
|
4865
|
+
"property": "operationType",
|
|
4866
|
+
"oneOf": ["createAddress"]
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"label": "Country",
|
|
4871
|
+
"id": "body.address.country",
|
|
4872
|
+
"description": "The country code of the address location",
|
|
4873
|
+
"group": "input",
|
|
4874
|
+
"type": "String",
|
|
4875
|
+
"feel": "optional",
|
|
4876
|
+
"optional": true,
|
|
4877
|
+
"binding": {
|
|
4878
|
+
"type": "zeebe:input",
|
|
4879
|
+
"name": "body.address.country"
|
|
4880
|
+
},
|
|
4881
|
+
"constraints": {
|
|
4882
|
+
"notEmpty": false
|
|
4883
|
+
},
|
|
4884
|
+
"condition": {
|
|
4885
|
+
"property": "operationType",
|
|
4886
|
+
"oneOf": ["createAddress"]
|
|
4887
|
+
}
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"label": "Federal tax ID",
|
|
4891
|
+
"id": "body.address.federal_tax_id",
|
|
4892
|
+
"description": "Federal tax identifier of the person or organization",
|
|
4893
|
+
"group": "input",
|
|
4894
|
+
"type": "String",
|
|
4895
|
+
"feel": "optional",
|
|
4896
|
+
"optional": true,
|
|
4897
|
+
"binding": {
|
|
4898
|
+
"type": "zeebe:input",
|
|
4899
|
+
"name": "body.address.federal_tax_id"
|
|
4900
|
+
},
|
|
4901
|
+
"constraints": {
|
|
4902
|
+
"notEmpty": false
|
|
4903
|
+
},
|
|
4904
|
+
"condition": {
|
|
4905
|
+
"property": "operationType",
|
|
4906
|
+
"oneOf": ["createAddress"]
|
|
4907
|
+
}
|
|
4908
|
+
},
|
|
4909
|
+
{
|
|
4910
|
+
"label": "State tax ID",
|
|
4911
|
+
"id": "body.address.state_tax_id",
|
|
4912
|
+
"description": "State tax identifier of the person or organization",
|
|
4913
|
+
"group": "input",
|
|
4914
|
+
"type": "String",
|
|
4915
|
+
"feel": "optional",
|
|
4916
|
+
"optional": true,
|
|
4917
|
+
"binding": {
|
|
4918
|
+
"type": "zeebe:input",
|
|
4919
|
+
"name": "body.address.state_tax_id"
|
|
4920
|
+
},
|
|
4921
|
+
"constraints": {
|
|
4922
|
+
"notEmpty": false
|
|
4923
|
+
},
|
|
4924
|
+
"condition": {
|
|
4925
|
+
"property": "operationType",
|
|
4926
|
+
"oneOf": ["createAddress"]
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
"label": "Weight",
|
|
4931
|
+
"id": "body.parcel.weight",
|
|
4932
|
+
"description": "Weight of parcel in oz",
|
|
4933
|
+
"group": "input",
|
|
4934
|
+
"type": "String",
|
|
4935
|
+
"feel": "optional",
|
|
4936
|
+
"optional": false,
|
|
4937
|
+
"binding": {
|
|
4938
|
+
"type": "zeebe:input",
|
|
4939
|
+
"name": "body.parcel.weight"
|
|
4940
|
+
},
|
|
4941
|
+
"constraints": {
|
|
4942
|
+
"notEmpty": true
|
|
4943
|
+
},
|
|
4944
|
+
"condition": {
|
|
4945
|
+
"property": "operationType",
|
|
4946
|
+
"oneOf": ["createParcel"]
|
|
4947
|
+
}
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
"label": "Length",
|
|
4951
|
+
"id": "body.parcel.length",
|
|
4952
|
+
"description": "Required if width and/or height are present (inches)",
|
|
4953
|
+
"group": "input",
|
|
4954
|
+
"type": "String",
|
|
4955
|
+
"feel": "optional",
|
|
4956
|
+
"optional": true,
|
|
4957
|
+
"binding": {
|
|
4958
|
+
"type": "zeebe:input",
|
|
4959
|
+
"name": "body.parcel.length"
|
|
4960
|
+
},
|
|
4961
|
+
"constraints": {
|
|
4962
|
+
"notEmpty": false
|
|
4963
|
+
},
|
|
4964
|
+
"condition": {
|
|
4965
|
+
"property": "operationType",
|
|
4966
|
+
"oneOf": ["createParcel"]
|
|
4967
|
+
}
|
|
4968
|
+
},
|
|
4969
|
+
{
|
|
4970
|
+
"label": "Width",
|
|
4971
|
+
"id": "body.parcel.width",
|
|
4972
|
+
"description": "Required if length and/or height are present (inches)",
|
|
4973
|
+
"group": "input",
|
|
4974
|
+
"type": "String",
|
|
4975
|
+
"feel": "optional",
|
|
4976
|
+
"optional": true,
|
|
4977
|
+
"binding": {
|
|
4978
|
+
"type": "zeebe:input",
|
|
4979
|
+
"name": "body.parcel.width"
|
|
4980
|
+
},
|
|
4981
|
+
"constraints": {
|
|
4982
|
+
"notEmpty": false
|
|
4983
|
+
},
|
|
4984
|
+
"condition": {
|
|
4985
|
+
"property": "operationType",
|
|
4986
|
+
"oneOf": ["createParcel"]
|
|
4987
|
+
}
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"label": "Height",
|
|
4991
|
+
"id": "body.parcel.height",
|
|
4992
|
+
"description": "Required if length and/or width are present (inches)",
|
|
4993
|
+
"group": "input",
|
|
4994
|
+
"type": "String",
|
|
4995
|
+
"feel": "optional",
|
|
4996
|
+
"optional": true,
|
|
4997
|
+
"binding": {
|
|
4998
|
+
"type": "zeebe:input",
|
|
4999
|
+
"name": "body.parcel.height"
|
|
5000
|
+
},
|
|
5001
|
+
"constraints": {
|
|
5002
|
+
"notEmpty": false
|
|
5003
|
+
},
|
|
5004
|
+
"condition": {
|
|
5005
|
+
"property": "operationType",
|
|
5006
|
+
"oneOf": ["createParcel"]
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"label": "Predefined package",
|
|
5011
|
+
"id": "body.parcel.predefined_package",
|
|
5012
|
+
"description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
|
|
5013
|
+
"group": "input",
|
|
5014
|
+
"type": "String",
|
|
5015
|
+
"feel": "optional",
|
|
5016
|
+
"optional": true,
|
|
5017
|
+
"binding": {
|
|
5018
|
+
"type": "zeebe:input",
|
|
5019
|
+
"name": "body.parcel.predefined_package"
|
|
5020
|
+
},
|
|
5021
|
+
"constraints": {
|
|
5022
|
+
"notEmpty": false
|
|
5023
|
+
},
|
|
5024
|
+
"condition": {
|
|
5025
|
+
"property": "operationType",
|
|
5026
|
+
"oneOf": ["createParcel"]
|
|
5027
|
+
}
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"label": "To address",
|
|
5031
|
+
"id": "body.shipment.to_address.id",
|
|
5032
|
+
"description": "ID of the destination address",
|
|
5033
|
+
"group": "input",
|
|
5034
|
+
"type": "String",
|
|
5035
|
+
"feel": "optional",
|
|
5036
|
+
"optional": false,
|
|
5037
|
+
"binding": {
|
|
5038
|
+
"type": "zeebe:input",
|
|
5039
|
+
"name": "body.shipment.to_address.id"
|
|
5040
|
+
},
|
|
5041
|
+
"constraints": {
|
|
5042
|
+
"notEmpty": true
|
|
5043
|
+
},
|
|
5044
|
+
"condition": {
|
|
5045
|
+
"property": "operationType",
|
|
5046
|
+
"oneOf": ["createShipment"]
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"label": "From address",
|
|
5051
|
+
"id": "body.shipment.from_address.id",
|
|
5052
|
+
"description": "ID of the origin address",
|
|
5053
|
+
"group": "input",
|
|
5054
|
+
"type": "String",
|
|
5055
|
+
"feel": "optional",
|
|
5056
|
+
"optional": false,
|
|
5057
|
+
"binding": {
|
|
5058
|
+
"type": "zeebe:input",
|
|
5059
|
+
"name": "body.shipment.from_address.id"
|
|
5060
|
+
},
|
|
5061
|
+
"constraints": {
|
|
5062
|
+
"notEmpty": true
|
|
5063
|
+
},
|
|
5064
|
+
"condition": {
|
|
5065
|
+
"property": "operationType",
|
|
5066
|
+
"oneOf": ["createShipment"]
|
|
5067
|
+
}
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"label": "Parcel",
|
|
5071
|
+
"id": "body.shipment.parcel.id",
|
|
5072
|
+
"description": "ID of the parcel",
|
|
5073
|
+
"group": "input",
|
|
5074
|
+
"type": "String",
|
|
5075
|
+
"feel": "optional",
|
|
5076
|
+
"optional": false,
|
|
5077
|
+
"binding": {
|
|
5078
|
+
"type": "zeebe:input",
|
|
5079
|
+
"name": "body.shipment.parcel.id"
|
|
5080
|
+
},
|
|
5081
|
+
"constraints": {
|
|
5082
|
+
"notEmpty": true
|
|
5083
|
+
},
|
|
5084
|
+
"condition": {
|
|
5085
|
+
"property": "operationType",
|
|
5086
|
+
"oneOf": ["createShipment"]
|
|
5087
|
+
}
|
|
5088
|
+
},
|
|
5089
|
+
{
|
|
5090
|
+
"label": "Shipment ID",
|
|
5091
|
+
"id": "shipmentIdValue",
|
|
5092
|
+
"description": "ID of the shipment",
|
|
5093
|
+
"group": "input",
|
|
5094
|
+
"type": "String",
|
|
5095
|
+
"feel": "optional",
|
|
5096
|
+
"optional": false,
|
|
5097
|
+
"binding": {
|
|
5098
|
+
"type": "zeebe:input",
|
|
5099
|
+
"name": "shipmentIdValue"
|
|
5100
|
+
},
|
|
5101
|
+
"constraints": {
|
|
5102
|
+
"notEmpty": true
|
|
5103
|
+
},
|
|
5104
|
+
"condition": {
|
|
5105
|
+
"property": "operationType",
|
|
5106
|
+
"oneOf": ["buyShipment"]
|
|
5107
|
+
}
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"label": "Rate ID",
|
|
5111
|
+
"id": "body.rate.id",
|
|
5112
|
+
"description": "ID of the actual rate quote for this service",
|
|
5113
|
+
"group": "input",
|
|
5114
|
+
"type": "String",
|
|
5115
|
+
"feel": "optional",
|
|
5116
|
+
"optional": false,
|
|
5117
|
+
"binding": {
|
|
5118
|
+
"type": "zeebe:input",
|
|
5119
|
+
"name": "body.rate.id"
|
|
5120
|
+
},
|
|
5121
|
+
"constraints": {
|
|
5122
|
+
"notEmpty": true
|
|
5123
|
+
},
|
|
5124
|
+
"condition": {
|
|
5125
|
+
"property": "operationType",
|
|
5126
|
+
"oneOf": ["buyShipment"]
|
|
5127
|
+
}
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"label": "Address ID",
|
|
5131
|
+
"id": "addressIdValue",
|
|
5132
|
+
"description": "The ID of the address that has already been created",
|
|
5133
|
+
"group": "input",
|
|
5134
|
+
"type": "String",
|
|
5135
|
+
"feel": "optional",
|
|
5136
|
+
"optional": false,
|
|
5137
|
+
"binding": {
|
|
5138
|
+
"type": "zeebe:input",
|
|
5139
|
+
"name": "addressIdValue"
|
|
5140
|
+
},
|
|
5141
|
+
"constraints": {
|
|
5142
|
+
"notEmpty": true
|
|
5143
|
+
},
|
|
5144
|
+
"condition": {
|
|
5145
|
+
"property": "operationType",
|
|
5146
|
+
"oneOf": ["verifyAddressById"]
|
|
5147
|
+
}
|
|
5148
|
+
},
|
|
5149
|
+
{
|
|
5150
|
+
"label": "Tracker ID",
|
|
5151
|
+
"id": "trackerIdValue",
|
|
5152
|
+
"description": "ID of tracker",
|
|
5153
|
+
"group": "input",
|
|
5154
|
+
"type": "String",
|
|
5155
|
+
"feel": "optional",
|
|
5156
|
+
"optional": false,
|
|
5157
|
+
"binding": {
|
|
5158
|
+
"type": "zeebe:input",
|
|
5159
|
+
"name": "trackerIdValue"
|
|
5160
|
+
},
|
|
5161
|
+
"constraints": {
|
|
5162
|
+
"notEmpty": true
|
|
5163
|
+
},
|
|
5164
|
+
"condition": {
|
|
5165
|
+
"property": "operationType",
|
|
5166
|
+
"oneOf": ["retrieveTracker"]
|
|
5167
|
+
}
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"type": "Hidden",
|
|
5171
|
+
"id": "baseUrl",
|
|
5172
|
+
"optional": false,
|
|
5173
|
+
"value": "https://api.easypost.com",
|
|
5174
|
+
"binding": {
|
|
5175
|
+
"type": "zeebe:input",
|
|
5176
|
+
"name": "baseUrl"
|
|
5177
|
+
},
|
|
5178
|
+
"constraints": {
|
|
5179
|
+
"notEmpty": true
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"type": "Hidden",
|
|
5184
|
+
"id": "addressUrl",
|
|
5185
|
+
"optional": false,
|
|
5186
|
+
"value": "=baseUrl+\"/v2/addresses\"",
|
|
4198
5187
|
"binding": {
|
|
4199
5188
|
"type": "zeebe:input",
|
|
4200
5189
|
"name": "url"
|
|
@@ -4435,30 +5424,6 @@
|
|
|
4435
5424
|
},
|
|
4436
5425
|
"type": "Text"
|
|
4437
5426
|
},
|
|
4438
|
-
{
|
|
4439
|
-
"id": "version",
|
|
4440
|
-
"label": "Version",
|
|
4441
|
-
"description": "Version of the element template",
|
|
4442
|
-
"value": "5",
|
|
4443
|
-
"group": "connector",
|
|
4444
|
-
"binding": {
|
|
4445
|
-
"key": "elementTemplateVersion",
|
|
4446
|
-
"type": "zeebe:taskHeader"
|
|
4447
|
-
},
|
|
4448
|
-
"type": "Hidden"
|
|
4449
|
-
},
|
|
4450
|
-
{
|
|
4451
|
-
"id": "id",
|
|
4452
|
-
"label": "ID",
|
|
4453
|
-
"description": "ID of the element template",
|
|
4454
|
-
"value": "io.camunda.connectors.EasyPost.v1",
|
|
4455
|
-
"group": "connector",
|
|
4456
|
-
"binding": {
|
|
4457
|
-
"key": "elementTemplateId",
|
|
4458
|
-
"type": "zeebe:taskHeader"
|
|
4459
|
-
},
|
|
4460
|
-
"type": "Hidden"
|
|
4461
|
-
},
|
|
4462
5427
|
{
|
|
4463
5428
|
"id": "retryBackoff",
|
|
4464
5429
|
"label": "Retry backoff",
|
|
@@ -4474,6 +5439,9 @@
|
|
|
4474
5439
|
],
|
|
4475
5440
|
"icon": {
|
|
4476
5441
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='18' height='100%25' fill='%23ffffff'/%3E%3Cg transform='matrix(0.2007 0 0 -0.1895 500.0727 500.0583)' id='344493'%3E%3Cpath style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(17,90,241); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-2549.75, -2559.5281)' d='M 2475 5110 c -22 -5 -59 -17 -81 -27 c -23 -10 -470 -265 -994 -568 c -682 -394 -966 -563 -999 -595 c -54 -52 -96 -131 -111 -209 c -14 -73 -14 -2229 0 -2302 c 14 -76 54 -152 108 -207 c 37 -37 257 -168 1023 -610 c 901 -519 982 -564 1050 -578 c 74 -15 130 -13 199 8 c 19 6 474 263 1010 572 c 1044 601 1047 603 1096 710 c 37 80 45 146 42 338 l -3 176 l -980 -565 c -539 -310 -1007 -578 -1040 -595 c -70 -36 -160 -47 -221 -28 c -21 7 -265 145 -541 308 l -503 296 l 0 229 l 0 229 l 33 -20 c 17 -11 244 -142 503 -291 c 517 -298 534 -306 639 -284 c 45 10 262 132 1085 610 l 1029 598 l 1 258 l 0 258 l -22 -12 c -13 -7 -473 -271 -1023 -587 c -550 -317 -1020 -582 -1045 -589 c -60 -19 -145 -11 -202 18 c -25 13 -260 150 -522 304 l -475 280 l -1 228 l 0 228 l 23 -12 c 12 -7 229 -131 482 -277 c 253 -146 480 -274 505 -285 c 52 -23 146 -28 200 -9 c 19 7 494 279 1055 605 l 1020 594 l 3 183 c 2 140 -1 197 -13 244 c -19 74 -68 158 -117 200 c -50 44 -1962 1146 -2015 1162 c -59 18 -150 24 -198 14 z' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"
|
|
5442
|
+
},
|
|
5443
|
+
"engines": {
|
|
5444
|
+
"camunda": "^8.5"
|
|
4477
5445
|
}
|
|
4478
5446
|
}
|
|
4479
5447
|
]
|