@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -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": 1,
6
+ "version": 2,
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,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",
@@ -172,14 +184,14 @@
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
192
  "name": "GitHub Webhook Boundary Event Connector",
181
193
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorBoundary.v1",
182
- "version": 2,
194
+ "version": 1,
183
195
  "description": "Receive events from GitHub",
184
196
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
185
197
  "category": {
@@ -308,18 +320,6 @@
308
320
  "notEmpty": true
309
321
  }
310
322
  },
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.4"
363
+ "camunda": "^8.2"
364
364
  }
365
365
  },
366
366
  {
@@ -372,19 +372,17 @@
372
372
  "camunda": "^8.3"
373
373
  },
374
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
- },
375
+ "keywords": [
376
+ "issue created",
377
+ "issue updated",
378
+ "issue deleted",
379
+ "pull request created",
380
+ "pull request updated",
381
+ "pull request deleted",
382
+ "repository created",
383
+ "repository updated",
384
+ "repository deleted"
385
+ ],
388
386
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
389
387
  "category": {
390
388
  "id": "connectors",
@@ -3,8 +3,22 @@
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": 2,
6
+ "version": 4,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
7
10
  "description": "Receive events from GitHub",
11
+ "keywords": [
12
+ "issue created",
13
+ "issue updated",
14
+ "issue deleted",
15
+ "pull request created",
16
+ "pull request updated",
17
+ "pull request deleted",
18
+ "repository created",
19
+ "repository updated",
20
+ "repository deleted"
21
+ ],
8
22
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
23
  "category": {
10
24
  "id": "connectors",
@@ -132,6 +146,18 @@
132
146
  "notEmpty": true
133
147
  }
134
148
  },
149
+ {
150
+ "label": "Message ID expression",
151
+ "feel": "required",
152
+ "type": "String",
153
+ "optional": true,
154
+ "group": "activation",
155
+ "binding": {
156
+ "type": "zeebe:property",
157
+ "name": "messageIdExpression"
158
+ },
159
+ "description": "Expression to extract unique identifier of a message"
160
+ },
135
161
  {
136
162
  "label": "Condition",
137
163
  "type": "String",
@@ -170,9 +196,6 @@
170
196
  ],
171
197
  "icon": {
172
198
  "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"
176
199
  }
177
200
  },
178
201
  {
@@ -365,11 +388,11 @@
365
388
  },
366
389
  {
367
390
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
368
- "name": "GitHub webhook connector",
391
+ "name": "GitHub Webhook Intermediate Catch Event Connector",
369
392
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
370
- "version": 1,
393
+ "version": 2,
371
394
  "description": "Receive events from GitHub",
372
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
395
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
373
396
  "category": {
374
397
  "id": "connectors",
375
398
  "name": "Connectors"
@@ -443,7 +466,7 @@
443
466
  },
444
467
  {
445
468
  "label": "GitHub secret",
446
- "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",
469
+ "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",
447
470
  "type": "String",
448
471
  "group": "endpoint",
449
472
  "optional": true,
@@ -506,7 +529,7 @@
506
529
  "type": "zeebe:property",
507
530
  "name": "inbound.activationCondition"
508
531
  },
509
- "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>"
532
+ "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>"
510
533
  },
511
534
  {
512
535
  "label": "Result variable",
@@ -541,27 +564,11 @@
541
564
  },
542
565
  {
543
566
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
544
- "name": "GitHub Webhook Intermediate Catch Event Connector",
567
+ "name": "GitHub webhook connector",
545
568
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
546
- "version": 4,
547
- "engines": {
548
- "camunda": "^8.3"
549
- },
569
+ "version": 1,
550
570
  "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
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
571
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
565
572
  "category": {
566
573
  "id": "connectors",
567
574
  "name": "Connectors"
@@ -635,7 +642,7 @@
635
642
  },
636
643
  {
637
644
  "label": "GitHub secret",
638
- "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",
645
+ "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",
639
646
  "type": "String",
640
647
  "group": "endpoint",
641
648
  "optional": true,
@@ -688,18 +695,6 @@
688
695
  "notEmpty": true
689
696
  }
690
697
  },
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
698
  {
704
699
  "label": "Condition",
705
700
  "type": "String",
@@ -710,7 +705,7 @@
710
705
  "type": "zeebe:property",
711
706
  "name": "inbound.activationCondition"
712
707
  },
713
- "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>"
708
+ "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>"
714
709
  },
715
710
  {
716
711
  "label": "Result variable",
@@ -738,6 +733,9 @@
738
733
  ],
739
734
  "icon": {
740
735
  "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"
736
+ },
737
+ "engines": {
738
+ "camunda": "^8.2"
741
739
  }
742
740
  }
743
741
  ]
@@ -3,8 +3,22 @@
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
+ "keywords": [
12
+ "issue created",
13
+ "issue updated",
14
+ "issue deleted",
15
+ "pull request created",
16
+ "pull request updated",
17
+ "pull request deleted",
18
+ "repository created",
19
+ "repository updated",
20
+ "repository deleted"
21
+ ],
8
22
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
9
23
  "category": {
10
24
  "id": "connectors",
@@ -216,33 +230,14 @@
216
230
  ],
217
231
  "icon": {
218
232
  "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
233
  }
223
234
  },
224
235
  {
225
236
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
226
237
  "name": "GitHub Webhook Message Start Event Connector",
227
238
  "id": "io.camunda.connectors.webhook.GithubWebhookConnectorMessageStart.v1",
228
- "version": 2,
229
- "engines": {
230
- "camunda": "^8.3"
231
- },
239
+ "version": 1,
232
240
  "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
241
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
247
242
  "category": {
248
243
  "id": "connectors",
@@ -454,6 +449,9 @@
454
449
  ],
455
450
  "icon": {
456
451
  "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"
452
+ },
453
+ "engines": {
454
+ "camunda": "^8.2"
457
455
  }
458
456
  }
459
457
  ]
@@ -2,25 +2,23 @@
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "GitHub Webhook Receive Task Connector",
5
- "id": "io.camunda.connectors.webhook.GithubWebhookConnectorIntermediate.v1",
6
- "version": 4,
5
+ "id": "io.camunda.connectors.webhook.GithubWebhookConnectorReceive.v1",
6
+ "version": 1,
7
7
  "engines": {
8
8
  "camunda": "^8.3"
9
9
  },
10
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
- },
11
+ "keywords": [
12
+ "issue created",
13
+ "issue updated",
14
+ "issue deleted",
15
+ "pull request created",
16
+ "pull request updated",
17
+ "pull request deleted",
18
+ "repository created",
19
+ "repository updated",
20
+ "repository deleted"
21
+ ],
24
22
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
25
23
  "category": {
26
24
  "id": "connectors",
@@ -11,19 +11,17 @@
11
11
  "message": "Migrate to GitHub Webhook Message Start Event Connector"
12
12
  },
13
13
  "description": "Receive events from GitHub",
14
- "metadata": {
15
- "keywords": [
16
- "issue created",
17
- "issue updated",
18
- "issue deleted",
19
- "pull request created",
20
- "pull request updated",
21
- "pull request deleted",
22
- "repository created",
23
- "repository updated",
24
- "repository deleted"
25
- ]
26
- },
14
+ "keywords": [
15
+ "issue created",
16
+ "issue updated",
17
+ "issue deleted",
18
+ "pull request created",
19
+ "pull request updated",
20
+ "pull request deleted",
21
+ "repository created",
22
+ "repository updated",
23
+ "repository deleted"
24
+ ],
27
25
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
28
26
  "category": {
29
27
  "id": "connectors",