@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  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 +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  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 +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -302,6 +302,15 @@
302
302
  "camunda": "^8.4"
303
303
  },
304
304
  "description": "Receive incoming message with Twilio service",
305
+ "keywords": [
306
+ "SMS received",
307
+ "receive SMS",
308
+ "incoming SMS",
309
+ "phone event",
310
+ "text message received",
311
+ "webhook",
312
+ "inbound message"
313
+ ],
305
314
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
306
315
  "category": {
307
316
  "id": "connectors",
@@ -586,5 +595,308 @@
586
595
  "icon": {
587
596
  "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"
588
597
  }
598
+ },
599
+ {
600
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
601
+ "name": "Twilio Message Start Event Connector",
602
+ "id": "io.camunda.connectors.TwilioWebhookMessageStart.v1",
603
+ "version": 3,
604
+ "engines": {
605
+ "camunda": "^8.4"
606
+ },
607
+ "description": "Receive incoming message with Twilio service",
608
+ "keywords": [
609
+ "SMS received",
610
+ "receive SMS",
611
+ "incoming SMS",
612
+ "phone event",
613
+ "text message received",
614
+ "webhook",
615
+ "inbound message"
616
+ ],
617
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
618
+ "category": {
619
+ "id": "connectors",
620
+ "name": "Connectors"
621
+ },
622
+ "appliesTo": ["bpmn:StartEvent"],
623
+ "elementType": {
624
+ "value": "bpmn:StartEvent",
625
+ "eventDefinition": "bpmn:MessageEventDefinition"
626
+ },
627
+ "groups": [
628
+ {
629
+ "id": "endpoint",
630
+ "label": "Webhook configuration"
631
+ },
632
+ {
633
+ "id": "activation",
634
+ "label": "Activation"
635
+ },
636
+ {
637
+ "id": "correlation",
638
+ "label": "Subprocess correlation"
639
+ },
640
+ {
641
+ "id": "variable-mapping",
642
+ "label": "Variable mapping"
643
+ }
644
+ ],
645
+ "properties": [
646
+ {
647
+ "type": "Hidden",
648
+ "value": "io.camunda:webhook:1",
649
+ "binding": {
650
+ "type": "zeebe:property",
651
+ "name": "inbound.type"
652
+ }
653
+ },
654
+ {
655
+ "type": "Hidden",
656
+ "generatedValue": {
657
+ "type": "uuid"
658
+ },
659
+ "binding": {
660
+ "type": "bpmn:Message#property",
661
+ "name": "name"
662
+ }
663
+ },
664
+ {
665
+ "id": "webhookMethod",
666
+ "label": "Webhook method",
667
+ "group": "endpoint",
668
+ "description": "Select HTTP method",
669
+ "value": "any",
670
+ "type": "Dropdown",
671
+ "choices": [
672
+ {
673
+ "name": "Any",
674
+ "value": "any"
675
+ },
676
+ {
677
+ "name": "Get",
678
+ "value": "get"
679
+ },
680
+ {
681
+ "name": "Post",
682
+ "value": "post"
683
+ }
684
+ ],
685
+ "binding": {
686
+ "type": "zeebe:property",
687
+ "name": "inbound.method"
688
+ }
689
+ },
690
+ {
691
+ "label": "Webhook ID",
692
+ "type": "String",
693
+ "group": "endpoint",
694
+ "binding": {
695
+ "type": "zeebe:property",
696
+ "name": "inbound.context"
697
+ },
698
+ "description": "The webhook ID is a part of the URL",
699
+ "constraints": {
700
+ "notEmpty": true
701
+ }
702
+ },
703
+ {
704
+ "type": "Hidden",
705
+ "value": "ConfigurableInboundWebhook",
706
+ "binding": {
707
+ "type": "zeebe:property",
708
+ "name": "inbound.subtype"
709
+ }
710
+ },
711
+ {
712
+ "id": "shouldValidateHmac",
713
+ "label": "HMAC authentication",
714
+ "group": "endpoint",
715
+ "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",
716
+ "value": "disabled",
717
+ "type": "Dropdown",
718
+ "choices": [
719
+ {
720
+ "name": "Enabled",
721
+ "value": "enabled"
722
+ },
723
+ {
724
+ "name": "Disabled",
725
+ "value": "disabled"
726
+ }
727
+ ],
728
+ "binding": {
729
+ "type": "zeebe:property",
730
+ "name": "inbound.shouldValidateHmac"
731
+ }
732
+ },
733
+ {
734
+ "type": "Hidden",
735
+ "value": "=[\"url\",\"body\",\"parameters\"]",
736
+ "binding": {
737
+ "type": "zeebe:property",
738
+ "name": "inbound.hmacScopes"
739
+ },
740
+ "condition": {
741
+ "property": "shouldValidateHmac",
742
+ "equals": "enabled"
743
+ }
744
+ },
745
+ {
746
+ "label": "HMAC secret key",
747
+ "description": "Shared secret key",
748
+ "type": "String",
749
+ "group": "endpoint",
750
+ "optional": true,
751
+ "binding": {
752
+ "type": "zeebe:property",
753
+ "name": "inbound.hmacSecret"
754
+ },
755
+ "condition": {
756
+ "property": "shouldValidateHmac",
757
+ "equals": "enabled"
758
+ }
759
+ },
760
+ {
761
+ "type": "Hidden",
762
+ "value": "x-twilio-signature",
763
+ "binding": {
764
+ "type": "zeebe:property",
765
+ "name": "inbound.hmacHeader"
766
+ },
767
+ "condition": {
768
+ "property": "shouldValidateHmac",
769
+ "equals": "enabled"
770
+ }
771
+ },
772
+ {
773
+ "value": "sha_1",
774
+ "type": "Hidden",
775
+ "binding": {
776
+ "type": "zeebe:property",
777
+ "name": "inbound.hmacAlgorithm"
778
+ },
779
+ "condition": {
780
+ "property": "shouldValidateHmac",
781
+ "equals": "enabled"
782
+ }
783
+ },
784
+ {
785
+ "type": "Hidden",
786
+ "group": "endpoint",
787
+ "binding": {
788
+ "type": "zeebe:property",
789
+ "name": "inbound.context"
790
+ }
791
+ },
792
+ {
793
+ "label": "Message ID expression",
794
+ "feel": "required",
795
+ "type": "String",
796
+ "optional": true,
797
+ "group": "activation",
798
+ "binding": {
799
+ "type": "zeebe:property",
800
+ "name": "messageIdExpression"
801
+ },
802
+ "description": "Expression to extract unique identifier of a message"
803
+ },
804
+ {
805
+ "label": "Condition",
806
+ "type": "String",
807
+ "group": "activation",
808
+ "feel": "required",
809
+ "optional": true,
810
+ "binding": {
811
+ "type": "zeebe:property",
812
+ "name": "activationCondition"
813
+ },
814
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
815
+ },
816
+ {
817
+ "label": "Correlation required",
818
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
819
+ "id": "correlationRequired",
820
+ "group": "correlation",
821
+ "type": "Dropdown",
822
+ "value": "notRequired",
823
+ "choices": [
824
+ {
825
+ "name": "Correlation not required",
826
+ "value": "notRequired"
827
+ },
828
+ {
829
+ "name": "Correlation required",
830
+ "value": "required"
831
+ }
832
+ ],
833
+ "binding": {
834
+ "type": "zeebe:property",
835
+ "name": "correlationRequired"
836
+ }
837
+ },
838
+ {
839
+ "label": "Correlation key (process)",
840
+ "type": "String",
841
+ "group": "correlation",
842
+ "feel": "required",
843
+ "description": "Sets up the correlation key from process variables",
844
+ "binding": {
845
+ "type": "bpmn:Message#zeebe:subscription#property",
846
+ "name": "correlationKey"
847
+ },
848
+ "constraints": {
849
+ "notEmpty": true
850
+ },
851
+ "condition": {
852
+ "property": "correlationRequired",
853
+ "equals": "required"
854
+ }
855
+ },
856
+ {
857
+ "label": "Correlation key (payload)",
858
+ "type": "String",
859
+ "group": "correlation",
860
+ "feel": "required",
861
+ "binding": {
862
+ "type": "zeebe:property",
863
+ "name": "correlationKeyExpression"
864
+ },
865
+ "description": "Extracts the correlation key from the incoming message payload",
866
+ "constraints": {
867
+ "notEmpty": true
868
+ },
869
+ "condition": {
870
+ "property": "correlationRequired",
871
+ "equals": "required"
872
+ }
873
+ },
874
+ {
875
+ "label": "Result variable",
876
+ "type": "String",
877
+ "group": "variable-mapping",
878
+ "optional": true,
879
+ "binding": {
880
+ "type": "zeebe:property",
881
+ "name": "resultVariable"
882
+ },
883
+ "description": "Name of variable to store the result of the connector in"
884
+ },
885
+ {
886
+ "label": "Result expression",
887
+ "type": "String",
888
+ "group": "variable-mapping",
889
+ "feel": "required",
890
+ "optional": true,
891
+ "binding": {
892
+ "type": "zeebe:property",
893
+ "name": "resultExpression"
894
+ },
895
+ "description": "Expression to map the inbound payload to process variables"
896
+ }
897
+ ],
898
+ "icon": {
899
+ "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"
900
+ }
589
901
  }
590
902
  ]
@@ -2,12 +2,21 @@
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Twilio Receive Task Connector",
5
- "id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
6
- "version": 4,
5
+ "id": "io.camunda.connectors.Twilio.Webhook.Receive.v1",
6
+ "version": 1,
7
7
  "engines": {
8
8
  "camunda": "^8.3"
9
9
  },
10
10
  "description": "Receive incoming message with Twilio service",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
11
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
12
21
  "category": {
13
22
  "id": "connectors",