@camunda/connectors-element-templates 1.0.16 → 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.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -3,7 +3,974 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Easy Post Outbound Connector",
5
5
  "id": "io.camunda.connectors.EasyPost.v1",
6
- "version": 3,
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
+ ],
22
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
23
+ "category": {
24
+ "id": "connectors",
25
+ "name": "Connectors"
26
+ },
27
+ "appliesTo": ["bpmn:Task"],
28
+ "elementType": {
29
+ "value": "bpmn:ServiceTask"
30
+ },
31
+ "groups": [
32
+ {
33
+ "id": "operation",
34
+ "label": "Operation"
35
+ },
36
+ {
37
+ "id": "authentication",
38
+ "label": "Authentication"
39
+ },
40
+ {
41
+ "id": "input",
42
+ "label": "Input"
43
+ },
44
+ {
45
+ "id": "connector",
46
+ "label": "Connector"
47
+ },
48
+ {
49
+ "id": "output",
50
+ "label": "Output"
51
+ },
52
+ {
53
+ "id": "error",
54
+ "label": "Error handling"
55
+ },
56
+ {
57
+ "id": "retries",
58
+ "label": "Retries"
59
+ }
60
+ ],
61
+ "properties": [
62
+ {
63
+ "type": "Hidden",
64
+ "value": "io.camunda:http-json:1",
65
+ "binding": {
66
+ "property": "type",
67
+ "type": "zeebe:taskDefinition"
68
+ }
69
+ },
70
+ {
71
+ "label": "Operation type",
72
+ "id": "operationType",
73
+ "group": "operation",
74
+ "type": "Dropdown",
75
+ "optional": false,
76
+ "choices": [
77
+ {
78
+ "name": "Create an address",
79
+ "value": "createAddress"
80
+ },
81
+ {
82
+ "name": "Create a parcel",
83
+ "value": "createParcel"
84
+ },
85
+ {
86
+ "name": "Create a shipment",
87
+ "value": "createShipment"
88
+ },
89
+ {
90
+ "name": "Buy a shipment",
91
+ "value": "buyShipment"
92
+ },
93
+ {
94
+ "name": "Verify a created address",
95
+ "value": "verifyAddressById"
96
+ },
97
+ {
98
+ "name": "Retrieve a tracker by ID",
99
+ "value": "retrieveTracker"
100
+ }
101
+ ],
102
+ "binding": {
103
+ "type": "zeebe:input",
104
+ "name": "operationType"
105
+ }
106
+ },
107
+ {
108
+ "description": "Authentication type",
109
+ "id": "authentication.type",
110
+ "group": "authentication",
111
+ "type": "Hidden",
112
+ "optional": false,
113
+ "value": "basic",
114
+ "binding": {
115
+ "type": "zeebe:input",
116
+ "name": "authentication.type"
117
+ },
118
+ "constraints": {
119
+ "notEmpty": true
120
+ }
121
+ },
122
+ {
123
+ "label": "API key",
124
+ "id": "authentication.username",
125
+ "group": "authentication",
126
+ "type": "String",
127
+ "feel": "optional",
128
+ "optional": false,
129
+ "binding": {
130
+ "type": "zeebe:input",
131
+ "name": "authentication.username"
132
+ },
133
+ "constraints": {
134
+ "notEmpty": true
135
+ }
136
+ },
137
+ {
138
+ "id": "authentication.password",
139
+ "description": "This field will replace to empty string. EasyPost API use only username field for put API key",
140
+ "group": "authentication",
141
+ "type": "Hidden",
142
+ "optional": true,
143
+ "value": "SPEC_PASSWORD_EMPTY_PATTERN",
144
+ "constraints": {
145
+ "notEmpty": false
146
+ },
147
+ "binding": {
148
+ "type": "zeebe:input",
149
+ "name": "authentication.password"
150
+ }
151
+ },
152
+ {
153
+ "description": "post method",
154
+ "type": "Hidden",
155
+ "optional": false,
156
+ "value": "post",
157
+ "binding": {
158
+ "type": "zeebe:input",
159
+ "name": "method"
160
+ },
161
+ "constraints": {
162
+ "notEmpty": true
163
+ },
164
+ "condition": {
165
+ "property": "operationType",
166
+ "oneOf": [
167
+ "createAddress",
168
+ "createParcel",
169
+ "createShipment",
170
+ "buyShipment"
171
+ ]
172
+ }
173
+ },
174
+ {
175
+ "description": "get method",
176
+ "type": "Hidden",
177
+ "optional": false,
178
+ "value": "get",
179
+ "binding": {
180
+ "type": "zeebe:input",
181
+ "name": "method"
182
+ },
183
+ "constraints": {
184
+ "notEmpty": true
185
+ },
186
+ "condition": {
187
+ "property": "operationType",
188
+ "oneOf": ["verifyAddressById", "retrieveTracker"]
189
+ }
190
+ },
191
+ {
192
+ "label": "Name",
193
+ "id": "body.address.name",
194
+ "description": "Name of the person. Both name and company can be included",
195
+ "group": "input",
196
+ "type": "String",
197
+ "feel": "optional",
198
+ "optional": true,
199
+ "binding": {
200
+ "type": "zeebe:input",
201
+ "name": "body.address.name"
202
+ },
203
+ "constraints": {
204
+ "notEmpty": false
205
+ },
206
+ "condition": {
207
+ "property": "operationType",
208
+ "oneOf": ["createAddress"]
209
+ }
210
+ },
211
+ {
212
+ "label": "Company",
213
+ "id": "body.address.company",
214
+ "description": "Name of the organization. Both name and company can be included",
215
+ "group": "input",
216
+ "type": "String",
217
+ "feel": "optional",
218
+ "optional": true,
219
+ "binding": {
220
+ "type": "zeebe:input",
221
+ "name": "body.address.company"
222
+ },
223
+ "constraints": {
224
+ "notEmpty": false
225
+ },
226
+ "condition": {
227
+ "property": "operationType",
228
+ "oneOf": ["createAddress"]
229
+ }
230
+ },
231
+ {
232
+ "label": "Phone",
233
+ "id": "body.address.phone",
234
+ "description": "Phone number to reach the person or organization",
235
+ "group": "input",
236
+ "type": "String",
237
+ "feel": "optional",
238
+ "optional": true,
239
+ "binding": {
240
+ "type": "zeebe:input",
241
+ "name": "body.address.phone"
242
+ },
243
+ "constraints": {
244
+ "notEmpty": false
245
+ },
246
+ "condition": {
247
+ "property": "operationType",
248
+ "oneOf": ["createAddress"]
249
+ }
250
+ },
251
+ {
252
+ "label": "Address line 1",
253
+ "id": "body.address.street1",
254
+ "description": "First line of the address",
255
+ "group": "input",
256
+ "type": "String",
257
+ "feel": "optional",
258
+ "optional": true,
259
+ "binding": {
260
+ "type": "zeebe:input",
261
+ "name": "body.address.street1"
262
+ },
263
+ "constraints": {
264
+ "notEmpty": false
265
+ },
266
+ "condition": {
267
+ "property": "operationType",
268
+ "oneOf": ["createAddress"]
269
+ }
270
+ },
271
+ {
272
+ "label": "Address line 2",
273
+ "id": "body.address.street2",
274
+ "description": "Second line of the address",
275
+ "group": "input",
276
+ "type": "String",
277
+ "feel": "optional",
278
+ "optional": true,
279
+ "binding": {
280
+ "type": "zeebe:input",
281
+ "name": "body.address.street2"
282
+ },
283
+ "constraints": {
284
+ "notEmpty": false
285
+ },
286
+ "condition": {
287
+ "property": "operationType",
288
+ "oneOf": ["createAddress"]
289
+ }
290
+ },
291
+ {
292
+ "label": "City",
293
+ "id": "body.address.city",
294
+ "description": "City the address is located in",
295
+ "group": "input",
296
+ "type": "String",
297
+ "feel": "optional",
298
+ "optional": true,
299
+ "binding": {
300
+ "type": "zeebe:input",
301
+ "name": "body.address.city"
302
+ },
303
+ "constraints": {
304
+ "notEmpty": false
305
+ },
306
+ "condition": {
307
+ "property": "operationType",
308
+ "oneOf": ["createAddress"]
309
+ }
310
+ },
311
+ {
312
+ "label": "State or province",
313
+ "id": "body.address.state",
314
+ "description": "State or province the address is located in",
315
+ "group": "input",
316
+ "type": "String",
317
+ "feel": "optional",
318
+ "optional": true,
319
+ "binding": {
320
+ "type": "zeebe:input",
321
+ "name": "body.address.state"
322
+ },
323
+ "constraints": {
324
+ "notEmpty": false
325
+ },
326
+ "condition": {
327
+ "property": "operationType",
328
+ "oneOf": ["createAddress"]
329
+ }
330
+ },
331
+ {
332
+ "label": "Email",
333
+ "id": "body.address.email",
334
+ "group": "input",
335
+ "type": "String",
336
+ "feel": "optional",
337
+ "optional": true,
338
+ "binding": {
339
+ "type": "zeebe:input",
340
+ "name": "body.address.email"
341
+ },
342
+ "constraints": {
343
+ "notEmpty": false
344
+ },
345
+ "condition": {
346
+ "property": "operationType",
347
+ "oneOf": ["createAddress"]
348
+ }
349
+ },
350
+ {
351
+ "label": "ZIP or postal code",
352
+ "id": "body.address.zip",
353
+ "description": "The ZIP or postal code where the address is located",
354
+ "group": "input",
355
+ "type": "String",
356
+ "feel": "optional",
357
+ "optional": true,
358
+ "binding": {
359
+ "type": "zeebe:input",
360
+ "name": "body.address.zip"
361
+ },
362
+ "constraints": {
363
+ "notEmpty": false
364
+ },
365
+ "condition": {
366
+ "property": "operationType",
367
+ "oneOf": ["createAddress"]
368
+ }
369
+ },
370
+ {
371
+ "label": "Country",
372
+ "id": "body.address.country",
373
+ "description": "The country code of the address location",
374
+ "group": "input",
375
+ "type": "String",
376
+ "feel": "optional",
377
+ "optional": true,
378
+ "binding": {
379
+ "type": "zeebe:input",
380
+ "name": "body.address.country"
381
+ },
382
+ "constraints": {
383
+ "notEmpty": false
384
+ },
385
+ "condition": {
386
+ "property": "operationType",
387
+ "oneOf": ["createAddress"]
388
+ }
389
+ },
390
+ {
391
+ "label": "Federal tax ID",
392
+ "id": "body.address.federal_tax_id",
393
+ "description": "Federal tax identifier of the person or organization",
394
+ "group": "input",
395
+ "type": "String",
396
+ "feel": "optional",
397
+ "optional": true,
398
+ "binding": {
399
+ "type": "zeebe:input",
400
+ "name": "body.address.federal_tax_id"
401
+ },
402
+ "constraints": {
403
+ "notEmpty": false
404
+ },
405
+ "condition": {
406
+ "property": "operationType",
407
+ "oneOf": ["createAddress"]
408
+ }
409
+ },
410
+ {
411
+ "label": "State tax ID",
412
+ "id": "body.address.state_tax_id",
413
+ "description": "State tax identifier of the person or organization",
414
+ "group": "input",
415
+ "type": "String",
416
+ "feel": "optional",
417
+ "optional": true,
418
+ "binding": {
419
+ "type": "zeebe:input",
420
+ "name": "body.address.state_tax_id"
421
+ },
422
+ "constraints": {
423
+ "notEmpty": false
424
+ },
425
+ "condition": {
426
+ "property": "operationType",
427
+ "oneOf": ["createAddress"]
428
+ }
429
+ },
430
+ {
431
+ "label": "Weight",
432
+ "id": "body.parcel.weight",
433
+ "description": "Weight of parcel in oz",
434
+ "group": "input",
435
+ "type": "String",
436
+ "feel": "optional",
437
+ "optional": false,
438
+ "binding": {
439
+ "type": "zeebe:input",
440
+ "name": "body.parcel.weight"
441
+ },
442
+ "constraints": {
443
+ "notEmpty": true
444
+ },
445
+ "condition": {
446
+ "property": "operationType",
447
+ "oneOf": ["createParcel"]
448
+ }
449
+ },
450
+ {
451
+ "label": "Length",
452
+ "id": "body.parcel.length",
453
+ "description": "Required if width and/or height are present (inches)",
454
+ "group": "input",
455
+ "type": "String",
456
+ "feel": "optional",
457
+ "optional": true,
458
+ "binding": {
459
+ "type": "zeebe:input",
460
+ "name": "body.parcel.length"
461
+ },
462
+ "constraints": {
463
+ "notEmpty": false
464
+ },
465
+ "condition": {
466
+ "property": "operationType",
467
+ "oneOf": ["createParcel"]
468
+ }
469
+ },
470
+ {
471
+ "label": "Width",
472
+ "id": "body.parcel.width",
473
+ "description": "Required if length and/or height are present (inches)",
474
+ "group": "input",
475
+ "type": "String",
476
+ "feel": "optional",
477
+ "optional": true,
478
+ "binding": {
479
+ "type": "zeebe:input",
480
+ "name": "body.parcel.width"
481
+ },
482
+ "constraints": {
483
+ "notEmpty": false
484
+ },
485
+ "condition": {
486
+ "property": "operationType",
487
+ "oneOf": ["createParcel"]
488
+ }
489
+ },
490
+ {
491
+ "label": "Height",
492
+ "id": "body.parcel.height",
493
+ "description": "Required if length and/or width are present (inches)",
494
+ "group": "input",
495
+ "type": "String",
496
+ "feel": "optional",
497
+ "optional": true,
498
+ "binding": {
499
+ "type": "zeebe:input",
500
+ "name": "body.parcel.height"
501
+ },
502
+ "constraints": {
503
+ "notEmpty": false
504
+ },
505
+ "condition": {
506
+ "property": "operationType",
507
+ "oneOf": ["createParcel"]
508
+ }
509
+ },
510
+ {
511
+ "label": "Predefined package",
512
+ "id": "body.parcel.predefined_package",
513
+ "description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
514
+ "group": "input",
515
+ "type": "String",
516
+ "feel": "optional",
517
+ "optional": true,
518
+ "binding": {
519
+ "type": "zeebe:input",
520
+ "name": "body.parcel.predefined_package"
521
+ },
522
+ "constraints": {
523
+ "notEmpty": false
524
+ },
525
+ "condition": {
526
+ "property": "operationType",
527
+ "oneOf": ["createParcel"]
528
+ }
529
+ },
530
+ {
531
+ "label": "To address",
532
+ "id": "body.shipment.to_address.id",
533
+ "description": "ID of the destination address",
534
+ "group": "input",
535
+ "type": "String",
536
+ "feel": "optional",
537
+ "optional": false,
538
+ "binding": {
539
+ "type": "zeebe:input",
540
+ "name": "body.shipment.to_address.id"
541
+ },
542
+ "constraints": {
543
+ "notEmpty": true
544
+ },
545
+ "condition": {
546
+ "property": "operationType",
547
+ "oneOf": ["createShipment"]
548
+ }
549
+ },
550
+ {
551
+ "label": "From address",
552
+ "id": "body.shipment.from_address.id",
553
+ "description": "ID of the origin address",
554
+ "group": "input",
555
+ "type": "String",
556
+ "feel": "optional",
557
+ "optional": false,
558
+ "binding": {
559
+ "type": "zeebe:input",
560
+ "name": "body.shipment.from_address.id"
561
+ },
562
+ "constraints": {
563
+ "notEmpty": true
564
+ },
565
+ "condition": {
566
+ "property": "operationType",
567
+ "oneOf": ["createShipment"]
568
+ }
569
+ },
570
+ {
571
+ "label": "Parcel",
572
+ "id": "body.shipment.parcel.id",
573
+ "description": "ID of the parcel",
574
+ "group": "input",
575
+ "type": "String",
576
+ "feel": "optional",
577
+ "optional": false,
578
+ "binding": {
579
+ "type": "zeebe:input",
580
+ "name": "body.shipment.parcel.id"
581
+ },
582
+ "constraints": {
583
+ "notEmpty": true
584
+ },
585
+ "condition": {
586
+ "property": "operationType",
587
+ "oneOf": ["createShipment"]
588
+ }
589
+ },
590
+ {
591
+ "label": "Shipment ID",
592
+ "id": "shipmentIdValue",
593
+ "description": "ID of the shipment",
594
+ "group": "input",
595
+ "type": "String",
596
+ "feel": "optional",
597
+ "optional": false,
598
+ "binding": {
599
+ "type": "zeebe:input",
600
+ "name": "shipmentIdValue"
601
+ },
602
+ "constraints": {
603
+ "notEmpty": true
604
+ },
605
+ "condition": {
606
+ "property": "operationType",
607
+ "oneOf": ["buyShipment"]
608
+ }
609
+ },
610
+ {
611
+ "label": "Rate ID",
612
+ "id": "body.rate.id",
613
+ "description": "ID of the actual rate quote for this service",
614
+ "group": "input",
615
+ "type": "String",
616
+ "feel": "optional",
617
+ "optional": false,
618
+ "binding": {
619
+ "type": "zeebe:input",
620
+ "name": "body.rate.id"
621
+ },
622
+ "constraints": {
623
+ "notEmpty": true
624
+ },
625
+ "condition": {
626
+ "property": "operationType",
627
+ "oneOf": ["buyShipment"]
628
+ }
629
+ },
630
+ {
631
+ "label": "Address ID",
632
+ "id": "addressIdValue",
633
+ "description": "The ID of the address that has already been created",
634
+ "group": "input",
635
+ "type": "String",
636
+ "feel": "optional",
637
+ "optional": false,
638
+ "binding": {
639
+ "type": "zeebe:input",
640
+ "name": "addressIdValue"
641
+ },
642
+ "constraints": {
643
+ "notEmpty": true
644
+ },
645
+ "condition": {
646
+ "property": "operationType",
647
+ "oneOf": ["verifyAddressById"]
648
+ }
649
+ },
650
+ {
651
+ "label": "Tracker ID",
652
+ "id": "trackerIdValue",
653
+ "description": "ID of tracker",
654
+ "group": "input",
655
+ "type": "String",
656
+ "feel": "optional",
657
+ "optional": false,
658
+ "binding": {
659
+ "type": "zeebe:input",
660
+ "name": "trackerIdValue"
661
+ },
662
+ "constraints": {
663
+ "notEmpty": true
664
+ },
665
+ "condition": {
666
+ "property": "operationType",
667
+ "oneOf": ["retrieveTracker"]
668
+ }
669
+ },
670
+ {
671
+ "type": "Hidden",
672
+ "id": "baseUrl",
673
+ "optional": false,
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\"",
688
+ "binding": {
689
+ "type": "zeebe:input",
690
+ "name": "url"
691
+ },
692
+ "constraints": {
693
+ "notEmpty": true
694
+ },
695
+ "condition": {
696
+ "property": "operationType",
697
+ "oneOf": ["createAddress"]
698
+ }
699
+ },
700
+ {
701
+ "type": "Hidden",
702
+ "id": "parcelsUrl",
703
+ "optional": false,
704
+ "value": "=baseUrl+ \"/v2/parcels\"",
705
+ "binding": {
706
+ "type": "zeebe:input",
707
+ "name": "url"
708
+ },
709
+ "constraints": {
710
+ "notEmpty": true
711
+ },
712
+ "condition": {
713
+ "property": "operationType",
714
+ "oneOf": ["createParcel"]
715
+ }
716
+ },
717
+ {
718
+ "type": "Hidden",
719
+ "id": "createShipmentsUrl",
720
+ "optional": false,
721
+ "value": "=baseUrl+\"/v2/shipments\"",
722
+ "binding": {
723
+ "type": "zeebe:input",
724
+ "name": "url"
725
+ },
726
+ "constraints": {
727
+ "notEmpty": true
728
+ },
729
+ "condition": {
730
+ "property": "operationType",
731
+ "oneOf": ["createShipment"]
732
+ }
733
+ },
734
+ {
735
+ "type": "Hidden",
736
+ "id": "buyShipmentUrl",
737
+ "optional": false,
738
+ "value": "=baseUrl+\"/v2/shipments/\"+shipmentIdValue+\"/buy\"",
739
+ "binding": {
740
+ "type": "zeebe:input",
741
+ "name": "url"
742
+ },
743
+ "constraints": {
744
+ "notEmpty": true
745
+ },
746
+ "condition": {
747
+ "property": "operationType",
748
+ "oneOf": ["buyShipment"]
749
+ }
750
+ },
751
+ {
752
+ "type": "Hidden",
753
+ "id": "verifyAddressUrl",
754
+ "optional": false,
755
+ "value": "=baseUrl+\"/v2/addresses/\"+addressIdValue+\"/verify\"",
756
+ "binding": {
757
+ "type": "zeebe:input",
758
+ "name": "url"
759
+ },
760
+ "constraints": {
761
+ "notEmpty": true
762
+ },
763
+ "condition": {
764
+ "property": "operationType",
765
+ "oneOf": ["verifyAddressById"]
766
+ }
767
+ },
768
+ {
769
+ "type": "Hidden",
770
+ "id": "retrieveTrackerByIdUrl",
771
+ "optional": false,
772
+ "value": "=baseUrl+\"/v2/trackers/\"+trackerIdValue",
773
+ "binding": {
774
+ "type": "zeebe:input",
775
+ "name": "url"
776
+ },
777
+ "constraints": {
778
+ "notEmpty": true
779
+ },
780
+ "condition": {
781
+ "property": "operationType",
782
+ "oneOf": ["retrieveTracker"]
783
+ }
784
+ },
785
+ {
786
+ "label": "Connection timeout",
787
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
788
+ "group": "error",
789
+ "type": "String",
790
+ "value": "20",
791
+ "binding": {
792
+ "type": "zeebe:input",
793
+ "name": "connectionTimeoutInSeconds"
794
+ },
795
+ "optional": true,
796
+ "feel": "optional",
797
+ "constraints": {
798
+ "notEmpty": false,
799
+ "pattern": {
800
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
801
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
802
+ }
803
+ }
804
+ },
805
+ {
806
+ "label": "Result variable",
807
+ "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>",
808
+ "group": "output",
809
+ "type": "String",
810
+ "binding": {
811
+ "type": "zeebe:taskHeader",
812
+ "key": "resultVariable"
813
+ }
814
+ },
815
+ {
816
+ "label": "Result expression",
817
+ "id": "resultExpressionGetAddressId",
818
+ "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>",
819
+ "group": "output",
820
+ "type": "String",
821
+ "feel": "required",
822
+ "value": "={addressId:response.body.id}",
823
+ "binding": {
824
+ "type": "zeebe:taskHeader",
825
+ "key": "resultExpression"
826
+ },
827
+ "condition": {
828
+ "property": "operationType",
829
+ "oneOf": ["createAddress"]
830
+ }
831
+ },
832
+ {
833
+ "label": "Result expression",
834
+ "id": "resultExpressionGetPlaceId",
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>",
836
+ "group": "output",
837
+ "type": "String",
838
+ "feel": "required",
839
+ "value": "={parcelId:response.body.id}",
840
+ "binding": {
841
+ "type": "zeebe:taskHeader",
842
+ "key": "resultExpression"
843
+ },
844
+ "condition": {
845
+ "property": "operationType",
846
+ "oneOf": ["createParcel"]
847
+ }
848
+ },
849
+ {
850
+ "label": "Result expression",
851
+ "id": "resultExpressionGetShipment",
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>",
853
+ "group": "output",
854
+ "type": "String",
855
+ "feel": "required",
856
+ "value": "={shipmentId:response.body.id}",
857
+ "binding": {
858
+ "type": "zeebe:taskHeader",
859
+ "key": "resultExpression"
860
+ },
861
+ "condition": {
862
+ "property": "operationType",
863
+ "oneOf": ["createShipment"]
864
+ }
865
+ },
866
+ {
867
+ "label": "Result expression",
868
+ "id": "resultExpressionGetTracker",
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>",
870
+ "group": "output",
871
+ "type": "String",
872
+ "feel": "required",
873
+ "value": "={trackerId: response.body.tracker.id, trackingCode: response.body.tracking_code, shipmentstatus:response.body.status}",
874
+ "binding": {
875
+ "type": "zeebe:taskHeader",
876
+ "key": "resultExpression"
877
+ },
878
+ "condition": {
879
+ "property": "operationType",
880
+ "oneOf": ["buyShipment"]
881
+ }
882
+ },
883
+ {
884
+ "label": "Result expression",
885
+ "id": "resultExpressionGetTrackerStatus",
886
+ "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>",
887
+ "group": "output",
888
+ "type": "String",
889
+ "feel": "required",
890
+ "value": "={trackerStatus: response.body.status}",
891
+ "binding": {
892
+ "type": "zeebe:taskHeader",
893
+ "key": "resultExpression"
894
+ },
895
+ "condition": {
896
+ "property": "operationType",
897
+ "oneOf": ["retrieveTracker"]
898
+ }
899
+ },
900
+ {
901
+ "label": "Result expression",
902
+ "id": "resultExpression",
903
+ "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>",
904
+ "group": "output",
905
+ "type": "String",
906
+ "feel": "required",
907
+ "binding": {
908
+ "type": "zeebe:taskHeader",
909
+ "key": "resultExpression"
910
+ },
911
+ "condition": {
912
+ "property": "operationType",
913
+ "oneOf": ["verifyAddressById"]
914
+ }
915
+ },
916
+ {
917
+ "id": "errorExpression",
918
+ "label": "Error expression",
919
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
920
+ "feel": "required",
921
+ "group": "error",
922
+ "binding": {
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"
963
+ }
964
+ ],
965
+ "icon": {
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"
967
+ }
968
+ },
969
+ {
970
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
971
+ "name": "Easy Post connector",
972
+ "id": "io.camunda.connectors.EasyPost.v1",
973
+ "version": 1,
7
974
  "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
8
975
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
9
976
  "category": {
@@ -729,7 +1696,7 @@
729
1696
  "constraints": {
730
1697
  "notEmpty": false,
731
1698
  "pattern": {
732
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1699
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
733
1700
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
734
1701
  }
735
1702
  }
@@ -1733,8 +2700,22 @@
1733
2700
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1734
2701
  "name": "Easy Post Outbound Connector",
1735
2702
  "id": "io.camunda.connectors.EasyPost.v1",
1736
- "version": 4,
1737
- "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
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
+ ],
1738
2719
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
1739
2720
  "category": {
1740
2721
  "id": "connectors",
@@ -2633,6 +3614,30 @@
2633
3614
  },
2634
3615
  "type": "Text"
2635
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
+ },
2636
3641
  {
2637
3642
  "id": "retryBackoff",
2638
3643
  "label": "Retry backoff",
@@ -2648,16 +3653,13 @@
2648
3653
  ],
2649
3654
  "icon": {
2650
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"
2651
- },
2652
- "engines": {
2653
- "camunda": "^8.5"
2654
3656
  }
2655
3657
  },
2656
3658
  {
2657
3659
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2658
- "name": "Easy Post connector",
3660
+ "name": "Easy Post Outbound Connector",
2659
3661
  "id": "io.camunda.connectors.EasyPost.v1",
2660
- "version": 1,
3662
+ "version": 3,
2661
3663
  "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
2662
3664
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
2663
3665
  "category": {
@@ -3383,7 +4385,7 @@
3383
4385
  "constraints": {
3384
4386
  "notEmpty": false,
3385
4387
  "pattern": {
3386
- "value": "^(=|([0-9]+|secrets\\..+)$)",
4388
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
3387
4389
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
3388
4390
  }
3389
4391
  }
@@ -3522,21 +4524,8 @@
3522
4524
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3523
4525
  "name": "Easy Post Outbound Connector",
3524
4526
  "id": "io.camunda.connectors.EasyPost.v1",
3525
- "version": 5,
3526
- "engines": {
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
- },
4527
+ "version": 4,
4528
+ "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
3540
4529
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
3541
4530
  "category": {
3542
4531
  "id": "connectors",
@@ -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
  ]