@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "GitHub Webhook Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
6
- "version": 2,
6
+ "version": 1,
7
7
  "description": "Receive events from GitHub",
8
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
9
  "category": {
@@ -132,18 +132,6 @@
132
132
  "notEmpty": true
133
133
  }
134
134
  },
135
- {
136
- "label": "Message ID expression",
137
- "feel": "required",
138
- "type": "String",
139
- "optional": true,
140
- "group": "activation",
141
- "binding": {
142
- "type": "zeebe:property",
143
- "name": "messageIdExpression"
144
- },
145
- "description": "Expression to extract unique identifier of a message"
146
- },
147
135
  {
148
136
  "label": "Condition",
149
137
  "type": "String",
@@ -184,14 +172,14 @@
184
172
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
185
173
  },
186
174
  "engines": {
187
- "camunda": "^8.4"
175
+ "camunda": "^8.2"
188
176
  }
189
177
  },
190
178
  {
191
179
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
192
180
  "name": "GitHub Webhook Boundary Event Connector",
193
181
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
194
- "version": 1,
182
+ "version": 2,
195
183
  "description": "Receive events from GitHub",
196
184
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
197
185
  "category": {
@@ -320,6 +308,18 @@
320
308
  "notEmpty": true
321
309
  }
322
310
  },
311
+ {
312
+ "label": "Message ID expression",
313
+ "feel": "required",
314
+ "type": "String",
315
+ "optional": true,
316
+ "group": "activation",
317
+ "binding": {
318
+ "type": "zeebe:property",
319
+ "name": "messageIdExpression"
320
+ },
321
+ "description": "Expression to extract unique identifier of a message"
322
+ },
323
323
  {
324
324
  "label": "Condition",
325
325
  "type": "String",
@@ -360,7 +360,7 @@
360
360
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
361
361
  },
362
362
  "engines": {
363
- "camunda": "^8.2"
363
+ "camunda": "^8.4"
364
364
  }
365
365
  },
366
366
  {
@@ -442,7 +442,7 @@
442
442
  "type": "zeebe:property",
443
443
  "name": "inbound.context"
444
444
  },
445
- "description": "The webhook ID is a part of the URL",
445
+ "tooltip": "The webhook ID is a part of the URL",
446
446
  "constraints": {
447
447
  "notEmpty": true
448
448
  }
@@ -457,7 +457,7 @@
457
457
  },
458
458
  {
459
459
  "label": "GitHub secret",
460
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
460
+ "tooltip": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>",
461
461
  "type": "String",
462
462
  "group": "endpoint",
463
463
  "optional": true,
@@ -487,7 +487,7 @@
487
487
  "type": "String",
488
488
  "group": "activation",
489
489
  "feel": "required",
490
- "description": "Sets up the correlation key from process variables",
490
+ "tooltip": "Sets up the correlation key from process variables",
491
491
  "binding": {
492
492
  "type": "bpmn:Message#zeebe:subscription#property",
493
493
  "name": "correlationKey"
@@ -505,7 +505,7 @@
505
505
  "type": "zeebe:property",
506
506
  "name": "correlationKeyExpression"
507
507
  },
508
- "description": "Extracts the correlation key from the incoming message payload",
508
+ "tooltip": "Extracts the correlation key from the incoming message payload",
509
509
  "constraints": {
510
510
  "notEmpty": true
511
511
  }
@@ -520,7 +520,7 @@
520
520
  "type": "zeebe:property",
521
521
  "name": "messageIdExpression"
522
522
  },
523
- "description": "Expression to extract unique identifier of a message"
523
+ "tooltip": "Expression to extract unique identifier of a message"
524
524
  },
525
525
  {
526
526
  "label": "Condition",
@@ -532,7 +532,7 @@
532
532
  "type": "zeebe:property",
533
533
  "name": "inbound.activationCondition"
534
534
  },
535
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
535
+ "tooltip": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>"
536
536
  },
537
537
  {
538
538
  "label": "Result variable",
@@ -543,7 +543,7 @@
543
543
  "type": "zeebe:property",
544
544
  "name": "resultVariable"
545
545
  },
546
- "description": "Name of variable to store the result of the connector in"
546
+ "tooltip": "Name of variable to store the result of the connector in"
547
547
  },
548
548
  {
549
549
  "label": "Result expression",
@@ -555,7 +555,7 @@
555
555
  "type": "zeebe:property",
556
556
  "name": "resultExpression"
557
557
  },
558
- "description": "Expression to map the inbound payload to process variables"
558
+ "tooltip": "Expression to map the inbound payload to process variables"
559
559
  }
560
560
  ],
561
561
  "icon": {
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "GitHub webhook connector",
4
+ "name": "GitHub Webhook Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
6
- "version": 1,
6
+ "version": 3,
7
7
  "description": "Receive events from GitHub",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -79,7 +79,7 @@
79
79
  },
80
80
  {
81
81
  "label": "GitHub secret",
82
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
82
+ "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
83
83
  "type": "String",
84
84
  "group": "endpoint",
85
85
  "optional": true,
@@ -132,6 +132,18 @@
132
132
  "notEmpty": true
133
133
  }
134
134
  },
135
+ {
136
+ "label": "Message ID expression",
137
+ "feel": "required",
138
+ "type": "String",
139
+ "optional": true,
140
+ "group": "activation",
141
+ "binding": {
142
+ "type": "zeebe:property",
143
+ "name": "messageIdExpression"
144
+ },
145
+ "description": "Expression to extract unique identifier of a message"
146
+ },
135
147
  {
136
148
  "label": "Condition",
137
149
  "type": "String",
@@ -142,7 +154,7 @@
142
154
  "type": "zeebe:property",
143
155
  "name": "inbound.activationCondition"
144
156
  },
145
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
157
+ "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
146
158
  },
147
159
  {
148
160
  "label": "Result variable",
@@ -172,16 +184,16 @@
172
184
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
173
185
  },
174
186
  "engines": {
175
- "camunda": "^8.2"
187
+ "camunda": "^8.4"
176
188
  }
177
189
  },
178
190
  {
179
191
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
180
- "name": "GitHub Webhook Intermediate Catch Event Connector",
192
+ "name": "GitHub webhook connector",
181
193
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
182
- "version": 2,
194
+ "version": 1,
183
195
  "description": "Receive events from GitHub",
184
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
196
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
185
197
  "category": {
186
198
  "id": "connectors",
187
199
  "name": "Connectors"
@@ -255,7 +267,7 @@
255
267
  },
256
268
  {
257
269
  "label": "GitHub secret",
258
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
270
+ "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
259
271
  "type": "String",
260
272
  "group": "endpoint",
261
273
  "optional": true,
@@ -318,7 +330,7 @@
318
330
  "type": "zeebe:property",
319
331
  "name": "inbound.activationCondition"
320
332
  },
321
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
333
+ "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
322
334
  },
323
335
  {
324
336
  "label": "Result variable",
@@ -355,7 +367,7 @@
355
367
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
356
368
  "name": "GitHub Webhook Intermediate Catch Event Connector",
357
369
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
358
- "version": 3,
370
+ "version": 2,
359
371
  "description": "Receive events from GitHub",
360
372
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
361
373
  "category": {
@@ -484,18 +496,6 @@
484
496
  "notEmpty": true
485
497
  }
486
498
  },
487
- {
488
- "label": "Message ID expression",
489
- "feel": "required",
490
- "type": "String",
491
- "optional": true,
492
- "group": "activation",
493
- "binding": {
494
- "type": "zeebe:property",
495
- "name": "messageIdExpression"
496
- },
497
- "description": "Expression to extract unique identifier of a message"
498
- },
499
499
  {
500
500
  "label": "Condition",
501
501
  "type": "String",
@@ -536,7 +536,7 @@
536
536
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
537
537
  },
538
538
  "engines": {
539
- "camunda": "^8.4"
539
+ "camunda": "^8.2"
540
540
  }
541
541
  },
542
542
  {
@@ -618,7 +618,7 @@
618
618
  "type": "zeebe:property",
619
619
  "name": "inbound.context"
620
620
  },
621
- "description": "The webhook ID is a part of the URL",
621
+ "tooltip": "The webhook ID is a part of the URL",
622
622
  "constraints": {
623
623
  "notEmpty": true
624
624
  }
@@ -633,7 +633,7 @@
633
633
  },
634
634
  {
635
635
  "label": "GitHub secret",
636
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
636
+ "tooltip": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>",
637
637
  "type": "String",
638
638
  "group": "endpoint",
639
639
  "optional": true,
@@ -663,7 +663,7 @@
663
663
  "type": "String",
664
664
  "group": "activation",
665
665
  "feel": "required",
666
- "description": "Sets up the correlation key from process variables",
666
+ "tooltip": "Sets up the correlation key from process variables",
667
667
  "binding": {
668
668
  "type": "bpmn:Message#zeebe:subscription#property",
669
669
  "name": "correlationKey"
@@ -681,7 +681,7 @@
681
681
  "type": "zeebe:property",
682
682
  "name": "correlationKeyExpression"
683
683
  },
684
- "description": "Extracts the correlation key from the incoming message payload",
684
+ "tooltip": "Extracts the correlation key from the incoming message payload",
685
685
  "constraints": {
686
686
  "notEmpty": true
687
687
  }
@@ -696,7 +696,7 @@
696
696
  "type": "zeebe:property",
697
697
  "name": "messageIdExpression"
698
698
  },
699
- "description": "Expression to extract unique identifier of a message"
699
+ "tooltip": "Expression to extract unique identifier of a message"
700
700
  },
701
701
  {
702
702
  "label": "Condition",
@@ -708,7 +708,7 @@
708
708
  "type": "zeebe:property",
709
709
  "name": "inbound.activationCondition"
710
710
  },
711
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
711
+ "tooltip": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>"
712
712
  },
713
713
  {
714
714
  "label": "Result variable",
@@ -719,7 +719,7 @@
719
719
  "type": "zeebe:property",
720
720
  "name": "resultVariable"
721
721
  },
722
- "description": "Name of variable to store the result of the connector in"
722
+ "tooltip": "Name of variable to store the result of the connector in"
723
723
  },
724
724
  {
725
725
  "label": "Result expression",
@@ -731,7 +731,7 @@
731
731
  "type": "zeebe:property",
732
732
  "name": "resultExpression"
733
733
  },
734
- "description": "Expression to map the inbound payload to process variables"
734
+ "tooltip": "Expression to map the inbound payload to process variables"
735
735
  }
736
736
  ],
737
737
  "icon": {
@@ -304,7 +304,7 @@
304
304
  "type": "zeebe:property",
305
305
  "name": "inbound.context"
306
306
  },
307
- "description": "The webhook ID is a part of the URL",
307
+ "tooltip": "The webhook ID is a part of the URL",
308
308
  "constraints": {
309
309
  "notEmpty": true
310
310
  }
@@ -319,7 +319,7 @@
319
319
  },
320
320
  {
321
321
  "label": "GitHub secret",
322
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
322
+ "tooltip": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>",
323
323
  "type": "String",
324
324
  "group": "endpoint",
325
325
  "optional": true,
@@ -354,7 +354,7 @@
354
354
  "type": "zeebe:property",
355
355
  "name": "messageIdExpression"
356
356
  },
357
- "description": "Expression to extract unique identifier of a message"
357
+ "tooltip": "Expression to extract unique identifier of a message"
358
358
  },
359
359
  {
360
360
  "label": "Condition",
@@ -366,7 +366,7 @@
366
366
  "type": "zeebe:property",
367
367
  "name": "inbound.activationCondition"
368
368
  },
369
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
369
+ "tooltip": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>"
370
370
  },
371
371
  {
372
372
  "label": "Correlation required",
@@ -395,7 +395,7 @@
395
395
  "type": "String",
396
396
  "group": "correlation",
397
397
  "feel": "required",
398
- "description": "Sets up the correlation key from process variables",
398
+ "tooltip": "Sets up the correlation key from process variables",
399
399
  "binding": {
400
400
  "type": "bpmn:Message#zeebe:subscription#property",
401
401
  "name": "correlationKey"
@@ -417,7 +417,7 @@
417
417
  "type": "zeebe:property",
418
418
  "name": "correlationKeyExpression"
419
419
  },
420
- "description": "Extracts the correlation key from the incoming message payload",
420
+ "tooltip": "Extracts the correlation key from the incoming message payload",
421
421
  "constraints": {
422
422
  "notEmpty": true
423
423
  },
@@ -435,7 +435,7 @@
435
435
  "type": "zeebe:property",
436
436
  "name": "resultVariable"
437
437
  },
438
- "description": "Name of variable to store the result of the connector in"
438
+ "tooltip": "Name of variable to store the result of the connector in"
439
439
  },
440
440
  {
441
441
  "label": "Result expression",
@@ -447,7 +447,7 @@
447
447
  "type": "zeebe:property",
448
448
  "name": "resultExpression"
449
449
  },
450
- "description": "Expression to map the inbound payload to process variables"
450
+ "tooltip": "Expression to map the inbound payload to process variables"
451
451
  }
452
452
  ],
453
453
  "icon": {
@@ -77,7 +77,7 @@
77
77
  "type": "zeebe:property",
78
78
  "name": "inbound.context"
79
79
  },
80
- "description": "The webhook ID is a part of the URL",
80
+ "tooltip": "The webhook ID is a part of the URL",
81
81
  "constraints": {
82
82
  "notEmpty": true
83
83
  }
@@ -92,7 +92,7 @@
92
92
  },
93
93
  {
94
94
  "label": "GitHub secret",
95
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
95
+ "tooltip": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>",
96
96
  "type": "String",
97
97
  "group": "endpoint",
98
98
  "optional": true,
@@ -122,7 +122,7 @@
122
122
  "type": "String",
123
123
  "group": "activation",
124
124
  "feel": "required",
125
- "description": "Sets up the correlation key from process variables",
125
+ "tooltip": "Sets up the correlation key from process variables",
126
126
  "binding": {
127
127
  "type": "bpmn:Message#zeebe:subscription#property",
128
128
  "name": "correlationKey"
@@ -140,7 +140,7 @@
140
140
  "type": "zeebe:property",
141
141
  "name": "correlationKeyExpression"
142
142
  },
143
- "description": "Extracts the correlation key from the incoming message payload",
143
+ "tooltip": "Extracts the correlation key from the incoming message payload",
144
144
  "constraints": {
145
145
  "notEmpty": true
146
146
  }
@@ -155,7 +155,7 @@
155
155
  "type": "zeebe:property",
156
156
  "name": "messageIdExpression"
157
157
  },
158
- "description": "Expression to extract unique identifier of a message"
158
+ "tooltip": "Expression to extract unique identifier of a message"
159
159
  },
160
160
  {
161
161
  "label": "Condition",
@@ -167,7 +167,7 @@
167
167
  "type": "zeebe:property",
168
168
  "name": "inbound.activationCondition"
169
169
  },
170
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
170
+ "tooltip": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>GitHub webhook inbound connector documentation</a>"
171
171
  },
172
172
  {
173
173
  "label": "Result variable",
@@ -178,7 +178,7 @@
178
178
  "type": "zeebe:property",
179
179
  "name": "resultVariable"
180
180
  },
181
- "description": "Name of variable to store the result of the connector in"
181
+ "tooltip": "Name of variable to store the result of the connector in"
182
182
  },
183
183
  {
184
184
  "label": "Result expression",
@@ -190,7 +190,7 @@
190
190
  "type": "zeebe:property",
191
191
  "name": "resultExpression"
192
192
  },
193
- "description": "Expression to map the inbound payload to process variables"
193
+ "tooltip": "Expression to map the inbound payload to process variables"
194
194
  }
195
195
  ],
196
196
  "icon": {