@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,9 +1,9 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Easy Post connector",
4
+ "name": "Easy Post Outbound Connector",
5
5
  "id": "io.camunda.connectors.EasyPost.v1",
6
- "version": 1,
6
+ "version": 3,
7
7
  "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
8
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
9
9
  "category": {
@@ -729,7 +729,7 @@
729
729
  "constraints": {
730
730
  "notEmpty": false,
731
731
  "pattern": {
732
- "value": "^(=|([0-9]+|secrets\\..+)$)",
732
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
733
733
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
734
734
  }
735
735
  }
@@ -866,10 +866,24 @@
866
866
  },
867
867
  {
868
868
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
869
- "name": "Easy Post connector",
869
+ "name": "Easy Post Outbound Connector",
870
870
  "id": "io.camunda.connectors.EasyPost.v1",
871
- "version": 2,
872
- "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
871
+ "version": 5,
872
+ "engines": {
873
+ "camunda": "^8.3"
874
+ },
875
+ "description": "Manage addresses, parcels, and shipments with Easy Post.",
876
+ "keywords": [
877
+ "create address",
878
+ "verify address",
879
+ "create parcel",
880
+ "create shipment",
881
+ "buy shipment",
882
+ "retrieve tracker",
883
+ "shipment",
884
+ "logistics",
885
+ "parcel tracking"
886
+ ],
873
887
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
874
888
  "category": {
875
889
  "id": "connectors",
@@ -906,8 +920,8 @@
906
920
  "type": "Hidden",
907
921
  "value": "io.camunda:http-json:1",
908
922
  "binding": {
909
- "type": "zeebe:taskDefinition",
910
- "property": "type"
923
+ "property": "type",
924
+ "type": "zeebe:taskDefinition"
911
925
  }
912
926
  },
913
927
  {
@@ -935,7 +949,7 @@
935
949
  },
936
950
  {
937
951
  "name": "Verify a created address",
938
- "value": "verifyAddresById"
952
+ "value": "verifyAddressById"
939
953
  },
940
954
  {
941
955
  "name": "Retrieve a tracker by ID",
@@ -949,6 +963,7 @@
949
963
  },
950
964
  {
951
965
  "description": "Authentication type",
966
+ "id": "authentication.type",
952
967
  "group": "authentication",
953
968
  "type": "Hidden",
954
969
  "optional": false,
@@ -963,6 +978,7 @@
963
978
  },
964
979
  {
965
980
  "label": "API key",
981
+ "id": "authentication.username",
966
982
  "group": "authentication",
967
983
  "type": "String",
968
984
  "feel": "optional",
@@ -976,6 +992,7 @@
976
992
  }
977
993
  },
978
994
  {
995
+ "id": "authentication.password",
979
996
  "description": "This field will replace to empty string. EasyPost API use only username field for put API key",
980
997
  "group": "authentication",
981
998
  "type": "Hidden",
@@ -1025,11 +1042,12 @@
1025
1042
  },
1026
1043
  "condition": {
1027
1044
  "property": "operationType",
1028
- "oneOf": ["verifyAddresById", "retrieveTracker"]
1045
+ "oneOf": ["verifyAddressById", "retrieveTracker"]
1029
1046
  }
1030
1047
  },
1031
1048
  {
1032
1049
  "label": "Name",
1050
+ "id": "body.address.name",
1033
1051
  "description": "Name of the person. Both name and company can be included",
1034
1052
  "group": "input",
1035
1053
  "type": "String",
@@ -1049,6 +1067,7 @@
1049
1067
  },
1050
1068
  {
1051
1069
  "label": "Company",
1070
+ "id": "body.address.company",
1052
1071
  "description": "Name of the organization. Both name and company can be included",
1053
1072
  "group": "input",
1054
1073
  "type": "String",
@@ -1068,6 +1087,7 @@
1068
1087
  },
1069
1088
  {
1070
1089
  "label": "Phone",
1090
+ "id": "body.address.phone",
1071
1091
  "description": "Phone number to reach the person or organization",
1072
1092
  "group": "input",
1073
1093
  "type": "String",
@@ -1087,6 +1107,7 @@
1087
1107
  },
1088
1108
  {
1089
1109
  "label": "Address line 1",
1110
+ "id": "body.address.street1",
1090
1111
  "description": "First line of the address",
1091
1112
  "group": "input",
1092
1113
  "type": "String",
@@ -1106,6 +1127,7 @@
1106
1127
  },
1107
1128
  {
1108
1129
  "label": "Address line 2",
1130
+ "id": "body.address.street2",
1109
1131
  "description": "Second line of the address",
1110
1132
  "group": "input",
1111
1133
  "type": "String",
@@ -1125,6 +1147,7 @@
1125
1147
  },
1126
1148
  {
1127
1149
  "label": "City",
1150
+ "id": "body.address.city",
1128
1151
  "description": "City the address is located in",
1129
1152
  "group": "input",
1130
1153
  "type": "String",
@@ -1144,6 +1167,7 @@
1144
1167
  },
1145
1168
  {
1146
1169
  "label": "State or province",
1170
+ "id": "body.address.state",
1147
1171
  "description": "State or province the address is located in",
1148
1172
  "group": "input",
1149
1173
  "type": "String",
@@ -1163,6 +1187,7 @@
1163
1187
  },
1164
1188
  {
1165
1189
  "label": "Email",
1190
+ "id": "body.address.email",
1166
1191
  "group": "input",
1167
1192
  "type": "String",
1168
1193
  "feel": "optional",
@@ -1181,6 +1206,7 @@
1181
1206
  },
1182
1207
  {
1183
1208
  "label": "ZIP or postal code",
1209
+ "id": "body.address.zip",
1184
1210
  "description": "The ZIP or postal code where the address is located",
1185
1211
  "group": "input",
1186
1212
  "type": "String",
@@ -1200,6 +1226,7 @@
1200
1226
  },
1201
1227
  {
1202
1228
  "label": "Country",
1229
+ "id": "body.address.country",
1203
1230
  "description": "The country code of the address location",
1204
1231
  "group": "input",
1205
1232
  "type": "String",
@@ -1219,6 +1246,7 @@
1219
1246
  },
1220
1247
  {
1221
1248
  "label": "Federal tax ID",
1249
+ "id": "body.address.federal_tax_id",
1222
1250
  "description": "Federal tax identifier of the person or organization",
1223
1251
  "group": "input",
1224
1252
  "type": "String",
@@ -1238,6 +1266,7 @@
1238
1266
  },
1239
1267
  {
1240
1268
  "label": "State tax ID",
1269
+ "id": "body.address.state_tax_id",
1241
1270
  "description": "State tax identifier of the person or organization",
1242
1271
  "group": "input",
1243
1272
  "type": "String",
@@ -1257,6 +1286,7 @@
1257
1286
  },
1258
1287
  {
1259
1288
  "label": "Weight",
1289
+ "id": "body.parcel.weight",
1260
1290
  "description": "Weight of parcel in oz",
1261
1291
  "group": "input",
1262
1292
  "type": "String",
@@ -1276,6 +1306,7 @@
1276
1306
  },
1277
1307
  {
1278
1308
  "label": "Length",
1309
+ "id": "body.parcel.length",
1279
1310
  "description": "Required if width and/or height are present (inches)",
1280
1311
  "group": "input",
1281
1312
  "type": "String",
@@ -1295,6 +1326,7 @@
1295
1326
  },
1296
1327
  {
1297
1328
  "label": "Width",
1329
+ "id": "body.parcel.width",
1298
1330
  "description": "Required if length and/or height are present (inches)",
1299
1331
  "group": "input",
1300
1332
  "type": "String",
@@ -1314,6 +1346,7 @@
1314
1346
  },
1315
1347
  {
1316
1348
  "label": "Height",
1349
+ "id": "body.parcel.height",
1317
1350
  "description": "Required if length and/or width are present (inches)",
1318
1351
  "group": "input",
1319
1352
  "type": "String",
@@ -1333,6 +1366,7 @@
1333
1366
  },
1334
1367
  {
1335
1368
  "label": "Predefined package",
1369
+ "id": "body.parcel.predefined_package",
1336
1370
  "description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
1337
1371
  "group": "input",
1338
1372
  "type": "String",
@@ -1352,6 +1386,7 @@
1352
1386
  },
1353
1387
  {
1354
1388
  "label": "To address",
1389
+ "id": "body.shipment.to_address.id",
1355
1390
  "description": "ID of the destination address",
1356
1391
  "group": "input",
1357
1392
  "type": "String",
@@ -1371,6 +1406,7 @@
1371
1406
  },
1372
1407
  {
1373
1408
  "label": "From address",
1409
+ "id": "body.shipment.from_address.id",
1374
1410
  "description": "ID of the origin address",
1375
1411
  "group": "input",
1376
1412
  "type": "String",
@@ -1390,6 +1426,7 @@
1390
1426
  },
1391
1427
  {
1392
1428
  "label": "Parcel",
1429
+ "id": "body.shipment.parcel.id",
1393
1430
  "description": "ID of the parcel",
1394
1431
  "group": "input",
1395
1432
  "type": "String",
@@ -1409,6 +1446,7 @@
1409
1446
  },
1410
1447
  {
1411
1448
  "label": "Shipment ID",
1449
+ "id": "shipmentIdValue",
1412
1450
  "description": "ID of the shipment",
1413
1451
  "group": "input",
1414
1452
  "type": "String",
@@ -1428,6 +1466,7 @@
1428
1466
  },
1429
1467
  {
1430
1468
  "label": "Rate ID",
1469
+ "id": "body.rate.id",
1431
1470
  "description": "ID of the actual rate quote for this service",
1432
1471
  "group": "input",
1433
1472
  "type": "String",
@@ -1447,6 +1486,7 @@
1447
1486
  },
1448
1487
  {
1449
1488
  "label": "Address ID",
1489
+ "id": "addressIdValue",
1450
1490
  "description": "The ID of the address that has already been created",
1451
1491
  "group": "input",
1452
1492
  "type": "String",
@@ -1461,11 +1501,12 @@
1461
1501
  },
1462
1502
  "condition": {
1463
1503
  "property": "operationType",
1464
- "oneOf": ["verifyAddresById"]
1504
+ "oneOf": ["verifyAddressById"]
1465
1505
  }
1466
1506
  },
1467
1507
  {
1468
1508
  "label": "Tracker ID",
1509
+ "id": "trackerIdValue",
1469
1510
  "description": "ID of tracker",
1470
1511
  "group": "input",
1471
1512
  "type": "String",
@@ -1485,8 +1526,22 @@
1485
1526
  },
1486
1527
  {
1487
1528
  "type": "Hidden",
1529
+ "id": "baseUrl",
1488
1530
  "optional": false,
1489
- "value": "https://api.easypost.com/v2/addresses",
1531
+ "value": "https://api.easypost.com",
1532
+ "binding": {
1533
+ "type": "zeebe:input",
1534
+ "name": "baseUrl"
1535
+ },
1536
+ "constraints": {
1537
+ "notEmpty": true
1538
+ }
1539
+ },
1540
+ {
1541
+ "type": "Hidden",
1542
+ "id": "addressUrl",
1543
+ "optional": false,
1544
+ "value": "=baseUrl+\"/v2/addresses\"",
1490
1545
  "binding": {
1491
1546
  "type": "zeebe:input",
1492
1547
  "name": "url"
@@ -1501,8 +1556,9 @@
1501
1556
  },
1502
1557
  {
1503
1558
  "type": "Hidden",
1559
+ "id": "parcelsUrl",
1504
1560
  "optional": false,
1505
- "value": "https://api.easypost.com/v2/parcels",
1561
+ "value": "=baseUrl+ \"/v2/parcels\"",
1506
1562
  "binding": {
1507
1563
  "type": "zeebe:input",
1508
1564
  "name": "url"
@@ -1517,8 +1573,9 @@
1517
1573
  },
1518
1574
  {
1519
1575
  "type": "Hidden",
1576
+ "id": "createShipmentsUrl",
1520
1577
  "optional": false,
1521
- "value": "https://api.easypost.com/v2/shipments",
1578
+ "value": "=baseUrl+\"/v2/shipments\"",
1522
1579
  "binding": {
1523
1580
  "type": "zeebe:input",
1524
1581
  "name": "url"
@@ -1533,8 +1590,9 @@
1533
1590
  },
1534
1591
  {
1535
1592
  "type": "Hidden",
1593
+ "id": "buyShipmentUrl",
1536
1594
  "optional": false,
1537
- "value": "=\"https://api.easypost.com/v2/shipments/\"+shipmentIdValue+\"/buy\"",
1595
+ "value": "=baseUrl+\"/v2/shipments/\"+shipmentIdValue+\"/buy\"",
1538
1596
  "binding": {
1539
1597
  "type": "zeebe:input",
1540
1598
  "name": "url"
@@ -1549,8 +1607,9 @@
1549
1607
  },
1550
1608
  {
1551
1609
  "type": "Hidden",
1610
+ "id": "verifyAddressUrl",
1552
1611
  "optional": false,
1553
- "value": "=\"https://api.easypost.com/v2/addresses/\"+addressIdValue+\"/verify\"",
1612
+ "value": "=baseUrl+\"/v2/addresses/\"+addressIdValue+\"/verify\"",
1554
1613
  "binding": {
1555
1614
  "type": "zeebe:input",
1556
1615
  "name": "url"
@@ -1560,13 +1619,14 @@
1560
1619
  },
1561
1620
  "condition": {
1562
1621
  "property": "operationType",
1563
- "oneOf": ["verifyAddresById"]
1622
+ "oneOf": ["verifyAddressById"]
1564
1623
  }
1565
1624
  },
1566
1625
  {
1567
1626
  "type": "Hidden",
1627
+ "id": "retrieveTrackerByIdUrl",
1568
1628
  "optional": false,
1569
- "value": "=\"https://api.easypost.com/v2/trackers/\"+trackerIdValue",
1629
+ "value": "=baseUrl+\"/v2/trackers/\"+trackerIdValue",
1570
1630
  "binding": {
1571
1631
  "type": "zeebe:input",
1572
1632
  "name": "url"
@@ -1594,7 +1654,7 @@
1594
1654
  "constraints": {
1595
1655
  "notEmpty": false,
1596
1656
  "pattern": {
1597
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1657
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1598
1658
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1599
1659
  }
1600
1660
  }
@@ -1645,12 +1705,12 @@
1645
1705
  },
1646
1706
  {
1647
1707
  "label": "Result expression",
1648
- "id": "resultExpressionGetPriorityRate",
1708
+ "id": "resultExpressionGetShipment",
1649
1709
  "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>",
1650
1710
  "group": "output",
1651
1711
  "type": "String",
1652
1712
  "feel": "required",
1653
- "value": "={priorityRate: response.body.rates[item.service = \"Priority\"], shipmentId: priorityRate[1].shipment_id, rateId: priorityRate[1].id}",
1713
+ "value": "={shipmentId:response.body.id}",
1654
1714
  "binding": {
1655
1715
  "type": "zeebe:taskHeader",
1656
1716
  "key": "resultExpression"
@@ -1662,7 +1722,7 @@
1662
1722
  },
1663
1723
  {
1664
1724
  "label": "Result expression",
1665
- "id": "resultExpressionGetTrackerId",
1725
+ "id": "resultExpressionGetTracker",
1666
1726
  "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>",
1667
1727
  "group": "output",
1668
1728
  "type": "String",
@@ -1707,33 +1767,67 @@
1707
1767
  },
1708
1768
  "condition": {
1709
1769
  "property": "operationType",
1710
- "oneOf": ["verifyAddresById"]
1770
+ "oneOf": ["verifyAddressById"]
1711
1771
  }
1712
1772
  },
1713
1773
  {
1774
+ "id": "errorExpression",
1714
1775
  "label": "Error expression",
1715
- "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>",
1716
- "group": "errors",
1717
- "type": "Text",
1776
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1718
1777
  "feel": "required",
1778
+ "group": "error",
1719
1779
  "binding": {
1720
- "type": "zeebe:taskHeader",
1721
- "key": "errorExpression"
1722
- }
1780
+ "key": "errorExpression",
1781
+ "type": "zeebe:taskHeader"
1782
+ },
1783
+ "type": "Text"
1784
+ },
1785
+ {
1786
+ "id": "version",
1787
+ "label": "Version",
1788
+ "description": "Version of the element template",
1789
+ "value": "5",
1790
+ "group": "connector",
1791
+ "binding": {
1792
+ "key": "elementTemplateVersion",
1793
+ "type": "zeebe:taskHeader"
1794
+ },
1795
+ "type": "Hidden"
1796
+ },
1797
+ {
1798
+ "id": "id",
1799
+ "label": "ID",
1800
+ "description": "ID of the element template",
1801
+ "value": "io.camunda.connectors.EasyPost.v1",
1802
+ "group": "connector",
1803
+ "binding": {
1804
+ "key": "elementTemplateId",
1805
+ "type": "zeebe:taskHeader"
1806
+ },
1807
+ "type": "Hidden"
1808
+ },
1809
+ {
1810
+ "id": "retryBackoff",
1811
+ "label": "Retry backoff",
1812
+ "description": "ISO-8601 duration to wait between retries",
1813
+ "value": "PT0S",
1814
+ "group": "retries",
1815
+ "binding": {
1816
+ "key": "retryBackoff",
1817
+ "type": "zeebe:taskHeader"
1818
+ },
1819
+ "type": "Hidden"
1723
1820
  }
1724
1821
  ],
1725
1822
  "icon": {
1726
1823
  "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"
1727
- },
1728
- "engines": {
1729
- "camunda": "^8.2"
1730
1824
  }
1731
1825
  },
1732
1826
  {
1733
1827
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1734
- "name": "Easy Post Outbound Connector",
1828
+ "name": "Easy Post connector",
1735
1829
  "id": "io.camunda.connectors.EasyPost.v1",
1736
- "version": 3,
1830
+ "version": 1,
1737
1831
  "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
1738
1832
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
1739
1833
  "category": {
@@ -2459,7 +2553,7 @@
2459
2553
  "constraints": {
2460
2554
  "notEmpty": false,
2461
2555
  "pattern": {
2462
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2556
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
2463
2557
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2464
2558
  }
2465
2559
  }
@@ -3520,23 +3614,10 @@
3520
3614
  },
3521
3615
  {
3522
3616
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3523
- "name": "Easy Post Outbound Connector",
3617
+ "name": "Easy Post connector",
3524
3618
  "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
- },
3619
+ "version": 2,
3620
+ "description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
3540
3621
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
3541
3622
  "category": {
3542
3623
  "id": "connectors",
@@ -3573,8 +3654,8 @@
3573
3654
  "type": "Hidden",
3574
3655
  "value": "io.camunda:http-json:1",
3575
3656
  "binding": {
3576
- "property": "type",
3577
- "type": "zeebe:taskDefinition"
3657
+ "type": "zeebe:taskDefinition",
3658
+ "property": "type"
3578
3659
  }
3579
3660
  },
3580
3661
  {
@@ -3602,7 +3683,7 @@
3602
3683
  },
3603
3684
  {
3604
3685
  "name": "Verify a created address",
3605
- "value": "verifyAddressById"
3686
+ "value": "verifyAddresById"
3606
3687
  },
3607
3688
  {
3608
3689
  "name": "Retrieve a tracker by ID",
@@ -3616,7 +3697,6 @@
3616
3697
  },
3617
3698
  {
3618
3699
  "description": "Authentication type",
3619
- "id": "authentication.type",
3620
3700
  "group": "authentication",
3621
3701
  "type": "Hidden",
3622
3702
  "optional": false,
@@ -3631,7 +3711,6 @@
3631
3711
  },
3632
3712
  {
3633
3713
  "label": "API key",
3634
- "id": "authentication.username",
3635
3714
  "group": "authentication",
3636
3715
  "type": "String",
3637
3716
  "feel": "optional",
@@ -3645,7 +3724,6 @@
3645
3724
  }
3646
3725
  },
3647
3726
  {
3648
- "id": "authentication.password",
3649
3727
  "description": "This field will replace to empty string. EasyPost API use only username field for put API key",
3650
3728
  "group": "authentication",
3651
3729
  "type": "Hidden",
@@ -3695,12 +3773,11 @@
3695
3773
  },
3696
3774
  "condition": {
3697
3775
  "property": "operationType",
3698
- "oneOf": ["verifyAddressById", "retrieveTracker"]
3776
+ "oneOf": ["verifyAddresById", "retrieveTracker"]
3699
3777
  }
3700
3778
  },
3701
3779
  {
3702
3780
  "label": "Name",
3703
- "id": "body.address.name",
3704
3781
  "description": "Name of the person. Both name and company can be included",
3705
3782
  "group": "input",
3706
3783
  "type": "String",
@@ -3720,7 +3797,6 @@
3720
3797
  },
3721
3798
  {
3722
3799
  "label": "Company",
3723
- "id": "body.address.company",
3724
3800
  "description": "Name of the organization. Both name and company can be included",
3725
3801
  "group": "input",
3726
3802
  "type": "String",
@@ -3740,7 +3816,6 @@
3740
3816
  },
3741
3817
  {
3742
3818
  "label": "Phone",
3743
- "id": "body.address.phone",
3744
3819
  "description": "Phone number to reach the person or organization",
3745
3820
  "group": "input",
3746
3821
  "type": "String",
@@ -3760,7 +3835,6 @@
3760
3835
  },
3761
3836
  {
3762
3837
  "label": "Address line 1",
3763
- "id": "body.address.street1",
3764
3838
  "description": "First line of the address",
3765
3839
  "group": "input",
3766
3840
  "type": "String",
@@ -3780,7 +3854,6 @@
3780
3854
  },
3781
3855
  {
3782
3856
  "label": "Address line 2",
3783
- "id": "body.address.street2",
3784
3857
  "description": "Second line of the address",
3785
3858
  "group": "input",
3786
3859
  "type": "String",
@@ -3800,7 +3873,6 @@
3800
3873
  },
3801
3874
  {
3802
3875
  "label": "City",
3803
- "id": "body.address.city",
3804
3876
  "description": "City the address is located in",
3805
3877
  "group": "input",
3806
3878
  "type": "String",
@@ -3820,7 +3892,6 @@
3820
3892
  },
3821
3893
  {
3822
3894
  "label": "State or province",
3823
- "id": "body.address.state",
3824
3895
  "description": "State or province the address is located in",
3825
3896
  "group": "input",
3826
3897
  "type": "String",
@@ -3840,7 +3911,6 @@
3840
3911
  },
3841
3912
  {
3842
3913
  "label": "Email",
3843
- "id": "body.address.email",
3844
3914
  "group": "input",
3845
3915
  "type": "String",
3846
3916
  "feel": "optional",
@@ -3859,7 +3929,6 @@
3859
3929
  },
3860
3930
  {
3861
3931
  "label": "ZIP or postal code",
3862
- "id": "body.address.zip",
3863
3932
  "description": "The ZIP or postal code where the address is located",
3864
3933
  "group": "input",
3865
3934
  "type": "String",
@@ -3879,7 +3948,6 @@
3879
3948
  },
3880
3949
  {
3881
3950
  "label": "Country",
3882
- "id": "body.address.country",
3883
3951
  "description": "The country code of the address location",
3884
3952
  "group": "input",
3885
3953
  "type": "String",
@@ -3899,7 +3967,6 @@
3899
3967
  },
3900
3968
  {
3901
3969
  "label": "Federal tax ID",
3902
- "id": "body.address.federal_tax_id",
3903
3970
  "description": "Federal tax identifier of the person or organization",
3904
3971
  "group": "input",
3905
3972
  "type": "String",
@@ -3919,7 +3986,6 @@
3919
3986
  },
3920
3987
  {
3921
3988
  "label": "State tax ID",
3922
- "id": "body.address.state_tax_id",
3923
3989
  "description": "State tax identifier of the person or organization",
3924
3990
  "group": "input",
3925
3991
  "type": "String",
@@ -3939,7 +4005,6 @@
3939
4005
  },
3940
4006
  {
3941
4007
  "label": "Weight",
3942
- "id": "body.parcel.weight",
3943
4008
  "description": "Weight of parcel in oz",
3944
4009
  "group": "input",
3945
4010
  "type": "String",
@@ -3959,7 +4024,6 @@
3959
4024
  },
3960
4025
  {
3961
4026
  "label": "Length",
3962
- "id": "body.parcel.length",
3963
4027
  "description": "Required if width and/or height are present (inches)",
3964
4028
  "group": "input",
3965
4029
  "type": "String",
@@ -3979,7 +4043,6 @@
3979
4043
  },
3980
4044
  {
3981
4045
  "label": "Width",
3982
- "id": "body.parcel.width",
3983
4046
  "description": "Required if length and/or height are present (inches)",
3984
4047
  "group": "input",
3985
4048
  "type": "String",
@@ -3999,7 +4062,6 @@
3999
4062
  },
4000
4063
  {
4001
4064
  "label": "Height",
4002
- "id": "body.parcel.height",
4003
4065
  "description": "Required if length and/or width are present (inches)",
4004
4066
  "group": "input",
4005
4067
  "type": "String",
@@ -4019,7 +4081,6 @@
4019
4081
  },
4020
4082
  {
4021
4083
  "label": "Predefined package",
4022
- "id": "body.parcel.predefined_package",
4023
4084
  "description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
4024
4085
  "group": "input",
4025
4086
  "type": "String",
@@ -4039,7 +4100,6 @@
4039
4100
  },
4040
4101
  {
4041
4102
  "label": "To address",
4042
- "id": "body.shipment.to_address.id",
4043
4103
  "description": "ID of the destination address",
4044
4104
  "group": "input",
4045
4105
  "type": "String",
@@ -4059,7 +4119,6 @@
4059
4119
  },
4060
4120
  {
4061
4121
  "label": "From address",
4062
- "id": "body.shipment.from_address.id",
4063
4122
  "description": "ID of the origin address",
4064
4123
  "group": "input",
4065
4124
  "type": "String",
@@ -4079,7 +4138,6 @@
4079
4138
  },
4080
4139
  {
4081
4140
  "label": "Parcel",
4082
- "id": "body.shipment.parcel.id",
4083
4141
  "description": "ID of the parcel",
4084
4142
  "group": "input",
4085
4143
  "type": "String",
@@ -4099,7 +4157,6 @@
4099
4157
  },
4100
4158
  {
4101
4159
  "label": "Shipment ID",
4102
- "id": "shipmentIdValue",
4103
4160
  "description": "ID of the shipment",
4104
4161
  "group": "input",
4105
4162
  "type": "String",
@@ -4119,7 +4176,6 @@
4119
4176
  },
4120
4177
  {
4121
4178
  "label": "Rate ID",
4122
- "id": "body.rate.id",
4123
4179
  "description": "ID of the actual rate quote for this service",
4124
4180
  "group": "input",
4125
4181
  "type": "String",
@@ -4139,7 +4195,6 @@
4139
4195
  },
4140
4196
  {
4141
4197
  "label": "Address ID",
4142
- "id": "addressIdValue",
4143
4198
  "description": "The ID of the address that has already been created",
4144
4199
  "group": "input",
4145
4200
  "type": "String",
@@ -4154,12 +4209,11 @@
4154
4209
  },
4155
4210
  "condition": {
4156
4211
  "property": "operationType",
4157
- "oneOf": ["verifyAddressById"]
4212
+ "oneOf": ["verifyAddresById"]
4158
4213
  }
4159
4214
  },
4160
4215
  {
4161
4216
  "label": "Tracker ID",
4162
- "id": "trackerIdValue",
4163
4217
  "description": "ID of tracker",
4164
4218
  "group": "input",
4165
4219
  "type": "String",
@@ -4179,22 +4233,8 @@
4179
4233
  },
4180
4234
  {
4181
4235
  "type": "Hidden",
4182
- "id": "baseUrl",
4183
- "optional": false,
4184
- "value": "https://api.easypost.com",
4185
- "binding": {
4186
- "type": "zeebe:input",
4187
- "name": "baseUrl"
4188
- },
4189
- "constraints": {
4190
- "notEmpty": true
4191
- }
4192
- },
4193
- {
4194
- "type": "Hidden",
4195
- "id": "addressUrl",
4196
4236
  "optional": false,
4197
- "value": "=baseUrl+\"/v2/addresses\"",
4237
+ "value": "https://api.easypost.com/v2/addresses",
4198
4238
  "binding": {
4199
4239
  "type": "zeebe:input",
4200
4240
  "name": "url"
@@ -4209,9 +4249,8 @@
4209
4249
  },
4210
4250
  {
4211
4251
  "type": "Hidden",
4212
- "id": "parcelsUrl",
4213
4252
  "optional": false,
4214
- "value": "=baseUrl+ \"/v2/parcels\"",
4253
+ "value": "https://api.easypost.com/v2/parcels",
4215
4254
  "binding": {
4216
4255
  "type": "zeebe:input",
4217
4256
  "name": "url"
@@ -4226,9 +4265,8 @@
4226
4265
  },
4227
4266
  {
4228
4267
  "type": "Hidden",
4229
- "id": "createShipmentsUrl",
4230
4268
  "optional": false,
4231
- "value": "=baseUrl+\"/v2/shipments\"",
4269
+ "value": "https://api.easypost.com/v2/shipments",
4232
4270
  "binding": {
4233
4271
  "type": "zeebe:input",
4234
4272
  "name": "url"
@@ -4243,9 +4281,8 @@
4243
4281
  },
4244
4282
  {
4245
4283
  "type": "Hidden",
4246
- "id": "buyShipmentUrl",
4247
4284
  "optional": false,
4248
- "value": "=baseUrl+\"/v2/shipments/\"+shipmentIdValue+\"/buy\"",
4285
+ "value": "=\"https://api.easypost.com/v2/shipments/\"+shipmentIdValue+\"/buy\"",
4249
4286
  "binding": {
4250
4287
  "type": "zeebe:input",
4251
4288
  "name": "url"
@@ -4260,9 +4297,8 @@
4260
4297
  },
4261
4298
  {
4262
4299
  "type": "Hidden",
4263
- "id": "verifyAddressUrl",
4264
4300
  "optional": false,
4265
- "value": "=baseUrl+\"/v2/addresses/\"+addressIdValue+\"/verify\"",
4301
+ "value": "=\"https://api.easypost.com/v2/addresses/\"+addressIdValue+\"/verify\"",
4266
4302
  "binding": {
4267
4303
  "type": "zeebe:input",
4268
4304
  "name": "url"
@@ -4272,14 +4308,13 @@
4272
4308
  },
4273
4309
  "condition": {
4274
4310
  "property": "operationType",
4275
- "oneOf": ["verifyAddressById"]
4311
+ "oneOf": ["verifyAddresById"]
4276
4312
  }
4277
4313
  },
4278
4314
  {
4279
4315
  "type": "Hidden",
4280
- "id": "retrieveTrackerByIdUrl",
4281
4316
  "optional": false,
4282
- "value": "=baseUrl+\"/v2/trackers/\"+trackerIdValue",
4317
+ "value": "=\"https://api.easypost.com/v2/trackers/\"+trackerIdValue",
4283
4318
  "binding": {
4284
4319
  "type": "zeebe:input",
4285
4320
  "name": "url"
@@ -4304,6 +4339,939 @@
4304
4339
  },
4305
4340
  "optional": true,
4306
4341
  "feel": "optional",
4342
+ "constraints": {
4343
+ "notEmpty": false,
4344
+ "pattern": {
4345
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
4346
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
4347
+ }
4348
+ }
4349
+ },
4350
+ {
4351
+ "label": "Result variable",
4352
+ "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>",
4353
+ "group": "output",
4354
+ "type": "String",
4355
+ "binding": {
4356
+ "type": "zeebe:taskHeader",
4357
+ "key": "resultVariable"
4358
+ }
4359
+ },
4360
+ {
4361
+ "label": "Result expression",
4362
+ "id": "resultExpressionGetAddressId",
4363
+ "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>",
4364
+ "group": "output",
4365
+ "type": "String",
4366
+ "feel": "required",
4367
+ "value": "={addressId:response.body.id}",
4368
+ "binding": {
4369
+ "type": "zeebe:taskHeader",
4370
+ "key": "resultExpression"
4371
+ },
4372
+ "condition": {
4373
+ "property": "operationType",
4374
+ "oneOf": ["createAddress"]
4375
+ }
4376
+ },
4377
+ {
4378
+ "label": "Result expression",
4379
+ "id": "resultExpressionGetPlaceId",
4380
+ "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>",
4381
+ "group": "output",
4382
+ "type": "String",
4383
+ "feel": "required",
4384
+ "value": "={parcelId:response.body.id}",
4385
+ "binding": {
4386
+ "type": "zeebe:taskHeader",
4387
+ "key": "resultExpression"
4388
+ },
4389
+ "condition": {
4390
+ "property": "operationType",
4391
+ "oneOf": ["createParcel"]
4392
+ }
4393
+ },
4394
+ {
4395
+ "label": "Result expression",
4396
+ "id": "resultExpressionGetPriorityRate",
4397
+ "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>",
4398
+ "group": "output",
4399
+ "type": "String",
4400
+ "feel": "required",
4401
+ "value": "={priorityRate: response.body.rates[item.service = \"Priority\"], shipmentId: priorityRate[1].shipment_id, rateId: priorityRate[1].id}",
4402
+ "binding": {
4403
+ "type": "zeebe:taskHeader",
4404
+ "key": "resultExpression"
4405
+ },
4406
+ "condition": {
4407
+ "property": "operationType",
4408
+ "oneOf": ["createShipment"]
4409
+ }
4410
+ },
4411
+ {
4412
+ "label": "Result expression",
4413
+ "id": "resultExpressionGetTrackerId",
4414
+ "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>",
4415
+ "group": "output",
4416
+ "type": "String",
4417
+ "feel": "required",
4418
+ "value": "={trackerId: response.body.tracker.id, trackingCode: response.body.tracking_code, shipmentstatus:response.body.status}",
4419
+ "binding": {
4420
+ "type": "zeebe:taskHeader",
4421
+ "key": "resultExpression"
4422
+ },
4423
+ "condition": {
4424
+ "property": "operationType",
4425
+ "oneOf": ["buyShipment"]
4426
+ }
4427
+ },
4428
+ {
4429
+ "label": "Result expression",
4430
+ "id": "resultExpressionGetTrackerStatus",
4431
+ "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>",
4432
+ "group": "output",
4433
+ "type": "String",
4434
+ "feel": "required",
4435
+ "value": "={trackerStatus: response.body.status}",
4436
+ "binding": {
4437
+ "type": "zeebe:taskHeader",
4438
+ "key": "resultExpression"
4439
+ },
4440
+ "condition": {
4441
+ "property": "operationType",
4442
+ "oneOf": ["retrieveTracker"]
4443
+ }
4444
+ },
4445
+ {
4446
+ "label": "Result expression",
4447
+ "id": "resultExpression",
4448
+ "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>",
4449
+ "group": "output",
4450
+ "type": "String",
4451
+ "feel": "required",
4452
+ "binding": {
4453
+ "type": "zeebe:taskHeader",
4454
+ "key": "resultExpression"
4455
+ },
4456
+ "condition": {
4457
+ "property": "operationType",
4458
+ "oneOf": ["verifyAddresById"]
4459
+ }
4460
+ },
4461
+ {
4462
+ "label": "Error expression",
4463
+ "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>",
4464
+ "group": "errors",
4465
+ "type": "Text",
4466
+ "feel": "required",
4467
+ "binding": {
4468
+ "type": "zeebe:taskHeader",
4469
+ "key": "errorExpression"
4470
+ }
4471
+ }
4472
+ ],
4473
+ "icon": {
4474
+ "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"
4475
+ },
4476
+ "engines": {
4477
+ "camunda": "^8.2"
4478
+ }
4479
+ },
4480
+ {
4481
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4482
+ "name": "Easy Post Outbound Connector",
4483
+ "id": "io.camunda.connectors.EasyPost.v1",
4484
+ "version": 6,
4485
+ "engines": {
4486
+ "camunda": "^8.3"
4487
+ },
4488
+ "description": "Manage addresses, parcels, and shipments with Easy Post.",
4489
+ "keywords": [
4490
+ "create address",
4491
+ "verify address",
4492
+ "create parcel",
4493
+ "create shipment",
4494
+ "buy shipment",
4495
+ "retrieve tracker",
4496
+ "shipment",
4497
+ "logistics",
4498
+ "parcel tracking"
4499
+ ],
4500
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
4501
+ "category": {
4502
+ "id": "connectors",
4503
+ "name": "Connectors"
4504
+ },
4505
+ "appliesTo": ["bpmn:Task"],
4506
+ "elementType": {
4507
+ "value": "bpmn:ServiceTask"
4508
+ },
4509
+ "groups": [
4510
+ {
4511
+ "id": "operation",
4512
+ "label": "Operation"
4513
+ },
4514
+ {
4515
+ "id": "authentication",
4516
+ "label": "Authentication"
4517
+ },
4518
+ {
4519
+ "id": "input",
4520
+ "label": "Input"
4521
+ },
4522
+ {
4523
+ "id": "connector",
4524
+ "label": "Connector"
4525
+ },
4526
+ {
4527
+ "id": "output",
4528
+ "label": "Output"
4529
+ },
4530
+ {
4531
+ "id": "error",
4532
+ "label": "Error handling"
4533
+ },
4534
+ {
4535
+ "id": "retries",
4536
+ "label": "Retries"
4537
+ }
4538
+ ],
4539
+ "properties": [
4540
+ {
4541
+ "type": "Hidden",
4542
+ "value": "io.camunda:http-json:1",
4543
+ "binding": {
4544
+ "property": "type",
4545
+ "type": "zeebe:taskDefinition"
4546
+ }
4547
+ },
4548
+ {
4549
+ "label": "Operation type",
4550
+ "id": "operationType",
4551
+ "group": "operation",
4552
+ "type": "Dropdown",
4553
+ "optional": false,
4554
+ "choices": [
4555
+ {
4556
+ "name": "Create an address",
4557
+ "value": "createAddress"
4558
+ },
4559
+ {
4560
+ "name": "Create a parcel",
4561
+ "value": "createParcel"
4562
+ },
4563
+ {
4564
+ "name": "Create a shipment",
4565
+ "value": "createShipment"
4566
+ },
4567
+ {
4568
+ "name": "Buy a shipment",
4569
+ "value": "buyShipment"
4570
+ },
4571
+ {
4572
+ "name": "Verify a created address",
4573
+ "value": "verifyAddressById"
4574
+ },
4575
+ {
4576
+ "name": "Retrieve a tracker by ID",
4577
+ "value": "retrieveTracker"
4578
+ }
4579
+ ],
4580
+ "binding": {
4581
+ "type": "zeebe:input",
4582
+ "name": "operationType"
4583
+ }
4584
+ },
4585
+ {
4586
+ "description": "Authentication type",
4587
+ "id": "authentication.type",
4588
+ "group": "authentication",
4589
+ "type": "Hidden",
4590
+ "optional": false,
4591
+ "value": "basic",
4592
+ "binding": {
4593
+ "type": "zeebe:input",
4594
+ "name": "authentication.type"
4595
+ },
4596
+ "constraints": {
4597
+ "notEmpty": true
4598
+ }
4599
+ },
4600
+ {
4601
+ "label": "API key",
4602
+ "id": "authentication.username",
4603
+ "group": "authentication",
4604
+ "type": "String",
4605
+ "feel": "optional",
4606
+ "optional": false,
4607
+ "binding": {
4608
+ "type": "zeebe:input",
4609
+ "name": "authentication.username"
4610
+ },
4611
+ "constraints": {
4612
+ "notEmpty": true
4613
+ }
4614
+ },
4615
+ {
4616
+ "id": "authentication.password",
4617
+ "description": "This field will replace to empty string. EasyPost API use only username field for put API key",
4618
+ "group": "authentication",
4619
+ "type": "Hidden",
4620
+ "optional": true,
4621
+ "value": "SPEC_PASSWORD_EMPTY_PATTERN",
4622
+ "constraints": {
4623
+ "notEmpty": false
4624
+ },
4625
+ "binding": {
4626
+ "type": "zeebe:input",
4627
+ "name": "authentication.password"
4628
+ }
4629
+ },
4630
+ {
4631
+ "description": "post method",
4632
+ "type": "Hidden",
4633
+ "optional": false,
4634
+ "value": "post",
4635
+ "binding": {
4636
+ "type": "zeebe:input",
4637
+ "name": "method"
4638
+ },
4639
+ "constraints": {
4640
+ "notEmpty": true
4641
+ },
4642
+ "condition": {
4643
+ "property": "operationType",
4644
+ "oneOf": [
4645
+ "createAddress",
4646
+ "createParcel",
4647
+ "createShipment",
4648
+ "buyShipment"
4649
+ ]
4650
+ }
4651
+ },
4652
+ {
4653
+ "description": "get method",
4654
+ "type": "Hidden",
4655
+ "optional": false,
4656
+ "value": "get",
4657
+ "binding": {
4658
+ "type": "zeebe:input",
4659
+ "name": "method"
4660
+ },
4661
+ "constraints": {
4662
+ "notEmpty": true
4663
+ },
4664
+ "condition": {
4665
+ "property": "operationType",
4666
+ "oneOf": ["verifyAddressById", "retrieveTracker"]
4667
+ }
4668
+ },
4669
+ {
4670
+ "label": "Name",
4671
+ "id": "body.address.name",
4672
+ "description": "Name of the person. Both name and company can be included",
4673
+ "group": "input",
4674
+ "type": "String",
4675
+ "feel": "optional",
4676
+ "optional": true,
4677
+ "binding": {
4678
+ "type": "zeebe:input",
4679
+ "name": "body.address.name"
4680
+ },
4681
+ "constraints": {
4682
+ "notEmpty": false
4683
+ },
4684
+ "condition": {
4685
+ "property": "operationType",
4686
+ "oneOf": ["createAddress"]
4687
+ }
4688
+ },
4689
+ {
4690
+ "label": "Company",
4691
+ "id": "body.address.company",
4692
+ "description": "Name of the organization. Both name and company can be included",
4693
+ "group": "input",
4694
+ "type": "String",
4695
+ "feel": "optional",
4696
+ "optional": true,
4697
+ "binding": {
4698
+ "type": "zeebe:input",
4699
+ "name": "body.address.company"
4700
+ },
4701
+ "constraints": {
4702
+ "notEmpty": false
4703
+ },
4704
+ "condition": {
4705
+ "property": "operationType",
4706
+ "oneOf": ["createAddress"]
4707
+ }
4708
+ },
4709
+ {
4710
+ "label": "Phone",
4711
+ "id": "body.address.phone",
4712
+ "description": "Phone number to reach the person or organization",
4713
+ "group": "input",
4714
+ "type": "String",
4715
+ "feel": "optional",
4716
+ "optional": true,
4717
+ "binding": {
4718
+ "type": "zeebe:input",
4719
+ "name": "body.address.phone"
4720
+ },
4721
+ "constraints": {
4722
+ "notEmpty": false
4723
+ },
4724
+ "condition": {
4725
+ "property": "operationType",
4726
+ "oneOf": ["createAddress"]
4727
+ }
4728
+ },
4729
+ {
4730
+ "label": "Address line 1",
4731
+ "id": "body.address.street1",
4732
+ "description": "First line of the address",
4733
+ "group": "input",
4734
+ "type": "String",
4735
+ "feel": "optional",
4736
+ "optional": true,
4737
+ "binding": {
4738
+ "type": "zeebe:input",
4739
+ "name": "body.address.street1"
4740
+ },
4741
+ "constraints": {
4742
+ "notEmpty": false
4743
+ },
4744
+ "condition": {
4745
+ "property": "operationType",
4746
+ "oneOf": ["createAddress"]
4747
+ }
4748
+ },
4749
+ {
4750
+ "label": "Address line 2",
4751
+ "id": "body.address.street2",
4752
+ "description": "Second line of the address",
4753
+ "group": "input",
4754
+ "type": "String",
4755
+ "feel": "optional",
4756
+ "optional": true,
4757
+ "binding": {
4758
+ "type": "zeebe:input",
4759
+ "name": "body.address.street2"
4760
+ },
4761
+ "constraints": {
4762
+ "notEmpty": false
4763
+ },
4764
+ "condition": {
4765
+ "property": "operationType",
4766
+ "oneOf": ["createAddress"]
4767
+ }
4768
+ },
4769
+ {
4770
+ "label": "City",
4771
+ "id": "body.address.city",
4772
+ "description": "City the address is located in",
4773
+ "group": "input",
4774
+ "type": "String",
4775
+ "feel": "optional",
4776
+ "optional": true,
4777
+ "binding": {
4778
+ "type": "zeebe:input",
4779
+ "name": "body.address.city"
4780
+ },
4781
+ "constraints": {
4782
+ "notEmpty": false
4783
+ },
4784
+ "condition": {
4785
+ "property": "operationType",
4786
+ "oneOf": ["createAddress"]
4787
+ }
4788
+ },
4789
+ {
4790
+ "label": "State or province",
4791
+ "id": "body.address.state",
4792
+ "description": "State or province the address is located in",
4793
+ "group": "input",
4794
+ "type": "String",
4795
+ "feel": "optional",
4796
+ "optional": true,
4797
+ "binding": {
4798
+ "type": "zeebe:input",
4799
+ "name": "body.address.state"
4800
+ },
4801
+ "constraints": {
4802
+ "notEmpty": false
4803
+ },
4804
+ "condition": {
4805
+ "property": "operationType",
4806
+ "oneOf": ["createAddress"]
4807
+ }
4808
+ },
4809
+ {
4810
+ "label": "Email",
4811
+ "id": "body.address.email",
4812
+ "group": "input",
4813
+ "type": "String",
4814
+ "feel": "optional",
4815
+ "optional": true,
4816
+ "binding": {
4817
+ "type": "zeebe:input",
4818
+ "name": "body.address.email"
4819
+ },
4820
+ "constraints": {
4821
+ "notEmpty": false
4822
+ },
4823
+ "condition": {
4824
+ "property": "operationType",
4825
+ "oneOf": ["createAddress"]
4826
+ }
4827
+ },
4828
+ {
4829
+ "label": "ZIP or postal code",
4830
+ "id": "body.address.zip",
4831
+ "description": "The ZIP or postal code where the address is located",
4832
+ "group": "input",
4833
+ "type": "String",
4834
+ "feel": "optional",
4835
+ "optional": true,
4836
+ "binding": {
4837
+ "type": "zeebe:input",
4838
+ "name": "body.address.zip"
4839
+ },
4840
+ "constraints": {
4841
+ "notEmpty": false
4842
+ },
4843
+ "condition": {
4844
+ "property": "operationType",
4845
+ "oneOf": ["createAddress"]
4846
+ }
4847
+ },
4848
+ {
4849
+ "label": "Country",
4850
+ "id": "body.address.country",
4851
+ "description": "The country code of the address location",
4852
+ "group": "input",
4853
+ "type": "String",
4854
+ "feel": "optional",
4855
+ "optional": true,
4856
+ "binding": {
4857
+ "type": "zeebe:input",
4858
+ "name": "body.address.country"
4859
+ },
4860
+ "constraints": {
4861
+ "notEmpty": false
4862
+ },
4863
+ "condition": {
4864
+ "property": "operationType",
4865
+ "oneOf": ["createAddress"]
4866
+ }
4867
+ },
4868
+ {
4869
+ "label": "Federal tax ID",
4870
+ "id": "body.address.federal_tax_id",
4871
+ "description": "Federal tax identifier of the person or organization",
4872
+ "group": "input",
4873
+ "type": "String",
4874
+ "feel": "optional",
4875
+ "optional": true,
4876
+ "binding": {
4877
+ "type": "zeebe:input",
4878
+ "name": "body.address.federal_tax_id"
4879
+ },
4880
+ "constraints": {
4881
+ "notEmpty": false
4882
+ },
4883
+ "condition": {
4884
+ "property": "operationType",
4885
+ "oneOf": ["createAddress"]
4886
+ }
4887
+ },
4888
+ {
4889
+ "label": "State tax ID",
4890
+ "id": "body.address.state_tax_id",
4891
+ "description": "State tax identifier of the person or organization",
4892
+ "group": "input",
4893
+ "type": "String",
4894
+ "feel": "optional",
4895
+ "optional": true,
4896
+ "binding": {
4897
+ "type": "zeebe:input",
4898
+ "name": "body.address.state_tax_id"
4899
+ },
4900
+ "constraints": {
4901
+ "notEmpty": false
4902
+ },
4903
+ "condition": {
4904
+ "property": "operationType",
4905
+ "oneOf": ["createAddress"]
4906
+ }
4907
+ },
4908
+ {
4909
+ "label": "Weight",
4910
+ "id": "body.parcel.weight",
4911
+ "description": "Weight of parcel in oz",
4912
+ "group": "input",
4913
+ "type": "String",
4914
+ "feel": "optional",
4915
+ "optional": false,
4916
+ "binding": {
4917
+ "type": "zeebe:input",
4918
+ "name": "body.parcel.weight"
4919
+ },
4920
+ "constraints": {
4921
+ "notEmpty": true
4922
+ },
4923
+ "condition": {
4924
+ "property": "operationType",
4925
+ "oneOf": ["createParcel"]
4926
+ }
4927
+ },
4928
+ {
4929
+ "label": "Length",
4930
+ "id": "body.parcel.length",
4931
+ "description": "Required if width and/or height are present (inches)",
4932
+ "group": "input",
4933
+ "type": "String",
4934
+ "feel": "optional",
4935
+ "optional": true,
4936
+ "binding": {
4937
+ "type": "zeebe:input",
4938
+ "name": "body.parcel.length"
4939
+ },
4940
+ "constraints": {
4941
+ "notEmpty": false
4942
+ },
4943
+ "condition": {
4944
+ "property": "operationType",
4945
+ "oneOf": ["createParcel"]
4946
+ }
4947
+ },
4948
+ {
4949
+ "label": "Width",
4950
+ "id": "body.parcel.width",
4951
+ "description": "Required if length and/or height are present (inches)",
4952
+ "group": "input",
4953
+ "type": "String",
4954
+ "feel": "optional",
4955
+ "optional": true,
4956
+ "binding": {
4957
+ "type": "zeebe:input",
4958
+ "name": "body.parcel.width"
4959
+ },
4960
+ "constraints": {
4961
+ "notEmpty": false
4962
+ },
4963
+ "condition": {
4964
+ "property": "operationType",
4965
+ "oneOf": ["createParcel"]
4966
+ }
4967
+ },
4968
+ {
4969
+ "label": "Height",
4970
+ "id": "body.parcel.height",
4971
+ "description": "Required if length and/or width are present (inches)",
4972
+ "group": "input",
4973
+ "type": "String",
4974
+ "feel": "optional",
4975
+ "optional": true,
4976
+ "binding": {
4977
+ "type": "zeebe:input",
4978
+ "name": "body.parcel.height"
4979
+ },
4980
+ "constraints": {
4981
+ "notEmpty": false
4982
+ },
4983
+ "condition": {
4984
+ "property": "operationType",
4985
+ "oneOf": ["createParcel"]
4986
+ }
4987
+ },
4988
+ {
4989
+ "label": "Predefined package",
4990
+ "id": "body.parcel.predefined_package",
4991
+ "description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
4992
+ "group": "input",
4993
+ "type": "String",
4994
+ "feel": "optional",
4995
+ "optional": true,
4996
+ "binding": {
4997
+ "type": "zeebe:input",
4998
+ "name": "body.parcel.predefined_package"
4999
+ },
5000
+ "constraints": {
5001
+ "notEmpty": false
5002
+ },
5003
+ "condition": {
5004
+ "property": "operationType",
5005
+ "oneOf": ["createParcel"]
5006
+ }
5007
+ },
5008
+ {
5009
+ "label": "To address",
5010
+ "id": "body.shipment.to_address.id",
5011
+ "description": "ID of the destination address",
5012
+ "group": "input",
5013
+ "type": "String",
5014
+ "feel": "optional",
5015
+ "optional": false,
5016
+ "binding": {
5017
+ "type": "zeebe:input",
5018
+ "name": "body.shipment.to_address.id"
5019
+ },
5020
+ "constraints": {
5021
+ "notEmpty": true
5022
+ },
5023
+ "condition": {
5024
+ "property": "operationType",
5025
+ "oneOf": ["createShipment"]
5026
+ }
5027
+ },
5028
+ {
5029
+ "label": "From address",
5030
+ "id": "body.shipment.from_address.id",
5031
+ "description": "ID of the origin address",
5032
+ "group": "input",
5033
+ "type": "String",
5034
+ "feel": "optional",
5035
+ "optional": false,
5036
+ "binding": {
5037
+ "type": "zeebe:input",
5038
+ "name": "body.shipment.from_address.id"
5039
+ },
5040
+ "constraints": {
5041
+ "notEmpty": true
5042
+ },
5043
+ "condition": {
5044
+ "property": "operationType",
5045
+ "oneOf": ["createShipment"]
5046
+ }
5047
+ },
5048
+ {
5049
+ "label": "Parcel",
5050
+ "id": "body.shipment.parcel.id",
5051
+ "description": "ID of the parcel",
5052
+ "group": "input",
5053
+ "type": "String",
5054
+ "feel": "optional",
5055
+ "optional": false,
5056
+ "binding": {
5057
+ "type": "zeebe:input",
5058
+ "name": "body.shipment.parcel.id"
5059
+ },
5060
+ "constraints": {
5061
+ "notEmpty": true
5062
+ },
5063
+ "condition": {
5064
+ "property": "operationType",
5065
+ "oneOf": ["createShipment"]
5066
+ }
5067
+ },
5068
+ {
5069
+ "label": "Shipment ID",
5070
+ "id": "shipmentIdValue",
5071
+ "description": "ID of the shipment",
5072
+ "group": "input",
5073
+ "type": "String",
5074
+ "feel": "optional",
5075
+ "optional": false,
5076
+ "binding": {
5077
+ "type": "zeebe:input",
5078
+ "name": "shipmentIdValue"
5079
+ },
5080
+ "constraints": {
5081
+ "notEmpty": true
5082
+ },
5083
+ "condition": {
5084
+ "property": "operationType",
5085
+ "oneOf": ["buyShipment"]
5086
+ }
5087
+ },
5088
+ {
5089
+ "label": "Rate ID",
5090
+ "id": "body.rate.id",
5091
+ "description": "ID of the actual rate quote for this service",
5092
+ "group": "input",
5093
+ "type": "String",
5094
+ "feel": "optional",
5095
+ "optional": false,
5096
+ "binding": {
5097
+ "type": "zeebe:input",
5098
+ "name": "body.rate.id"
5099
+ },
5100
+ "constraints": {
5101
+ "notEmpty": true
5102
+ },
5103
+ "condition": {
5104
+ "property": "operationType",
5105
+ "oneOf": ["buyShipment"]
5106
+ }
5107
+ },
5108
+ {
5109
+ "label": "Address ID",
5110
+ "id": "addressIdValue",
5111
+ "description": "The ID of the address that has already been created",
5112
+ "group": "input",
5113
+ "type": "String",
5114
+ "feel": "optional",
5115
+ "optional": false,
5116
+ "binding": {
5117
+ "type": "zeebe:input",
5118
+ "name": "addressIdValue"
5119
+ },
5120
+ "constraints": {
5121
+ "notEmpty": true
5122
+ },
5123
+ "condition": {
5124
+ "property": "operationType",
5125
+ "oneOf": ["verifyAddressById"]
5126
+ }
5127
+ },
5128
+ {
5129
+ "label": "Tracker ID",
5130
+ "id": "trackerIdValue",
5131
+ "description": "ID of tracker",
5132
+ "group": "input",
5133
+ "type": "String",
5134
+ "feel": "optional",
5135
+ "optional": false,
5136
+ "binding": {
5137
+ "type": "zeebe:input",
5138
+ "name": "trackerIdValue"
5139
+ },
5140
+ "constraints": {
5141
+ "notEmpty": true
5142
+ },
5143
+ "condition": {
5144
+ "property": "operationType",
5145
+ "oneOf": ["retrieveTracker"]
5146
+ }
5147
+ },
5148
+ {
5149
+ "type": "Hidden",
5150
+ "id": "baseUrl",
5151
+ "optional": false,
5152
+ "value": "https://api.easypost.com",
5153
+ "binding": {
5154
+ "type": "zeebe:input",
5155
+ "name": "baseUrl"
5156
+ },
5157
+ "constraints": {
5158
+ "notEmpty": true
5159
+ }
5160
+ },
5161
+ {
5162
+ "type": "Hidden",
5163
+ "id": "addressUrl",
5164
+ "optional": false,
5165
+ "value": "=baseUrl+\"/v2/addresses\"",
5166
+ "binding": {
5167
+ "type": "zeebe:input",
5168
+ "name": "url"
5169
+ },
5170
+ "constraints": {
5171
+ "notEmpty": true
5172
+ },
5173
+ "condition": {
5174
+ "property": "operationType",
5175
+ "oneOf": ["createAddress"]
5176
+ }
5177
+ },
5178
+ {
5179
+ "type": "Hidden",
5180
+ "id": "parcelsUrl",
5181
+ "optional": false,
5182
+ "value": "=baseUrl+ \"/v2/parcels\"",
5183
+ "binding": {
5184
+ "type": "zeebe:input",
5185
+ "name": "url"
5186
+ },
5187
+ "constraints": {
5188
+ "notEmpty": true
5189
+ },
5190
+ "condition": {
5191
+ "property": "operationType",
5192
+ "oneOf": ["createParcel"]
5193
+ }
5194
+ },
5195
+ {
5196
+ "type": "Hidden",
5197
+ "id": "createShipmentsUrl",
5198
+ "optional": false,
5199
+ "value": "=baseUrl+\"/v2/shipments\"",
5200
+ "binding": {
5201
+ "type": "zeebe:input",
5202
+ "name": "url"
5203
+ },
5204
+ "constraints": {
5205
+ "notEmpty": true
5206
+ },
5207
+ "condition": {
5208
+ "property": "operationType",
5209
+ "oneOf": ["createShipment"]
5210
+ }
5211
+ },
5212
+ {
5213
+ "type": "Hidden",
5214
+ "id": "buyShipmentUrl",
5215
+ "optional": false,
5216
+ "value": "=baseUrl+\"/v2/shipments/\"+shipmentIdValue+\"/buy\"",
5217
+ "binding": {
5218
+ "type": "zeebe:input",
5219
+ "name": "url"
5220
+ },
5221
+ "constraints": {
5222
+ "notEmpty": true
5223
+ },
5224
+ "condition": {
5225
+ "property": "operationType",
5226
+ "oneOf": ["buyShipment"]
5227
+ }
5228
+ },
5229
+ {
5230
+ "type": "Hidden",
5231
+ "id": "verifyAddressUrl",
5232
+ "optional": false,
5233
+ "value": "=baseUrl+\"/v2/addresses/\"+addressIdValue+\"/verify\"",
5234
+ "binding": {
5235
+ "type": "zeebe:input",
5236
+ "name": "url"
5237
+ },
5238
+ "constraints": {
5239
+ "notEmpty": true
5240
+ },
5241
+ "condition": {
5242
+ "property": "operationType",
5243
+ "oneOf": ["verifyAddressById"]
5244
+ }
5245
+ },
5246
+ {
5247
+ "type": "Hidden",
5248
+ "id": "retrieveTrackerByIdUrl",
5249
+ "optional": false,
5250
+ "value": "=baseUrl+\"/v2/trackers/\"+trackerIdValue",
5251
+ "binding": {
5252
+ "type": "zeebe:input",
5253
+ "name": "url"
5254
+ },
5255
+ "constraints": {
5256
+ "notEmpty": true
5257
+ },
5258
+ "condition": {
5259
+ "property": "operationType",
5260
+ "oneOf": ["retrieveTracker"]
5261
+ }
5262
+ },
5263
+ {
5264
+ "label": "Connection timeout",
5265
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
5266
+ "group": "error",
5267
+ "type": "String",
5268
+ "value": "20",
5269
+ "binding": {
5270
+ "type": "zeebe:input",
5271
+ "name": "connectionTimeoutInSeconds"
5272
+ },
5273
+ "optional": true,
5274
+ "feel": "optional",
4307
5275
  "constraints": {
4308
5276
  "notEmpty": false,
4309
5277
  "pattern": {