@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,9 +3,16 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Amazon EventBridge Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
6
- "version": 1,
6
+ "version": 4,
7
7
  "description": "Receive events from AWS EventBridge",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
8
+ "keywords": [
9
+ "receive event",
10
+ "subscribe to event",
11
+ "event bus",
12
+ "cloud event",
13
+ "event driven"
14
+ ],
15
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
9
16
  "category": {
10
17
  "id": "connectors",
11
18
  "name": "Connectors"
@@ -15,15 +22,14 @@
15
22
  "value": "bpmn:BoundaryEvent",
16
23
  "eventDefinition": "bpmn:MessageEventDefinition"
17
24
  },
25
+ "engines": {
26
+ "camunda": "^8.4"
27
+ },
18
28
  "groups": [
19
29
  {
20
30
  "id": "endpoint",
21
31
  "label": "API destination"
22
32
  },
23
- {
24
- "id": "authentication",
25
- "label": "Authentication"
26
- },
27
33
  {
28
34
  "id": "authorization",
29
35
  "label": "Authorization"
@@ -269,7 +275,7 @@
269
275
  "constraints": {
270
276
  "notEmpty": true
271
277
  },
272
- "value": "=request.headers.apiKey"
278
+ "value": "=request.headers.apikey"
273
279
  },
274
280
  {
275
281
  "label": "Correlation key (process)",
@@ -299,6 +305,18 @@
299
305
  "notEmpty": true
300
306
  }
301
307
  },
308
+ {
309
+ "label": "Message ID expression",
310
+ "feel": "required",
311
+ "type": "String",
312
+ "optional": true,
313
+ "group": "activation",
314
+ "binding": {
315
+ "type": "zeebe:property",
316
+ "name": "messageIdExpression"
317
+ },
318
+ "description": "Expression to extract unique identifier of a message"
319
+ },
302
320
  {
303
321
  "label": "Condition",
304
322
  "type": "String",
@@ -309,7 +327,7 @@
309
327
  "type": "zeebe:property",
310
328
  "name": "activationCondition"
311
329
  },
312
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
330
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
313
331
  },
314
332
  {
315
333
  "label": "Result variable",
@@ -337,9 +355,6 @@
337
355
  ],
338
356
  "icon": {
339
357
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
340
- },
341
- "engines": {
342
- "camunda": "^8.4"
343
358
  }
344
359
  },
345
360
  {
@@ -703,6 +718,13 @@
703
718
  "id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
704
719
  "version": 3,
705
720
  "description": "Receive events from AWS EventBridge",
721
+ "keywords": [
722
+ "receive event",
723
+ "subscribe to event",
724
+ "event bus",
725
+ "cloud event",
726
+ "event driven"
727
+ ],
706
728
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
707
729
  "category": {
708
730
  "id": "connectors",
@@ -1051,5 +1073,348 @@
1051
1073
  "icon": {
1052
1074
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
1053
1075
  }
1076
+ },
1077
+ {
1078
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1079
+ "name": "Amazon EventBridge Boundary Event Connector",
1080
+ "id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
1081
+ "version": 1,
1082
+ "description": "Receive events from AWS EventBridge",
1083
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
1084
+ "category": {
1085
+ "id": "connectors",
1086
+ "name": "Connectors"
1087
+ },
1088
+ "appliesTo": ["bpmn:BoundaryEvent"],
1089
+ "elementType": {
1090
+ "value": "bpmn:BoundaryEvent",
1091
+ "eventDefinition": "bpmn:MessageEventDefinition"
1092
+ },
1093
+ "groups": [
1094
+ {
1095
+ "id": "endpoint",
1096
+ "label": "API destination"
1097
+ },
1098
+ {
1099
+ "id": "authentication",
1100
+ "label": "Authentication"
1101
+ },
1102
+ {
1103
+ "id": "authorization",
1104
+ "label": "Authorization"
1105
+ },
1106
+ {
1107
+ "id": "activation",
1108
+ "label": "Activation"
1109
+ },
1110
+ {
1111
+ "id": "variable-mapping",
1112
+ "label": "Variable mapping"
1113
+ }
1114
+ ],
1115
+ "properties": [
1116
+ {
1117
+ "type": "Hidden",
1118
+ "value": "io.camunda:webhook:1",
1119
+ "binding": {
1120
+ "type": "zeebe:property",
1121
+ "name": "inbound.type"
1122
+ }
1123
+ },
1124
+ {
1125
+ "type": "Hidden",
1126
+ "generatedValue": {
1127
+ "type": "uuid"
1128
+ },
1129
+ "binding": {
1130
+ "type": "bpmn:Message#property",
1131
+ "name": "name"
1132
+ }
1133
+ },
1134
+ {
1135
+ "type": "Hidden",
1136
+ "value": "aws:eventbridge",
1137
+ "binding": {
1138
+ "type": "zeebe:property",
1139
+ "name": "inbound.subtype"
1140
+ }
1141
+ },
1142
+ {
1143
+ "id": "webhookMethod",
1144
+ "label": "Webhook method",
1145
+ "group": "endpoint",
1146
+ "description": "Select HTTP method",
1147
+ "value": "any",
1148
+ "type": "Dropdown",
1149
+ "choices": [
1150
+ {
1151
+ "name": "Any",
1152
+ "value": "any"
1153
+ },
1154
+ {
1155
+ "name": "Get",
1156
+ "value": "get"
1157
+ },
1158
+ {
1159
+ "name": "Post",
1160
+ "value": "post"
1161
+ },
1162
+ {
1163
+ "name": "Put",
1164
+ "value": "put"
1165
+ },
1166
+ {
1167
+ "name": "Delete",
1168
+ "value": "delete"
1169
+ }
1170
+ ],
1171
+ "binding": {
1172
+ "type": "zeebe:property",
1173
+ "name": "inbound.method"
1174
+ }
1175
+ },
1176
+ {
1177
+ "label": "Webhook ID",
1178
+ "type": "String",
1179
+ "group": "endpoint",
1180
+ "binding": {
1181
+ "type": "zeebe:property",
1182
+ "name": "inbound.context"
1183
+ },
1184
+ "description": "The webhook ID is a part of the URL",
1185
+ "constraints": {
1186
+ "notEmpty": true
1187
+ }
1188
+ },
1189
+ {
1190
+ "label": "HMAC authentication",
1191
+ "value": "disabled",
1192
+ "type": "Hidden",
1193
+ "binding": {
1194
+ "type": "zeebe:property",
1195
+ "name": "inbound.shouldValidateHmac"
1196
+ }
1197
+ },
1198
+ {
1199
+ "id": "authorizationType",
1200
+ "label": "Authorization type",
1201
+ "group": "authorization",
1202
+ "description": "Choose the authorization type",
1203
+ "value": "NONE",
1204
+ "type": "Dropdown",
1205
+ "choices": [
1206
+ {
1207
+ "name": "None",
1208
+ "value": "NONE"
1209
+ },
1210
+ {
1211
+ "name": "JWT",
1212
+ "value": "JWT"
1213
+ },
1214
+ {
1215
+ "name": "Basic",
1216
+ "value": "BASIC"
1217
+ },
1218
+ {
1219
+ "name": "API key",
1220
+ "value": "APIKEY"
1221
+ }
1222
+ ],
1223
+ "binding": {
1224
+ "type": "zeebe:property",
1225
+ "name": "inbound.auth.type"
1226
+ }
1227
+ },
1228
+ {
1229
+ "label": "JWK URL",
1230
+ "description": "Well-known URL of JWKs",
1231
+ "type": "String",
1232
+ "group": "authorization",
1233
+ "feel": "optional",
1234
+ "optional": true,
1235
+ "binding": {
1236
+ "type": "zeebe:property",
1237
+ "name": "inbound.auth.jwt.jwkUrl"
1238
+ },
1239
+ "condition": {
1240
+ "property": "authorizationType",
1241
+ "equals": "JWT"
1242
+ }
1243
+ },
1244
+ {
1245
+ "label": "JWT role property expression",
1246
+ "description": "Expression to extract the roles from the JWT token",
1247
+ "type": "String",
1248
+ "group": "authorization",
1249
+ "feel": "required",
1250
+ "optional": true,
1251
+ "binding": {
1252
+ "type": "zeebe:property",
1253
+ "name": "inbound.auth.jwt.permissionsExpression"
1254
+ },
1255
+ "condition": {
1256
+ "property": "authorizationType",
1257
+ "equals": "JWT"
1258
+ }
1259
+ },
1260
+ {
1261
+ "label": "Required roles",
1262
+ "description": "List of roles to test JWT roles against",
1263
+ "type": "String",
1264
+ "group": "authorization",
1265
+ "feel": "required",
1266
+ "optional": true,
1267
+ "binding": {
1268
+ "type": "zeebe:property",
1269
+ "name": "inbound.auth.jwt.requiredPermissions"
1270
+ },
1271
+ "condition": {
1272
+ "property": "authorizationType",
1273
+ "equals": "JWT"
1274
+ }
1275
+ },
1276
+ {
1277
+ "label": "Username",
1278
+ "description": "Username for basic authentication",
1279
+ "type": "String",
1280
+ "group": "authorization",
1281
+ "feel": "optional",
1282
+ "binding": {
1283
+ "type": "zeebe:property",
1284
+ "name": "inbound.auth.username"
1285
+ },
1286
+ "condition": {
1287
+ "property": "authorizationType",
1288
+ "equals": "BASIC"
1289
+ },
1290
+ "constraints": {
1291
+ "notEmpty": true
1292
+ }
1293
+ },
1294
+ {
1295
+ "label": "Password",
1296
+ "description": "Password for basic authentication",
1297
+ "type": "String",
1298
+ "group": "authorization",
1299
+ "feel": "optional",
1300
+ "binding": {
1301
+ "type": "zeebe:property",
1302
+ "name": "inbound.auth.password"
1303
+ },
1304
+ "condition": {
1305
+ "property": "authorizationType",
1306
+ "equals": "BASIC"
1307
+ },
1308
+ "constraints": {
1309
+ "notEmpty": true
1310
+ }
1311
+ },
1312
+ {
1313
+ "label": "API key",
1314
+ "description": "Expected API key",
1315
+ "type": "String",
1316
+ "group": "authorization",
1317
+ "feel": "optional",
1318
+ "binding": {
1319
+ "type": "zeebe:property",
1320
+ "name": "inbound.auth.apiKey"
1321
+ },
1322
+ "condition": {
1323
+ "property": "authorizationType",
1324
+ "equals": "APIKEY"
1325
+ },
1326
+ "constraints": {
1327
+ "notEmpty": true
1328
+ }
1329
+ },
1330
+ {
1331
+ "label": "API key locator",
1332
+ "description": "A FEEL expression that extracts API key from the request",
1333
+ "type": "String",
1334
+ "group": "authorization",
1335
+ "feel": "required",
1336
+ "binding": {
1337
+ "type": "zeebe:property",
1338
+ "name": "inbound.auth.apiKeyLocator"
1339
+ },
1340
+ "condition": {
1341
+ "property": "authorizationType",
1342
+ "equals": "APIKEY"
1343
+ },
1344
+ "constraints": {
1345
+ "notEmpty": true
1346
+ },
1347
+ "value": "=request.headers.apiKey"
1348
+ },
1349
+ {
1350
+ "label": "Correlation key (process)",
1351
+ "type": "String",
1352
+ "group": "activation",
1353
+ "feel": "required",
1354
+ "description": "Sets up the correlation key from process variables",
1355
+ "binding": {
1356
+ "type": "bpmn:Message#zeebe:subscription#property",
1357
+ "name": "correlationKey"
1358
+ },
1359
+ "constraints": {
1360
+ "notEmpty": true
1361
+ }
1362
+ },
1363
+ {
1364
+ "label": "Correlation key (payload)",
1365
+ "type": "String",
1366
+ "group": "activation",
1367
+ "feel": "required",
1368
+ "binding": {
1369
+ "type": "zeebe:property",
1370
+ "name": "correlationKeyExpression"
1371
+ },
1372
+ "description": "Extracts the correlation key from the incoming message payload",
1373
+ "constraints": {
1374
+ "notEmpty": true
1375
+ }
1376
+ },
1377
+ {
1378
+ "label": "Condition",
1379
+ "type": "String",
1380
+ "group": "activation",
1381
+ "feel": "required",
1382
+ "optional": true,
1383
+ "binding": {
1384
+ "type": "zeebe:property",
1385
+ "name": "activationCondition"
1386
+ },
1387
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
1388
+ },
1389
+ {
1390
+ "label": "Result variable",
1391
+ "type": "String",
1392
+ "group": "variable-mapping",
1393
+ "optional": true,
1394
+ "binding": {
1395
+ "type": "zeebe:property",
1396
+ "name": "resultVariable"
1397
+ },
1398
+ "description": "Name of variable to store the result of the connector in"
1399
+ },
1400
+ {
1401
+ "label": "Result expression",
1402
+ "type": "String",
1403
+ "group": "variable-mapping",
1404
+ "feel": "required",
1405
+ "optional": true,
1406
+ "binding": {
1407
+ "type": "zeebe:property",
1408
+ "name": "resultExpression"
1409
+ },
1410
+ "description": "Expression to map the inbound payload to process variables"
1411
+ }
1412
+ ],
1413
+ "icon": {
1414
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
1415
+ },
1416
+ "engines": {
1417
+ "camunda": "^8.4"
1418
+ }
1054
1419
  }
1055
1420
  ]