@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -3,8 +3,24 @@
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": 3,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive events from GitHub",
11
+ "metadata": {
12
+ "keywords": [
13
+ "issue created",
14
+ "issue updated",
15
+ "issue deleted",
16
+ "pull request created",
17
+ "pull request updated",
18
+ "pull request deleted",
19
+ "repository created",
20
+ "repository updated",
21
+ "repository deleted"
22
+ ]
23
+ },
8
24
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
25
  "category": {
10
26
  "id": "connectors",
@@ -182,9 +198,6 @@
182
198
  ],
183
199
  "icon": {
184
200
  "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
- },
186
- "engines": {
187
- "camunda": "^8.4"
188
201
  }
189
202
  },
190
203
  {
@@ -367,24 +380,8 @@
367
380
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
368
381
  "name": "GitHub Webhook Boundary Event Connector",
369
382
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
370
- "version": 3,
371
- "engines": {
372
- "camunda": "^8.3"
373
- },
383
+ "version": 2,
374
384
  "description": "Receive events from GitHub",
375
- "metadata": {
376
- "keywords": [
377
- "issue created",
378
- "issue updated",
379
- "issue deleted",
380
- "pull request created",
381
- "pull request updated",
382
- "pull request deleted",
383
- "repository created",
384
- "repository updated",
385
- "repository deleted"
386
- ]
387
- },
388
385
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
389
386
  "category": {
390
387
  "id": "connectors",
@@ -562,6 +559,9 @@
562
559
  ],
563
560
  "icon": {
564
561
  "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"
562
+ },
563
+ "engines": {
564
+ "camunda": "^8.4"
565
565
  }
566
566
  }
567
567
  ]
@@ -3,8 +3,24 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "GitHub Webhook Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
6
- "version": 3,
6
+ "version": 4,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive events from GitHub",
11
+ "metadata": {
12
+ "keywords": [
13
+ "issue created",
14
+ "issue updated",
15
+ "issue deleted",
16
+ "pull request created",
17
+ "pull request updated",
18
+ "pull request deleted",
19
+ "repository created",
20
+ "repository updated",
21
+ "repository deleted"
22
+ ]
23
+ },
8
24
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
25
  "category": {
10
26
  "id": "connectors",
@@ -182,16 +198,13 @@
182
198
  ],
183
199
  "icon": {
184
200
  "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
- },
186
- "engines": {
187
- "camunda": "^8.4"
188
201
  }
189
202
  },
190
203
  {
191
204
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
192
205
  "name": "GitHub Webhook Intermediate Catch Event Connector",
193
206
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
194
- "version": 2,
207
+ "version": 3,
195
208
  "description": "Receive events from GitHub",
196
209
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
197
210
  "category": {
@@ -320,6 +333,18 @@
320
333
  "notEmpty": true
321
334
  }
322
335
  },
336
+ {
337
+ "label": "Message ID expression",
338
+ "feel": "required",
339
+ "type": "String",
340
+ "optional": true,
341
+ "group": "activation",
342
+ "binding": {
343
+ "type": "zeebe:property",
344
+ "name": "messageIdExpression"
345
+ },
346
+ "description": "Expression to extract unique identifier of a message"
347
+ },
323
348
  {
324
349
  "label": "Condition",
325
350
  "type": "String",
@@ -360,7 +385,7 @@
360
385
  "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
386
  },
362
387
  "engines": {
363
- "camunda": "^8.2"
388
+ "camunda": "^8.4"
364
389
  }
365
390
  },
366
391
  {
@@ -543,24 +568,8 @@
543
568
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
544
569
  "name": "GitHub Webhook Intermediate Catch Event Connector",
545
570
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
546
- "version": 4,
547
- "engines": {
548
- "camunda": "^8.3"
549
- },
571
+ "version": 2,
550
572
  "description": "Receive events from GitHub",
551
- "metadata": {
552
- "keywords": [
553
- "issue created",
554
- "issue updated",
555
- "issue deleted",
556
- "pull request created",
557
- "pull request updated",
558
- "pull request deleted",
559
- "repository created",
560
- "repository updated",
561
- "repository deleted"
562
- ]
563
- },
564
573
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
565
574
  "category": {
566
575
  "id": "connectors",
@@ -688,18 +697,6 @@
688
697
  "notEmpty": true
689
698
  }
690
699
  },
691
- {
692
- "label": "Message ID expression",
693
- "feel": "required",
694
- "type": "String",
695
- "optional": true,
696
- "group": "activation",
697
- "binding": {
698
- "type": "zeebe:property",
699
- "name": "messageIdExpression"
700
- },
701
- "description": "Expression to extract unique identifier of a message"
702
- },
703
700
  {
704
701
  "label": "Condition",
705
702
  "type": "String",
@@ -738,6 +735,9 @@
738
735
  ],
739
736
  "icon": {
740
737
  "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"
738
+ },
739
+ "engines": {
740
+ "camunda": "^8.2"
741
741
  }
742
742
  }
743
743
  ]
@@ -3,8 +3,24 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "GitHub Webhook Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorMessageStart.v1",
6
- "version": 1,
6
+ "version": 2,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive events from GitHub",
11
+ "metadata": {
12
+ "keywords": [
13
+ "issue created",
14
+ "issue updated",
15
+ "issue deleted",
16
+ "pull request created",
17
+ "pull request updated",
18
+ "pull request deleted",
19
+ "repository created",
20
+ "repository updated",
21
+ "repository deleted"
22
+ ]
23
+ },
8
24
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
25
  "category": {
10
26
  "id": "connectors",
@@ -216,33 +232,14 @@
216
232
  ],
217
233
  "icon": {
218
234
  "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"
219
- },
220
- "engines": {
221
- "camunda": "^8.2"
222
235
  }
223
236
  },
224
237
  {
225
238
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
226
239
  "name": "GitHub Webhook Message Start Event Connector",
227
240
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorMessageStart.v1",
228
- "version": 2,
229
- "engines": {
230
- "camunda": "^8.3"
231
- },
241
+ "version": 1,
232
242
  "description": "Receive events from GitHub",
233
- "metadata": {
234
- "keywords": [
235
- "issue created",
236
- "issue updated",
237
- "issue deleted",
238
- "pull request created",
239
- "pull request updated",
240
- "pull request deleted",
241
- "repository created",
242
- "repository updated",
243
- "repository deleted"
244
- ]
245
- },
246
243
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
247
244
  "category": {
248
245
  "id": "connectors",
@@ -454,6 +451,9 @@
454
451
  ],
455
452
  "icon": {
456
453
  "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"
454
+ },
455
+ "engines": {
456
+ "camunda": "^8.2"
457
457
  }
458
458
  }
459
459
  ]
@@ -7,6 +7,9 @@
7
7
  "engines": {
8
8
  "camunda": "^8.3"
9
9
  },
10
+ "deprecated": {
11
+ "message": "Migrate to GitHub Webhook Message Start Event Connector"
12
+ },
10
13
  "description": "Receive events from GitHub",
11
14
  "metadata": {
12
15
  "keywords": [
@@ -288,11 +291,11 @@
288
291
  },
289
292
  {
290
293
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
291
- "name": "GitHub Webhook Start Event Connector",
294
+ "name": "GitHub Webhook Connector",
292
295
  "id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
293
- "version": 3,
296
+ "version": 1,
294
297
  "description": "Receive events from GitHub",
295
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
298
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
296
299
  "category": {
297
300
  "id": "connectors",
298
301
  "name": "Connectors"
@@ -304,7 +307,7 @@
304
307
  "groups": [
305
308
  {
306
309
  "id": "endpoint",
307
- "label": "Webhook configuration"
310
+ "label": "Webhook Configuration"
308
311
  },
309
312
  {
310
313
  "id": "activation",
@@ -312,7 +315,7 @@
312
315
  },
313
316
  {
314
317
  "id": "variable-mapping",
315
- "label": "Variable mapping"
318
+ "label": "Variable Mapping"
316
319
  }
317
320
  ],
318
321
  "properties": [
@@ -355,7 +358,7 @@
355
358
  },
356
359
  {
357
360
  "label": "GitHub secret",
358
- "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",
361
+ "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",
359
362
  "type": "String",
360
363
  "group": "endpoint",
361
364
  "optional": true,
@@ -390,30 +393,18 @@
390
393
  "type": "zeebe:property",
391
394
  "name": "inbound.activationCondition"
392
395
  },
393
- "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>"
394
- },
395
- {
396
- "label": "Result variable",
397
- "type": "String",
398
- "group": "variable-mapping",
399
- "optional": true,
400
- "binding": {
401
- "type": "zeebe:property",
402
- "name": "resultVariable"
403
- },
404
- "description": "Name of variable to store the result of the connector in"
396
+ "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>"
405
397
  },
406
398
  {
407
- "label": "Result expression",
399
+ "label": "Variables",
408
400
  "type": "String",
409
401
  "group": "variable-mapping",
410
402
  "feel": "required",
411
- "optional": true,
412
403
  "binding": {
413
404
  "type": "zeebe:property",
414
- "name": "resultExpression"
405
+ "name": "inbound.variableMapping"
415
406
  },
416
- "description": "Expression to map the inbound payload to process variables"
407
+ "description": "Variables extracted from the webhook payload (request) to start the process with. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
417
408
  }
418
409
  ],
419
410
  "icon": {
@@ -425,11 +416,11 @@
425
416
  },
426
417
  {
427
418
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
428
- "name": "GitHub Webhook Connector",
419
+ "name": "GitHub Webhook Start Event Connector",
429
420
  "id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
430
- "version": 1,
421
+ "version": 3,
431
422
  "description": "Receive events from GitHub",
432
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
423
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
433
424
  "category": {
434
425
  "id": "connectors",
435
426
  "name": "Connectors"
@@ -441,7 +432,7 @@
441
432
  "groups": [
442
433
  {
443
434
  "id": "endpoint",
444
- "label": "Webhook Configuration"
435
+ "label": "Webhook configuration"
445
436
  },
446
437
  {
447
438
  "id": "activation",
@@ -449,7 +440,7 @@
449
440
  },
450
441
  {
451
442
  "id": "variable-mapping",
452
- "label": "Variable Mapping"
443
+ "label": "Variable mapping"
453
444
  }
454
445
  ],
455
446
  "properties": [
@@ -492,7 +483,7 @@
492
483
  },
493
484
  {
494
485
  "label": "GitHub secret",
495
- "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",
486
+ "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",
496
487
  "type": "String",
497
488
  "group": "endpoint",
498
489
  "optional": true,
@@ -527,18 +518,30 @@
527
518
  "type": "zeebe:property",
528
519
  "name": "inbound.activationCondition"
529
520
  },
530
- "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>"
521
+ "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>"
531
522
  },
532
523
  {
533
- "label": "Variables",
524
+ "label": "Result variable",
525
+ "type": "String",
526
+ "group": "variable-mapping",
527
+ "optional": true,
528
+ "binding": {
529
+ "type": "zeebe:property",
530
+ "name": "resultVariable"
531
+ },
532
+ "description": "Name of variable to store the result of the connector in"
533
+ },
534
+ {
535
+ "label": "Result expression",
534
536
  "type": "String",
535
537
  "group": "variable-mapping",
536
538
  "feel": "required",
539
+ "optional": true,
537
540
  "binding": {
538
541
  "type": "zeebe:property",
539
- "name": "inbound.variableMapping"
542
+ "name": "resultExpression"
540
543
  },
541
- "description": "Variables extracted from the webhook payload (request) to start the process with. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
544
+ "description": "Expression to map the inbound payload to process variables"
542
545
  }
543
546
  ],
544
547
  "icon": {