@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -3,24 +3,8 @@
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": 3,
7
- "engines": {
8
- "camunda": "^8.3"
9
- },
6
+ "version": 2,
10
7
  "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
- },
24
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
25
9
  "category": {
26
10
  "id": "connectors",
@@ -198,6 +182,9 @@
198
182
  ],
199
183
  "icon": {
200
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"
185
+ },
186
+ "engines": {
187
+ "camunda": "^8.4"
201
188
  }
202
189
  },
203
190
  {
@@ -380,8 +367,24 @@
380
367
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
381
368
  "name": "GitHub Webhook Boundary Event Connector",
382
369
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
383
- "version": 2,
370
+ "version": 3,
371
+ "engines": {
372
+ "camunda": "^8.3"
373
+ },
384
374
  "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
+ },
385
388
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
386
389
  "category": {
387
390
  "id": "connectors",
@@ -559,9 +562,6 @@
559
562
  ],
560
563
  "icon": {
561
564
  "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
  ]
@@ -1,27 +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 Intermediate Catch Event Connector",
4
+ "name": "GitHub webhook connector",
5
5
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
6
- "version": 4,
7
- "engines": {
8
- "camunda": "^8.3"
9
- },
6
+ "version": 1,
10
7
  "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
- },
24
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
25
9
  "category": {
26
10
  "id": "connectors",
27
11
  "name": "Connectors"
@@ -95,7 +79,7 @@
95
79
  },
96
80
  {
97
81
  "label": "GitHub secret",
98
- "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",
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",
99
83
  "type": "String",
100
84
  "group": "endpoint",
101
85
  "optional": true,
@@ -148,18 +132,6 @@
148
132
  "notEmpty": true
149
133
  }
150
134
  },
151
- {
152
- "label": "Message ID expression",
153
- "feel": "required",
154
- "type": "String",
155
- "optional": true,
156
- "group": "activation",
157
- "binding": {
158
- "type": "zeebe:property",
159
- "name": "messageIdExpression"
160
- },
161
- "description": "Expression to extract unique identifier of a message"
162
- },
163
135
  {
164
136
  "label": "Condition",
165
137
  "type": "String",
@@ -170,7 +142,7 @@
170
142
  "type": "zeebe:property",
171
143
  "name": "inbound.activationCondition"
172
144
  },
173
- "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>"
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>"
174
146
  },
175
147
  {
176
148
  "label": "Result variable",
@@ -198,13 +170,16 @@
198
170
  ],
199
171
  "icon": {
200
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"
173
+ },
174
+ "engines": {
175
+ "camunda": "^8.2"
201
176
  }
202
177
  },
203
178
  {
204
179
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
205
180
  "name": "GitHub Webhook Intermediate Catch Event Connector",
206
181
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
207
- "version": 3,
182
+ "version": 2,
208
183
  "description": "Receive events from GitHub",
209
184
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
210
185
  "category": {
@@ -333,18 +308,6 @@
333
308
  "notEmpty": true
334
309
  }
335
310
  },
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
- },
348
311
  {
349
312
  "label": "Condition",
350
313
  "type": "String",
@@ -385,16 +348,16 @@
385
348
  "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"
386
349
  },
387
350
  "engines": {
388
- "camunda": "^8.4"
351
+ "camunda": "^8.2"
389
352
  }
390
353
  },
391
354
  {
392
355
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
393
- "name": "GitHub webhook connector",
356
+ "name": "GitHub Webhook Intermediate Catch Event Connector",
394
357
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
395
- "version": 1,
358
+ "version": 3,
396
359
  "description": "Receive events from GitHub",
397
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
360
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
398
361
  "category": {
399
362
  "id": "connectors",
400
363
  "name": "Connectors"
@@ -468,7 +431,7 @@
468
431
  },
469
432
  {
470
433
  "label": "GitHub secret",
471
- "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",
434
+ "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",
472
435
  "type": "String",
473
436
  "group": "endpoint",
474
437
  "optional": true,
@@ -521,6 +484,18 @@
521
484
  "notEmpty": true
522
485
  }
523
486
  },
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
+ },
524
499
  {
525
500
  "label": "Condition",
526
501
  "type": "String",
@@ -531,7 +506,7 @@
531
506
  "type": "zeebe:property",
532
507
  "name": "inbound.activationCondition"
533
508
  },
534
- "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>"
509
+ "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
510
  },
536
511
  {
537
512
  "label": "Result variable",
@@ -561,15 +536,31 @@
561
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"
562
537
  },
563
538
  "engines": {
564
- "camunda": "^8.2"
539
+ "camunda": "^8.4"
565
540
  }
566
541
  },
567
542
  {
568
543
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
569
544
  "name": "GitHub Webhook Intermediate Catch Event Connector",
570
545
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
571
- "version": 2,
546
+ "version": 4,
547
+ "engines": {
548
+ "camunda": "^8.3"
549
+ },
572
550
  "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
+ },
573
564
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
574
565
  "category": {
575
566
  "id": "connectors",
@@ -697,6 +688,18 @@
697
688
  "notEmpty": true
698
689
  }
699
690
  },
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
+ },
700
703
  {
701
704
  "label": "Condition",
702
705
  "type": "String",
@@ -735,9 +738,6 @@
735
738
  ],
736
739
  "icon": {
737
740
  "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,24 +3,8 @@
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": 2,
7
- "engines": {
8
- "camunda": "^8.3"
9
- },
6
+ "version": 1,
10
7
  "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
- },
24
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
25
9
  "category": {
26
10
  "id": "connectors",
@@ -232,14 +216,33 @@
232
216
  ],
233
217
  "icon": {
234
218
  "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"
235
222
  }
236
223
  },
237
224
  {
238
225
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
239
226
  "name": "GitHub Webhook Message Start Event Connector",
240
227
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorMessageStart.v1",
241
- "version": 1,
228
+ "version": 2,
229
+ "engines": {
230
+ "camunda": "^8.3"
231
+ },
242
232
  "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
+ },
243
246
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
244
247
  "category": {
245
248
  "id": "connectors",
@@ -451,9 +454,6 @@
451
454
  ],
452
455
  "icon": {
453
456
  "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
  ]
@@ -0,0 +1,202 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "GitHub Webhook Receive Task Connector",
5
+ "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
6
+ "version": 4,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
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
+ },
24
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
25
+ "category": {
26
+ "id": "connectors",
27
+ "name": "Connectors"
28
+ },
29
+ "appliesTo": ["bpmn:ReceiveTask"],
30
+ "elementType": {
31
+ "value": "bpmn:ReceiveTask"
32
+ },
33
+ "groups": [
34
+ {
35
+ "id": "endpoint",
36
+ "label": "Webhook configuration"
37
+ },
38
+ {
39
+ "id": "activation",
40
+ "label": "Activation"
41
+ },
42
+ {
43
+ "id": "variable-mapping",
44
+ "label": "Variable mapping"
45
+ }
46
+ ],
47
+ "properties": [
48
+ {
49
+ "type": "Hidden",
50
+ "value": "io.camunda:webhook:1",
51
+ "binding": {
52
+ "type": "zeebe:property",
53
+ "name": "inbound.type"
54
+ }
55
+ },
56
+ {
57
+ "type": "Hidden",
58
+ "generatedValue": {
59
+ "type": "uuid"
60
+ },
61
+ "binding": {
62
+ "type": "bpmn:Message#property",
63
+ "name": "name"
64
+ }
65
+ },
66
+ {
67
+ "type": "Hidden",
68
+ "value": "GitHubWebhook",
69
+ "binding": {
70
+ "type": "zeebe:property",
71
+ "name": "inbound.subtype"
72
+ }
73
+ },
74
+ {
75
+ "label": "Webhook ID",
76
+ "type": "String",
77
+ "group": "endpoint",
78
+ "binding": {
79
+ "type": "zeebe:property",
80
+ "name": "inbound.context"
81
+ },
82
+ "description": "The webhook ID is a part of the URL",
83
+ "constraints": {
84
+ "notEmpty": true
85
+ }
86
+ },
87
+ {
88
+ "type": "Hidden",
89
+ "value": "enabled",
90
+ "binding": {
91
+ "type": "zeebe:property",
92
+ "name": "inbound.shouldValidateHmac"
93
+ }
94
+ },
95
+ {
96
+ "label": "GitHub secret",
97
+ "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",
98
+ "type": "String",
99
+ "group": "endpoint",
100
+ "optional": true,
101
+ "binding": {
102
+ "type": "zeebe:property",
103
+ "name": "inbound.hmacSecret"
104
+ }
105
+ },
106
+ {
107
+ "type": "Hidden",
108
+ "value": "X-Hub-Signature-256",
109
+ "binding": {
110
+ "type": "zeebe:property",
111
+ "name": "inbound.hmacHeader"
112
+ }
113
+ },
114
+ {
115
+ "type": "Hidden",
116
+ "value": "sha_256",
117
+ "binding": {
118
+ "type": "zeebe:property",
119
+ "name": "inbound.hmacAlgorithm"
120
+ }
121
+ },
122
+ {
123
+ "label": "Correlation key (process)",
124
+ "type": "String",
125
+ "group": "activation",
126
+ "feel": "required",
127
+ "description": "Sets up the correlation key from process variables",
128
+ "binding": {
129
+ "type": "bpmn:Message#zeebe:subscription#property",
130
+ "name": "correlationKey"
131
+ },
132
+ "constraints": {
133
+ "notEmpty": true
134
+ }
135
+ },
136
+ {
137
+ "label": "Correlation key (payload)",
138
+ "type": "String",
139
+ "group": "activation",
140
+ "feel": "required",
141
+ "binding": {
142
+ "type": "zeebe:property",
143
+ "name": "correlationKeyExpression"
144
+ },
145
+ "description": "Extracts the correlation key from the incoming message payload",
146
+ "constraints": {
147
+ "notEmpty": true
148
+ }
149
+ },
150
+ {
151
+ "label": "Message ID expression",
152
+ "feel": "required",
153
+ "type": "String",
154
+ "optional": true,
155
+ "group": "activation",
156
+ "binding": {
157
+ "type": "zeebe:property",
158
+ "name": "messageIdExpression"
159
+ },
160
+ "description": "Expression to extract unique identifier of a message"
161
+ },
162
+ {
163
+ "label": "Condition",
164
+ "type": "String",
165
+ "group": "activation",
166
+ "feel": "required",
167
+ "optional": true,
168
+ "binding": {
169
+ "type": "zeebe:property",
170
+ "name": "inbound.activationCondition"
171
+ },
172
+ "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>"
173
+ },
174
+ {
175
+ "label": "Result variable",
176
+ "type": "String",
177
+ "group": "variable-mapping",
178
+ "optional": true,
179
+ "binding": {
180
+ "type": "zeebe:property",
181
+ "name": "resultVariable"
182
+ },
183
+ "description": "Name of variable to store the result of the connector in"
184
+ },
185
+ {
186
+ "label": "Result expression",
187
+ "type": "String",
188
+ "group": "variable-mapping",
189
+ "feel": "required",
190
+ "optional": true,
191
+ "binding": {
192
+ "type": "zeebe:property",
193
+ "name": "resultExpression"
194
+ },
195
+ "description": "Expression to map the inbound payload to process variables"
196
+ }
197
+ ],
198
+ "icon": {
199
+ "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"
200
+ }
201
+ }
202
+ ]