@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.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,12 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"engines": {
|
|
8
|
-
"camunda": "^8.3"
|
|
9
|
-
},
|
|
6
|
+
"version": 2,
|
|
10
7
|
"description": "Receive incoming message with Twilio service",
|
|
11
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
12
9
|
"category": {
|
|
13
10
|
"id": "connectors",
|
|
14
11
|
"name": "Connectors"
|
|
@@ -110,7 +107,7 @@
|
|
|
110
107
|
"id": "shouldValidateHmac",
|
|
111
108
|
"label": "HMAC authentication",
|
|
112
109
|
"group": "endpoint",
|
|
113
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
110
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
114
111
|
"value": "disabled",
|
|
115
112
|
"type": "Dropdown",
|
|
116
113
|
"choices": [
|
|
@@ -208,18 +205,6 @@
|
|
|
208
205
|
"notEmpty": true
|
|
209
206
|
}
|
|
210
207
|
},
|
|
211
|
-
{
|
|
212
|
-
"label": "Message ID expression",
|
|
213
|
-
"feel": "required",
|
|
214
|
-
"type": "String",
|
|
215
|
-
"optional": true,
|
|
216
|
-
"group": "activation",
|
|
217
|
-
"binding": {
|
|
218
|
-
"type": "zeebe:property",
|
|
219
|
-
"name": "messageIdExpression"
|
|
220
|
-
},
|
|
221
|
-
"description": "Expression to extract unique identifier of a message"
|
|
222
|
-
},
|
|
223
208
|
{
|
|
224
209
|
"label": "Condition",
|
|
225
210
|
"type": "String",
|
|
@@ -230,7 +215,7 @@
|
|
|
230
215
|
"type": "zeebe:property",
|
|
231
216
|
"name": "inbound.activationCondition"
|
|
232
217
|
},
|
|
233
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
218
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
234
219
|
},
|
|
235
220
|
{
|
|
236
221
|
"label": "Result variable",
|
|
@@ -258,15 +243,18 @@
|
|
|
258
243
|
],
|
|
259
244
|
"icon": {
|
|
260
245
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
246
|
+
},
|
|
247
|
+
"engines": {
|
|
248
|
+
"camunda": "^8.2"
|
|
261
249
|
}
|
|
262
250
|
},
|
|
263
251
|
{
|
|
264
252
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
265
|
-
"name": "Twilio
|
|
253
|
+
"name": "Twilio connector",
|
|
266
254
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
267
|
-
"version":
|
|
255
|
+
"version": 1,
|
|
268
256
|
"description": "Receive incoming message with Twilio service",
|
|
269
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
257
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/",
|
|
270
258
|
"category": {
|
|
271
259
|
"id": "connectors",
|
|
272
260
|
"name": "Connectors"
|
|
@@ -368,7 +356,7 @@
|
|
|
368
356
|
"id": "shouldValidateHmac",
|
|
369
357
|
"label": "HMAC authentication",
|
|
370
358
|
"group": "endpoint",
|
|
371
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
359
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
372
360
|
"value": "disabled",
|
|
373
361
|
"type": "Dropdown",
|
|
374
362
|
"choices": [
|
|
@@ -466,18 +454,6 @@
|
|
|
466
454
|
"notEmpty": true
|
|
467
455
|
}
|
|
468
456
|
},
|
|
469
|
-
{
|
|
470
|
-
"label": "Message ID expression",
|
|
471
|
-
"feel": "required",
|
|
472
|
-
"type": "String",
|
|
473
|
-
"optional": true,
|
|
474
|
-
"group": "activation",
|
|
475
|
-
"binding": {
|
|
476
|
-
"type": "zeebe:property",
|
|
477
|
-
"name": "messageIdExpression"
|
|
478
|
-
},
|
|
479
|
-
"description": "Expression to extract unique identifier of a message"
|
|
480
|
-
},
|
|
481
457
|
{
|
|
482
458
|
"label": "Condition",
|
|
483
459
|
"type": "String",
|
|
@@ -488,7 +464,7 @@
|
|
|
488
464
|
"type": "zeebe:property",
|
|
489
465
|
"name": "inbound.activationCondition"
|
|
490
466
|
},
|
|
491
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
467
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio-webhook/#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
492
468
|
},
|
|
493
469
|
{
|
|
494
470
|
"label": "Result variable",
|
|
@@ -518,16 +494,16 @@
|
|
|
518
494
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
519
495
|
},
|
|
520
496
|
"engines": {
|
|
521
|
-
"camunda": "^8.
|
|
497
|
+
"camunda": "^8.2"
|
|
522
498
|
}
|
|
523
499
|
},
|
|
524
500
|
{
|
|
525
501
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
526
502
|
"name": "Twilio Intermediate Catch Event Connector",
|
|
527
503
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
528
|
-
"version":
|
|
504
|
+
"version": 3,
|
|
529
505
|
"description": "Receive incoming message with Twilio service",
|
|
530
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
506
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
531
507
|
"category": {
|
|
532
508
|
"id": "connectors",
|
|
533
509
|
"name": "Connectors"
|
|
@@ -629,7 +605,7 @@
|
|
|
629
605
|
"id": "shouldValidateHmac",
|
|
630
606
|
"label": "HMAC authentication",
|
|
631
607
|
"group": "endpoint",
|
|
632
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
608
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
633
609
|
"value": "disabled",
|
|
634
610
|
"type": "Dropdown",
|
|
635
611
|
"choices": [
|
|
@@ -727,6 +703,18 @@
|
|
|
727
703
|
"notEmpty": true
|
|
728
704
|
}
|
|
729
705
|
},
|
|
706
|
+
{
|
|
707
|
+
"label": "Message ID expression",
|
|
708
|
+
"feel": "required",
|
|
709
|
+
"type": "String",
|
|
710
|
+
"optional": true,
|
|
711
|
+
"group": "activation",
|
|
712
|
+
"binding": {
|
|
713
|
+
"type": "zeebe:property",
|
|
714
|
+
"name": "messageIdExpression"
|
|
715
|
+
},
|
|
716
|
+
"description": "Expression to extract unique identifier of a message"
|
|
717
|
+
},
|
|
730
718
|
{
|
|
731
719
|
"label": "Condition",
|
|
732
720
|
"type": "String",
|
|
@@ -737,7 +725,7 @@
|
|
|
737
725
|
"type": "zeebe:property",
|
|
738
726
|
"name": "inbound.activationCondition"
|
|
739
727
|
},
|
|
740
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
728
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
741
729
|
},
|
|
742
730
|
{
|
|
743
731
|
"label": "Result variable",
|
|
@@ -767,16 +755,19 @@
|
|
|
767
755
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
768
756
|
},
|
|
769
757
|
"engines": {
|
|
770
|
-
"camunda": "^8.
|
|
758
|
+
"camunda": "^8.4"
|
|
771
759
|
}
|
|
772
760
|
},
|
|
773
761
|
{
|
|
774
762
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
775
|
-
"name": "Twilio
|
|
763
|
+
"name": "Twilio Intermediate Catch Event Connector",
|
|
776
764
|
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
777
|
-
"version":
|
|
765
|
+
"version": 4,
|
|
766
|
+
"engines": {
|
|
767
|
+
"camunda": "^8.3"
|
|
768
|
+
},
|
|
778
769
|
"description": "Receive incoming message with Twilio service",
|
|
779
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
770
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
780
771
|
"category": {
|
|
781
772
|
"id": "connectors",
|
|
782
773
|
"name": "Connectors"
|
|
@@ -878,7 +869,7 @@
|
|
|
878
869
|
"id": "shouldValidateHmac",
|
|
879
870
|
"label": "HMAC authentication",
|
|
880
871
|
"group": "endpoint",
|
|
881
|
-
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
872
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
882
873
|
"value": "disabled",
|
|
883
874
|
"type": "Dropdown",
|
|
884
875
|
"choices": [
|
|
@@ -976,6 +967,18 @@
|
|
|
976
967
|
"notEmpty": true
|
|
977
968
|
}
|
|
978
969
|
},
|
|
970
|
+
{
|
|
971
|
+
"label": "Message ID expression",
|
|
972
|
+
"feel": "required",
|
|
973
|
+
"type": "String",
|
|
974
|
+
"optional": true,
|
|
975
|
+
"group": "activation",
|
|
976
|
+
"binding": {
|
|
977
|
+
"type": "zeebe:property",
|
|
978
|
+
"name": "messageIdExpression"
|
|
979
|
+
},
|
|
980
|
+
"description": "Expression to extract unique identifier of a message"
|
|
981
|
+
},
|
|
979
982
|
{
|
|
980
983
|
"label": "Condition",
|
|
981
984
|
"type": "String",
|
|
@@ -986,7 +989,7 @@
|
|
|
986
989
|
"type": "zeebe:property",
|
|
987
990
|
"name": "inbound.activationCondition"
|
|
988
991
|
},
|
|
989
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio
|
|
992
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
990
993
|
},
|
|
991
994
|
{
|
|
992
995
|
"label": "Result variable",
|
|
@@ -1014,9 +1017,6 @@
|
|
|
1014
1017
|
],
|
|
1015
1018
|
"icon": {
|
|
1016
1019
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
1017
|
-
},
|
|
1018
|
-
"engines": {
|
|
1019
|
-
"camunda": "^8.2"
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
]
|
|
@@ -3,10 +3,7 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Twilio Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.TwilioWebhookMessageStart.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"engines": {
|
|
8
|
-
"camunda": "^8.4"
|
|
9
|
-
},
|
|
6
|
+
"version": 1,
|
|
10
7
|
"description": "Receive incoming message with Twilio service",
|
|
11
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
12
9
|
"category": {
|
|
@@ -291,13 +288,19 @@
|
|
|
291
288
|
],
|
|
292
289
|
"icon": {
|
|
293
290
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
291
|
+
},
|
|
292
|
+
"engines": {
|
|
293
|
+
"camunda": "^8.4"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
298
298
|
"name": "Twilio Message Start Event Connector",
|
|
299
299
|
"id": "io.camunda.connectors.TwilioWebhookMessageStart.v1",
|
|
300
|
-
"version":
|
|
300
|
+
"version": 2,
|
|
301
|
+
"engines": {
|
|
302
|
+
"camunda": "^8.4"
|
|
303
|
+
},
|
|
301
304
|
"description": "Receive incoming message with Twilio service",
|
|
302
305
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
303
306
|
"category": {
|
|
@@ -582,9 +585,6 @@
|
|
|
582
585
|
],
|
|
583
586
|
"icon": {
|
|
584
587
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
585
|
-
},
|
|
586
|
-
"engines": {
|
|
587
|
-
"camunda": "^8.4"
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
590
|
]
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Twilio Receive Task Connector",
|
|
5
|
+
"id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
|
|
6
|
+
"version": 4,
|
|
7
|
+
"engines": {
|
|
8
|
+
"camunda": "^8.3"
|
|
9
|
+
},
|
|
10
|
+
"description": "Receive incoming message with Twilio service",
|
|
11
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:ReceiveTask"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:ReceiveTask"
|
|
19
|
+
},
|
|
20
|
+
"groups": [
|
|
21
|
+
{
|
|
22
|
+
"id": "endpoint",
|
|
23
|
+
"label": "Webhook Configuration"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "activation",
|
|
27
|
+
"label": "Activation"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "variable-mapping",
|
|
31
|
+
"label": "Variable Mapping"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"properties": [
|
|
35
|
+
{
|
|
36
|
+
"type": "Hidden",
|
|
37
|
+
"value": "io.camunda:webhook:1",
|
|
38
|
+
"binding": {
|
|
39
|
+
"type": "zeebe:property",
|
|
40
|
+
"name": "inbound.type"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "Hidden",
|
|
45
|
+
"generatedValue": {
|
|
46
|
+
"type": "uuid"
|
|
47
|
+
},
|
|
48
|
+
"binding": {
|
|
49
|
+
"type": "bpmn:Message#property",
|
|
50
|
+
"name": "name"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "webhookMethod",
|
|
55
|
+
"label": "Webhook method",
|
|
56
|
+
"group": "endpoint",
|
|
57
|
+
"description": "Select HTTP method",
|
|
58
|
+
"value": "any",
|
|
59
|
+
"type": "Dropdown",
|
|
60
|
+
"choices": [
|
|
61
|
+
{
|
|
62
|
+
"name": "Any",
|
|
63
|
+
"value": "any"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "Get",
|
|
67
|
+
"value": "get"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Post",
|
|
71
|
+
"value": "post"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"binding": {
|
|
75
|
+
"type": "zeebe:property",
|
|
76
|
+
"name": "inbound.method"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"label": "Webhook ID",
|
|
81
|
+
"type": "String",
|
|
82
|
+
"group": "endpoint",
|
|
83
|
+
"binding": {
|
|
84
|
+
"type": "zeebe:property",
|
|
85
|
+
"name": "inbound.context"
|
|
86
|
+
},
|
|
87
|
+
"description": "The webhook ID is a part of the URL",
|
|
88
|
+
"constraints": {
|
|
89
|
+
"notEmpty": true
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "Hidden",
|
|
94
|
+
"value": "ConfigurableInboundWebhook",
|
|
95
|
+
"binding": {
|
|
96
|
+
"type": "zeebe:property",
|
|
97
|
+
"name": "inbound.subtype"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"type": "Hidden",
|
|
102
|
+
"group": "endpoint",
|
|
103
|
+
"binding": {
|
|
104
|
+
"type": "zeebe:property",
|
|
105
|
+
"name": "inbound.context"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": "shouldValidateHmac",
|
|
110
|
+
"label": "HMAC authentication",
|
|
111
|
+
"group": "endpoint",
|
|
112
|
+
"description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
|
|
113
|
+
"value": "disabled",
|
|
114
|
+
"type": "Dropdown",
|
|
115
|
+
"choices": [
|
|
116
|
+
{
|
|
117
|
+
"name": "Enabled",
|
|
118
|
+
"value": "enabled"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "Disabled",
|
|
122
|
+
"value": "disabled"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"binding": {
|
|
126
|
+
"type": "zeebe:property",
|
|
127
|
+
"name": "inbound.shouldValidateHmac"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"label": "HMAC secret key",
|
|
132
|
+
"description": "Shared secret key",
|
|
133
|
+
"type": "String",
|
|
134
|
+
"group": "endpoint",
|
|
135
|
+
"optional": true,
|
|
136
|
+
"binding": {
|
|
137
|
+
"type": "zeebe:property",
|
|
138
|
+
"name": "inbound.hmacSecret"
|
|
139
|
+
},
|
|
140
|
+
"condition": {
|
|
141
|
+
"property": "shouldValidateHmac",
|
|
142
|
+
"equals": "enabled"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"type": "Hidden",
|
|
147
|
+
"value": "x-twilio-signature",
|
|
148
|
+
"binding": {
|
|
149
|
+
"type": "zeebe:property",
|
|
150
|
+
"name": "inbound.hmacHeader"
|
|
151
|
+
},
|
|
152
|
+
"condition": {
|
|
153
|
+
"property": "shouldValidateHmac",
|
|
154
|
+
"equals": "enabled"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "Hidden",
|
|
159
|
+
"value": "=[\"url\",\"body\",\"parameters\"]",
|
|
160
|
+
"binding": {
|
|
161
|
+
"type": "zeebe:property",
|
|
162
|
+
"name": "inbound.hmacScopes"
|
|
163
|
+
},
|
|
164
|
+
"condition": {
|
|
165
|
+
"property": "shouldValidateHmac",
|
|
166
|
+
"equals": "enabled"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"group": "endpoint",
|
|
171
|
+
"value": "sha_1",
|
|
172
|
+
"type": "Hidden",
|
|
173
|
+
"binding": {
|
|
174
|
+
"type": "zeebe:property",
|
|
175
|
+
"name": "inbound.hmacAlgorithm"
|
|
176
|
+
},
|
|
177
|
+
"condition": {
|
|
178
|
+
"property": "shouldValidateHmac",
|
|
179
|
+
"equals": "enabled"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"label": "Correlation key (process)",
|
|
184
|
+
"type": "String",
|
|
185
|
+
"group": "activation",
|
|
186
|
+
"feel": "required",
|
|
187
|
+
"description": "Sets up the correlation key from process variables",
|
|
188
|
+
"binding": {
|
|
189
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
190
|
+
"name": "correlationKey"
|
|
191
|
+
},
|
|
192
|
+
"constraints": {
|
|
193
|
+
"notEmpty": true
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"label": "Correlation key (payload)",
|
|
198
|
+
"type": "String",
|
|
199
|
+
"group": "activation",
|
|
200
|
+
"feel": "required",
|
|
201
|
+
"binding": {
|
|
202
|
+
"type": "zeebe:property",
|
|
203
|
+
"name": "correlationKeyExpression"
|
|
204
|
+
},
|
|
205
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
206
|
+
"constraints": {
|
|
207
|
+
"notEmpty": true
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"label": "Message ID expression",
|
|
212
|
+
"feel": "required",
|
|
213
|
+
"type": "String",
|
|
214
|
+
"optional": true,
|
|
215
|
+
"group": "activation",
|
|
216
|
+
"binding": {
|
|
217
|
+
"type": "zeebe:property",
|
|
218
|
+
"name": "messageIdExpression"
|
|
219
|
+
},
|
|
220
|
+
"description": "Expression to extract unique identifier of a message"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"label": "Condition",
|
|
224
|
+
"type": "String",
|
|
225
|
+
"group": "activation",
|
|
226
|
+
"feel": "required",
|
|
227
|
+
"optional": true,
|
|
228
|
+
"binding": {
|
|
229
|
+
"type": "zeebe:property",
|
|
230
|
+
"name": "inbound.activationCondition"
|
|
231
|
+
},
|
|
232
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound#make-your-twilio-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"label": "Result variable",
|
|
236
|
+
"type": "String",
|
|
237
|
+
"group": "variable-mapping",
|
|
238
|
+
"optional": true,
|
|
239
|
+
"binding": {
|
|
240
|
+
"type": "zeebe:property",
|
|
241
|
+
"name": "resultVariable"
|
|
242
|
+
},
|
|
243
|
+
"description": "Name of variable to store the result of the connector in"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"label": "Result expression",
|
|
247
|
+
"type": "String",
|
|
248
|
+
"group": "variable-mapping",
|
|
249
|
+
"feel": "required",
|
|
250
|
+
"optional": true,
|
|
251
|
+
"binding": {
|
|
252
|
+
"type": "zeebe:property",
|
|
253
|
+
"name": "resultExpression"
|
|
254
|
+
},
|
|
255
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"icon": {
|
|
259
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
]
|