@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -4,9 +4,18 @@
4
4
  "name": "Microsoft O365 Email Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.MSFT.O365.EmailBoundary.v1",
6
6
  "description": "Poll M365 Outlook emails",
7
- "metadata": {
8
- "keywords": ["email", "Office365", "Outlook"]
9
- },
7
+ "keywords": [
8
+ "email",
9
+ "Office365",
10
+ "Outlook",
11
+ "email received",
12
+ "receive email",
13
+ "new email",
14
+ "incoming email",
15
+ "email notification",
16
+ "inbox",
17
+ "poll email"
18
+ ],
10
19
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/",
11
20
  "version": 1,
12
21
  "category": {
@@ -58,8 +67,75 @@
58
67
  "type": "Hidden"
59
68
  },
60
69
  {
61
- "id": "authentication.tenantId",
70
+ "id": "authentication.type",
71
+ "label": "Type",
72
+ "description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
73
+ "value": "clientCredentials",
74
+ "group": "authentication",
75
+ "binding": {
76
+ "name": "authentication.type",
77
+ "type": "zeebe:property"
78
+ },
79
+ "type": "Dropdown",
80
+ "choices": [
81
+ {
82
+ "name": "Bearer token",
83
+ "value": "token"
84
+ },
85
+ {
86
+ "name": "Client credentials",
87
+ "value": "clientCredentials"
88
+ },
89
+ {
90
+ "name": "Refresh token",
91
+ "value": "refresh"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "id": "authentication.bearer.token",
97
+ "label": "Bearer token",
98
+ "optional": false,
99
+ "constraints": {
100
+ "notEmpty": true
101
+ },
102
+ "group": "authentication",
103
+ "binding": {
104
+ "name": "authentication.token",
105
+ "type": "zeebe:property"
106
+ },
107
+ "condition": {
108
+ "property": "authentication.type",
109
+ "equals": "token",
110
+ "type": "simple"
111
+ },
112
+ "type": "String"
113
+ },
114
+ {
115
+ "id": "authentication.credentials.clientId",
116
+ "label": "Client ID",
117
+ "description": "The client ID of the application",
118
+ "optional": false,
119
+ "constraints": {
120
+ "notEmpty": true
121
+ },
122
+ "feel": "optional",
123
+ "group": "authentication",
124
+ "binding": {
125
+ "name": "authentication.clientId",
126
+ "type": "zeebe:property"
127
+ },
128
+ "condition": {
129
+ "property": "authentication.type",
130
+ "equals": "clientCredentials",
131
+ "type": "simple"
132
+ },
133
+ "type": "String"
134
+ },
135
+ {
136
+ "id": "authentication.credentials.tenantId",
62
137
  "label": "Tenant ID",
138
+ "description": "The tenant ID of the application",
63
139
  "optional": false,
64
140
  "constraints": {
65
141
  "notEmpty": true
@@ -70,12 +146,58 @@
70
146
  "name": "authentication.tenantId",
71
147
  "type": "zeebe:property"
72
148
  },
73
- "tooltip": "Your Microsoft Entra (Azure AD) tenant ID. Find this in Azure Portal → Microsoft Entra ID → Overview. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#authentication\" target=\"_blank\">Learn more</a>",
149
+ "condition": {
150
+ "property": "authentication.type",
151
+ "equals": "clientCredentials",
152
+ "type": "simple"
153
+ },
74
154
  "type": "String"
75
155
  },
76
156
  {
77
- "id": "authentication.clientId",
157
+ "id": "authentication.credentials.clientSecret",
158
+ "label": "Client secret",
159
+ "description": "The secret value of the Azure AD application",
160
+ "optional": false,
161
+ "constraints": {
162
+ "notEmpty": true
163
+ },
164
+ "feel": "optional",
165
+ "group": "authentication",
166
+ "binding": {
167
+ "name": "authentication.clientSecret",
168
+ "type": "zeebe:property"
169
+ },
170
+ "condition": {
171
+ "property": "authentication.type",
172
+ "equals": "clientCredentials",
173
+ "type": "simple"
174
+ },
175
+ "type": "String"
176
+ },
177
+ {
178
+ "id": "authentication.refresh.token",
179
+ "label": "Refresh token",
180
+ "optional": false,
181
+ "constraints": {
182
+ "notEmpty": true
183
+ },
184
+ "feel": "optional",
185
+ "group": "authentication",
186
+ "binding": {
187
+ "name": "authentication.token",
188
+ "type": "zeebe:property"
189
+ },
190
+ "condition": {
191
+ "property": "authentication.type",
192
+ "equals": "refresh",
193
+ "type": "simple"
194
+ },
195
+ "type": "String"
196
+ },
197
+ {
198
+ "id": "authentication.refresh.clientId",
78
199
  "label": "Client ID",
200
+ "description": "The client ID of the application",
79
201
  "optional": false,
80
202
  "constraints": {
81
203
  "notEmpty": true
@@ -86,23 +208,50 @@
86
208
  "name": "authentication.clientId",
87
209
  "type": "zeebe:property"
88
210
  },
89
- "tooltip": "The application (client) ID from your app registration. Find this in Azure Portal → App registrations → Your app → Overview. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#authentication\" target=\"_blank\">Learn more</a>",
211
+ "condition": {
212
+ "property": "authentication.type",
213
+ "equals": "refresh",
214
+ "type": "simple"
215
+ },
90
216
  "type": "String"
91
217
  },
92
218
  {
93
- "id": "authentication.clientSecret",
94
- "label": "Client Secret",
219
+ "id": "authentication.refresh.tenantId",
220
+ "label": "Tenant ID",
221
+ "description": "The tenant ID of the application",
95
222
  "optional": false,
96
223
  "constraints": {
97
224
  "notEmpty": true
98
225
  },
99
226
  "feel": "optional",
100
227
  "group": "authentication",
228
+ "binding": {
229
+ "name": "authentication.tenantId",
230
+ "type": "zeebe:property"
231
+ },
232
+ "condition": {
233
+ "property": "authentication.type",
234
+ "equals": "refresh",
235
+ "type": "simple"
236
+ },
237
+ "type": "String"
238
+ },
239
+ {
240
+ "id": "authentication.refresh.clientSecret",
241
+ "label": "Client secret",
242
+ "description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
243
+ "optional": true,
244
+ "feel": "optional",
245
+ "group": "authentication",
101
246
  "binding": {
102
247
  "name": "authentication.clientSecret",
103
248
  "type": "zeebe:property"
104
249
  },
105
- "tooltip": "The client secret value from your app registration. Create this in Azure Portal → App registrations → Your app → Certificates & secrets. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#authentication\" target=\"_blank\">Learn more</a>",
250
+ "condition": {
251
+ "property": "authentication.type",
252
+ "equals": "refresh",
253
+ "type": "simple"
254
+ },
106
255
  "type": "String"
107
256
  },
108
257
  {
@@ -506,20 +655,23 @@
506
655
  },
507
656
  {
508
657
  "id": "messageNameUuid",
658
+ "label": "Message name",
509
659
  "generatedValue": {
510
660
  "type": "uuid"
511
661
  },
662
+ "feel": "optional",
512
663
  "group": "correlation",
513
664
  "binding": {
514
665
  "name": "name",
515
666
  "type": "bpmn:Message#property"
516
667
  },
517
- "type": "Hidden"
668
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
669
+ "type": "String"
518
670
  },
519
671
  {
520
672
  "id": "resultVariable",
521
673
  "label": "Result variable",
522
- "description": "Name of variable to store the response in",
674
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
523
675
  "group": "output",
524
676
  "binding": {
525
677
  "name": "resultVariable",
@@ -530,7 +682,7 @@
530
682
  {
531
683
  "id": "resultExpression",
532
684
  "label": "Result expression",
533
- "description": "Expression to map the response into process variables",
685
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
534
686
  "feel": "required",
535
687
  "group": "output",
536
688
  "binding": {
@@ -4,9 +4,18 @@
4
4
  "name": "Microsoft O365 Email Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.MSFT.O365.EmailIntermediate.v1",
6
6
  "description": "Poll M365 Outlook emails",
7
- "metadata": {
8
- "keywords": ["email", "Office365", "Outlook"]
9
- },
7
+ "keywords": [
8
+ "email",
9
+ "Office365",
10
+ "Outlook",
11
+ "email received",
12
+ "receive email",
13
+ "new email",
14
+ "incoming email",
15
+ "email notification",
16
+ "inbox",
17
+ "poll email"
18
+ ],
10
19
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/",
11
20
  "version": 1,
12
21
  "category": {
@@ -58,8 +67,75 @@
58
67
  "type": "Hidden"
59
68
  },
60
69
  {
61
- "id": "authentication.tenantId",
70
+ "id": "authentication.type",
71
+ "label": "Type",
72
+ "description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
73
+ "value": "clientCredentials",
74
+ "group": "authentication",
75
+ "binding": {
76
+ "name": "authentication.type",
77
+ "type": "zeebe:property"
78
+ },
79
+ "type": "Dropdown",
80
+ "choices": [
81
+ {
82
+ "name": "Bearer token",
83
+ "value": "token"
84
+ },
85
+ {
86
+ "name": "Client credentials",
87
+ "value": "clientCredentials"
88
+ },
89
+ {
90
+ "name": "Refresh token",
91
+ "value": "refresh"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "id": "authentication.bearer.token",
97
+ "label": "Bearer token",
98
+ "optional": false,
99
+ "constraints": {
100
+ "notEmpty": true
101
+ },
102
+ "group": "authentication",
103
+ "binding": {
104
+ "name": "authentication.token",
105
+ "type": "zeebe:property"
106
+ },
107
+ "condition": {
108
+ "property": "authentication.type",
109
+ "equals": "token",
110
+ "type": "simple"
111
+ },
112
+ "type": "String"
113
+ },
114
+ {
115
+ "id": "authentication.credentials.clientId",
116
+ "label": "Client ID",
117
+ "description": "The client ID of the application",
118
+ "optional": false,
119
+ "constraints": {
120
+ "notEmpty": true
121
+ },
122
+ "feel": "optional",
123
+ "group": "authentication",
124
+ "binding": {
125
+ "name": "authentication.clientId",
126
+ "type": "zeebe:property"
127
+ },
128
+ "condition": {
129
+ "property": "authentication.type",
130
+ "equals": "clientCredentials",
131
+ "type": "simple"
132
+ },
133
+ "type": "String"
134
+ },
135
+ {
136
+ "id": "authentication.credentials.tenantId",
62
137
  "label": "Tenant ID",
138
+ "description": "The tenant ID of the application",
63
139
  "optional": false,
64
140
  "constraints": {
65
141
  "notEmpty": true
@@ -70,12 +146,58 @@
70
146
  "name": "authentication.tenantId",
71
147
  "type": "zeebe:property"
72
148
  },
73
- "tooltip": "Your Microsoft Entra (Azure AD) tenant ID. Find this in Azure Portal → Microsoft Entra ID → Overview. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#authentication\" target=\"_blank\">Learn more</a>",
149
+ "condition": {
150
+ "property": "authentication.type",
151
+ "equals": "clientCredentials",
152
+ "type": "simple"
153
+ },
74
154
  "type": "String"
75
155
  },
76
156
  {
77
- "id": "authentication.clientId",
157
+ "id": "authentication.credentials.clientSecret",
158
+ "label": "Client secret",
159
+ "description": "The secret value of the Azure AD application",
160
+ "optional": false,
161
+ "constraints": {
162
+ "notEmpty": true
163
+ },
164
+ "feel": "optional",
165
+ "group": "authentication",
166
+ "binding": {
167
+ "name": "authentication.clientSecret",
168
+ "type": "zeebe:property"
169
+ },
170
+ "condition": {
171
+ "property": "authentication.type",
172
+ "equals": "clientCredentials",
173
+ "type": "simple"
174
+ },
175
+ "type": "String"
176
+ },
177
+ {
178
+ "id": "authentication.refresh.token",
179
+ "label": "Refresh token",
180
+ "optional": false,
181
+ "constraints": {
182
+ "notEmpty": true
183
+ },
184
+ "feel": "optional",
185
+ "group": "authentication",
186
+ "binding": {
187
+ "name": "authentication.token",
188
+ "type": "zeebe:property"
189
+ },
190
+ "condition": {
191
+ "property": "authentication.type",
192
+ "equals": "refresh",
193
+ "type": "simple"
194
+ },
195
+ "type": "String"
196
+ },
197
+ {
198
+ "id": "authentication.refresh.clientId",
78
199
  "label": "Client ID",
200
+ "description": "The client ID of the application",
79
201
  "optional": false,
80
202
  "constraints": {
81
203
  "notEmpty": true
@@ -86,23 +208,50 @@
86
208
  "name": "authentication.clientId",
87
209
  "type": "zeebe:property"
88
210
  },
89
- "tooltip": "The application (client) ID from your app registration. Find this in Azure Portal → App registrations → Your app → Overview. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#authentication\" target=\"_blank\">Learn more</a>",
211
+ "condition": {
212
+ "property": "authentication.type",
213
+ "equals": "refresh",
214
+ "type": "simple"
215
+ },
90
216
  "type": "String"
91
217
  },
92
218
  {
93
- "id": "authentication.clientSecret",
94
- "label": "Client Secret",
219
+ "id": "authentication.refresh.tenantId",
220
+ "label": "Tenant ID",
221
+ "description": "The tenant ID of the application",
95
222
  "optional": false,
96
223
  "constraints": {
97
224
  "notEmpty": true
98
225
  },
99
226
  "feel": "optional",
100
227
  "group": "authentication",
228
+ "binding": {
229
+ "name": "authentication.tenantId",
230
+ "type": "zeebe:property"
231
+ },
232
+ "condition": {
233
+ "property": "authentication.type",
234
+ "equals": "refresh",
235
+ "type": "simple"
236
+ },
237
+ "type": "String"
238
+ },
239
+ {
240
+ "id": "authentication.refresh.clientSecret",
241
+ "label": "Client secret",
242
+ "description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
243
+ "optional": true,
244
+ "feel": "optional",
245
+ "group": "authentication",
101
246
  "binding": {
102
247
  "name": "authentication.clientSecret",
103
248
  "type": "zeebe:property"
104
249
  },
105
- "tooltip": "The client secret value from your app registration. Create this in Azure Portal → App registrations → Your app → Certificates & secrets. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#authentication\" target=\"_blank\">Learn more</a>",
250
+ "condition": {
251
+ "property": "authentication.type",
252
+ "equals": "refresh",
253
+ "type": "simple"
254
+ },
106
255
  "type": "String"
107
256
  },
108
257
  {
@@ -506,20 +655,23 @@
506
655
  },
507
656
  {
508
657
  "id": "messageNameUuid",
658
+ "label": "Message name",
509
659
  "generatedValue": {
510
660
  "type": "uuid"
511
661
  },
662
+ "feel": "optional",
512
663
  "group": "correlation",
513
664
  "binding": {
514
665
  "name": "name",
515
666
  "type": "bpmn:Message#property"
516
667
  },
517
- "type": "Hidden"
668
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
669
+ "type": "String"
518
670
  },
519
671
  {
520
672
  "id": "resultVariable",
521
673
  "label": "Result variable",
522
- "description": "Name of variable to store the response in",
674
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
523
675
  "group": "output",
524
676
  "binding": {
525
677
  "name": "resultVariable",
@@ -530,7 +682,7 @@
530
682
  {
531
683
  "id": "resultExpression",
532
684
  "label": "Result expression",
533
- "description": "Expression to map the response into process variables",
685
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
534
686
  "feel": "required",
535
687
  "group": "output",
536
688
  "binding": {