@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -574,9 +574,9 @@
574
574
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
575
575
  "name": "Webhook Message Start Event Connector",
576
576
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
577
+ "version": 2,
577
578
  "description": "Configure webhook to receive callbacks",
578
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
579
- "version": 11,
579
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
580
580
  "category": {
581
581
  "id": "connectors",
582
582
  "name": "Connectors"
@@ -599,44 +599,56 @@
599
599
  "id": "authorization",
600
600
  "label": "Authorization"
601
601
  },
602
- {
603
- "id": "webhookResponse",
604
- "label": "Webhook response"
605
- },
606
602
  {
607
603
  "id": "activation",
608
604
  "label": "Activation"
609
605
  },
610
606
  {
611
607
  "id": "correlation",
612
- "label": "Correlation",
613
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
608
+ "label": "Subprocess correlation"
614
609
  },
615
610
  {
616
- "id": "output",
617
- "label": "Output mapping"
611
+ "id": "variable-mapping",
612
+ "label": "Variable mapping"
613
+ },
614
+ {
615
+ "id": "webhookResponse",
616
+ "label": "Webhook response"
618
617
  }
619
618
  ],
620
619
  "properties": [
621
620
  {
621
+ "type": "Hidden",
622
622
  "value": "io.camunda:webhook:1",
623
623
  "binding": {
624
- "name": "inbound.type",
625
- "type": "zeebe:property"
624
+ "type": "zeebe:property",
625
+ "name": "inbound.type"
626
+ }
627
+ },
628
+ {
629
+ "type": "Hidden",
630
+ "generatedValue": {
631
+ "type": "uuid"
626
632
  },
627
- "type": "Hidden"
633
+ "binding": {
634
+ "type": "bpmn:Message#property",
635
+ "name": "name"
636
+ }
628
637
  },
629
638
  {
630
- "id": "inbound.method",
639
+ "type": "Hidden",
640
+ "value": "ConfigurableInboundWebhook",
641
+ "binding": {
642
+ "type": "zeebe:property",
643
+ "name": "inbound.subtype"
644
+ }
645
+ },
646
+ {
647
+ "id": "webhookMethod",
631
648
  "label": "Webhook method",
649
+ "group": "endpoint",
632
650
  "description": "Select HTTP method",
633
- "optional": false,
634
651
  "value": "any",
635
- "group": "endpoint",
636
- "binding": {
637
- "name": "inbound.method",
638
- "type": "zeebe:property"
639
- },
640
652
  "type": "Dropdown",
641
653
  "choices": [
642
654
  {
@@ -644,53 +656,46 @@
644
656
  "value": "any"
645
657
  },
646
658
  {
647
- "name": "GET",
659
+ "name": "Get",
648
660
  "value": "get"
649
661
  },
650
662
  {
651
- "name": "POST",
663
+ "name": "Post",
652
664
  "value": "post"
653
665
  },
654
666
  {
655
- "name": "PUT",
667
+ "name": "Put",
656
668
  "value": "put"
657
669
  },
658
670
  {
659
- "name": "DELETE",
671
+ "name": "Delete",
660
672
  "value": "delete"
661
673
  }
662
- ]
674
+ ],
675
+ "binding": {
676
+ "type": "zeebe:property",
677
+ "name": "inbound.method"
678
+ }
663
679
  },
664
680
  {
665
- "id": "inbound.context",
666
681
  "label": "Webhook ID",
667
- "description": "The webhook ID is a part of the URL",
668
- "optional": false,
669
- "constraints": {
670
- "notEmpty": true,
671
- "pattern": {
672
- "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
673
- "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
674
- }
675
- },
682
+ "type": "String",
676
683
  "group": "endpoint",
677
684
  "binding": {
678
- "name": "inbound.context",
679
- "type": "zeebe:property"
685
+ "type": "zeebe:property",
686
+ "name": "inbound.context"
680
687
  },
681
- "type": "String"
688
+ "description": "The webhook ID is a part of the URL",
689
+ "constraints": {
690
+ "notEmpty": true
691
+ }
682
692
  },
683
693
  {
684
- "id": "inbound.shouldValidateHmac",
694
+ "id": "shouldValidateHmac",
685
695
  "label": "HMAC authentication",
686
- "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",
687
- "optional": false,
688
- "value": "disabled",
689
696
  "group": "authentication",
690
- "binding": {
691
- "name": "inbound.shouldValidateHmac",
692
- "type": "zeebe:property"
693
- },
697
+ "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",
698
+ "value": "disabled",
694
699
  "type": "Dropdown",
695
700
  "choices": [
696
701
  {
@@ -701,60 +706,47 @@
701
706
  "name": "Disabled",
702
707
  "value": "disabled"
703
708
  }
704
- ]
709
+ ],
710
+ "binding": {
711
+ "type": "zeebe:property",
712
+ "name": "inbound.shouldValidateHmac"
713
+ }
705
714
  },
706
715
  {
707
- "id": "inbound.hmacSecret",
708
716
  "label": "HMAC secret key",
709
717
  "description": "Shared secret key",
710
- "optional": true,
711
- "feel": "optional",
718
+ "type": "String",
712
719
  "group": "authentication",
720
+ "optional": true,
713
721
  "binding": {
714
- "name": "inbound.hmacSecret",
715
- "type": "zeebe:property"
722
+ "type": "zeebe:property",
723
+ "name": "inbound.hmacSecret"
716
724
  },
717
725
  "condition": {
718
- "property": "inbound.shouldValidateHmac",
719
- "equals": "enabled",
720
- "type": "simple"
721
- },
722
- "type": "String"
726
+ "property": "shouldValidateHmac",
727
+ "equals": "enabled"
728
+ }
723
729
  },
724
730
  {
725
- "id": "inbound.hmacHeader",
726
731
  "label": "HMAC header",
727
732
  "description": "Name of header attribute that will contain the HMAC value",
728
- "optional": true,
729
- "feel": "optional",
733
+ "type": "String",
730
734
  "group": "authentication",
735
+ "optional": true,
731
736
  "binding": {
732
- "name": "inbound.hmacHeader",
733
- "type": "zeebe:property"
737
+ "type": "zeebe:property",
738
+ "name": "inbound.hmacHeader"
734
739
  },
735
740
  "condition": {
736
- "property": "inbound.shouldValidateHmac",
737
- "equals": "enabled",
738
- "type": "simple"
739
- },
740
- "type": "String"
741
+ "property": "shouldValidateHmac",
742
+ "equals": "enabled"
743
+ }
741
744
  },
742
745
  {
743
- "id": "inbound.hmacAlgorithm",
744
746
  "label": "HMAC algorithm",
747
+ "group": "authentication",
745
748
  "description": "Choose HMAC algorithm",
746
- "optional": false,
747
749
  "value": "sha_256",
748
- "group": "authentication",
749
- "binding": {
750
- "name": "inbound.hmacAlgorithm",
751
- "type": "zeebe:property"
752
- },
753
- "condition": {
754
- "property": "inbound.shouldValidateHmac",
755
- "equals": "enabled",
756
- "type": "simple"
757
- },
758
750
  "type": "Dropdown",
759
751
  "choices": [
760
752
  {
@@ -769,248 +761,214 @@
769
761
  "name": "SHA-512",
770
762
  "value": "sha_512"
771
763
  }
772
- ]
764
+ ],
765
+ "binding": {
766
+ "type": "zeebe:property",
767
+ "name": "inbound.hmacAlgorithm"
768
+ },
769
+ "condition": {
770
+ "property": "shouldValidateHmac",
771
+ "equals": "enabled"
772
+ }
773
773
  },
774
774
  {
775
- "id": "inbound.hmacScopes",
776
775
  "label": "HMAC scopes",
777
- "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
778
- "optional": true,
779
- "feel": "required",
780
776
  "group": "authentication",
777
+ "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
778
+ "feel": "required",
779
+ "type": "String",
780
+ "optional": true,
781
781
  "binding": {
782
- "name": "inbound.hmacScopes",
783
- "type": "zeebe:property"
782
+ "type": "zeebe:property",
783
+ "name": "inbound.hmacScopes"
784
784
  },
785
785
  "condition": {
786
- "property": "inbound.shouldValidateHmac",
787
- "equals": "enabled",
788
- "type": "simple"
789
- },
790
- "type": "String"
786
+ "property": "shouldValidateHmac",
787
+ "equals": "enabled"
788
+ }
791
789
  },
792
790
  {
793
- "id": "inbound.auth.type",
791
+ "id": "authorizationType",
794
792
  "label": "Authorization type",
795
- "description": "Choose the authorization type",
796
- "value": "NONE",
797
793
  "group": "authorization",
798
- "binding": {
799
- "name": "inbound.auth.type",
800
- "type": "zeebe:property"
801
- },
794
+ "description": "Choose the authorization type.",
795
+ "value": "NONE",
802
796
  "type": "Dropdown",
803
797
  "choices": [
804
798
  {
805
799
  "name": "None",
806
800
  "value": "NONE"
807
801
  },
802
+ {
803
+ "name": "JWT",
804
+ "value": "JWT"
805
+ },
808
806
  {
809
807
  "name": "Basic",
810
808
  "value": "BASIC"
811
809
  },
812
810
  {
813
- "name": "API key",
811
+ "name": "API Key",
814
812
  "value": "APIKEY"
815
- },
816
- {
817
- "name": "JWT",
818
- "value": "JWT"
819
813
  }
820
- ]
814
+ ],
815
+ "binding": {
816
+ "type": "zeebe:property",
817
+ "name": "inbound.auth.type"
818
+ }
821
819
  },
822
820
  {
823
- "id": "inbound.auth.username",
824
- "label": "Username",
825
- "description": "Username for basic authentication",
826
- "optional": false,
827
- "feel": "optional",
821
+ "label": "JWK url",
822
+ "description": "Well-known url of JWKs",
823
+ "type": "String",
828
824
  "group": "authorization",
825
+ "feel": "optional",
826
+ "optional": true,
829
827
  "binding": {
830
- "name": "inbound.auth.username",
831
- "type": "zeebe:property"
828
+ "type": "zeebe:property",
829
+ "name": "inbound.auth.jwt.jwkUrl"
832
830
  },
833
831
  "condition": {
834
- "property": "inbound.auth.type",
835
- "equals": "BASIC",
836
- "type": "simple"
837
- },
838
- "type": "String"
832
+ "property": "authorizationType",
833
+ "equals": "JWT"
834
+ }
839
835
  },
840
836
  {
841
- "id": "inbound.auth.password",
842
- "label": "Password",
843
- "description": "Password for basic authentication",
844
- "optional": false,
845
- "feel": "optional",
837
+ "label": "JWT role property expression",
838
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
839
+ "type": "String",
846
840
  "group": "authorization",
841
+ "feel": "required",
842
+ "optional": true,
847
843
  "binding": {
848
- "name": "inbound.auth.password",
849
- "type": "zeebe:property"
844
+ "type": "zeebe:property",
845
+ "name": "inbound.auth.jwt.permissionsExpression"
850
846
  },
851
847
  "condition": {
852
- "property": "inbound.auth.type",
853
- "equals": "BASIC",
854
- "type": "simple"
855
- },
856
- "type": "String"
848
+ "property": "authorizationType",
849
+ "equals": "JWT"
850
+ }
857
851
  },
858
852
  {
859
- "id": "inbound.auth.apiKey",
860
- "label": "API key",
861
- "description": "Expected API key",
862
- "optional": false,
863
- "feel": "optional",
864
- "group": "authorization",
853
+ "label": "Required roles",
854
+ "description": "List of roles to test JWT roles against",
855
+ "type": "String",
856
+ "group": "authorization",
857
+ "feel": "required",
858
+ "optional": true,
865
859
  "binding": {
866
- "name": "inbound.auth.apiKey",
867
- "type": "zeebe:property"
860
+ "type": "zeebe:property",
861
+ "name": "inbound.auth.jwt.requiredPermissions"
868
862
  },
869
863
  "condition": {
870
- "property": "inbound.auth.type",
871
- "equals": "APIKEY",
872
- "type": "simple"
873
- },
874
- "type": "String"
864
+ "property": "authorizationType",
865
+ "equals": "JWT"
866
+ }
875
867
  },
876
868
  {
877
- "id": "inbound.auth.apiKeyLocator",
878
- "label": "API key locator",
879
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
880
- "optional": false,
881
- "value": "=split(request.headers.authorization, \" \")[2]",
882
- "constraints": {
883
- "notEmpty": true
884
- },
885
- "feel": "required",
869
+ "label": "Username",
870
+ "description": "Username for basic authentication",
871
+ "type": "String",
886
872
  "group": "authorization",
873
+ "feel": "optional",
887
874
  "binding": {
888
- "name": "inbound.auth.apiKeyLocator",
889
- "type": "zeebe:property"
875
+ "type": "zeebe:property",
876
+ "name": "inbound.auth.username"
890
877
  },
891
878
  "condition": {
892
- "property": "inbound.auth.type",
893
- "equals": "APIKEY",
894
- "type": "simple"
879
+ "property": "authorizationType",
880
+ "equals": "BASIC"
895
881
  },
896
- "type": "String"
882
+ "constraints": {
883
+ "notEmpty": true
884
+ }
897
885
  },
898
886
  {
899
- "id": "inbound.auth.jwt.jwkUrl",
900
- "label": "JWK URL",
901
- "description": "Well-known URL of JWKs",
902
- "optional": false,
903
- "feel": "optional",
887
+ "label": "Password",
888
+ "description": "Password for basic authentication",
889
+ "type": "String",
904
890
  "group": "authorization",
891
+ "feel": "optional",
905
892
  "binding": {
906
- "name": "inbound.auth.jwt.jwkUrl",
907
- "type": "zeebe:property"
893
+ "type": "zeebe:property",
894
+ "name": "inbound.auth.password"
908
895
  },
909
896
  "condition": {
910
- "property": "inbound.auth.type",
911
- "equals": "JWT",
912
- "type": "simple"
897
+ "property": "authorizationType",
898
+ "equals": "BASIC"
913
899
  },
914
- "type": "String"
900
+ "constraints": {
901
+ "notEmpty": true
902
+ }
915
903
  },
916
904
  {
917
- "id": "inbound.auth.jwt.permissionsExpression",
918
- "label": "JWT role property expression",
919
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
920
- "optional": false,
921
- "feel": "required",
905
+ "label": "API Key",
906
+ "description": "Expected API key",
907
+ "type": "String",
922
908
  "group": "authorization",
909
+ "feel": "optional",
923
910
  "binding": {
924
- "name": "inbound.auth.jwt.permissionsExpression",
925
- "type": "zeebe:property"
911
+ "type": "zeebe:property",
912
+ "name": "inbound.auth.apiKey"
926
913
  },
927
914
  "condition": {
928
- "property": "inbound.auth.type",
929
- "equals": "JWT",
930
- "type": "simple"
915
+ "property": "authorizationType",
916
+ "equals": "APIKEY"
931
917
  },
932
- "type": "String"
918
+ "constraints": {
919
+ "notEmpty": true
920
+ }
933
921
  },
934
922
  {
935
- "id": "inbound.auth.jwt.requiredPermissions",
936
- "label": "Required roles",
937
- "description": "List of roles to test JWT roles against",
938
- "optional": false,
939
- "feel": "required",
923
+ "label": "API Key locator",
924
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
925
+ "type": "String",
940
926
  "group": "authorization",
927
+ "feel": "required",
941
928
  "binding": {
942
- "name": "inbound.auth.jwt.requiredPermissions",
943
- "type": "zeebe:property"
929
+ "type": "zeebe:property",
930
+ "name": "inbound.auth.apiKeyLocator"
944
931
  },
945
932
  "condition": {
946
- "property": "inbound.auth.type",
947
- "equals": "JWT",
948
- "type": "simple"
933
+ "property": "authorizationType",
934
+ "equals": "APIKEY"
949
935
  },
950
- "type": "String"
951
- },
952
- {
953
- "id": "inbound.responseExpression",
954
- "label": "Response expression",
955
- "description": "Expression used to generate the HTTP response",
956
- "optional": true,
957
- "feel": "required",
958
- "group": "webhookResponse",
959
- "binding": {
960
- "name": "inbound.responseExpression",
961
- "type": "zeebe:property"
936
+ "constraints": {
937
+ "notEmpty": true
962
938
  },
963
- "type": "Text"
939
+ "value": "=split(request.headers.authorization, \" \")[2]"
964
940
  },
965
941
  {
966
- "id": "inbound.verificationExpression",
967
- "label": "One time verification response expression",
968
- "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
969
- "optional": true,
942
+ "label": "Message ID expression",
970
943
  "feel": "required",
971
- "group": "webhookResponse",
972
- "binding": {
973
- "name": "inbound.verificationExpression",
974
- "type": "zeebe:property"
975
- },
976
- "type": "Text"
977
- },
978
- {
979
- "id": "activationCondition",
980
- "label": "Activation condition",
981
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
944
+ "type": "String",
982
945
  "optional": true,
983
- "feel": "required",
984
946
  "group": "activation",
985
947
  "binding": {
986
- "name": "activationCondition",
987
- "type": "zeebe:property"
948
+ "type": "zeebe:property",
949
+ "name": "messageIdExpression"
988
950
  },
989
- "type": "String"
951
+ "description": "Expression to extract unique identifier of a message"
990
952
  },
991
953
  {
992
- "id": "consumeUnmatchedEvents",
993
- "label": "Consume unmatched events",
994
- "value": true,
954
+ "label": "Condition",
955
+ "type": "String",
995
956
  "group": "activation",
957
+ "feel": "required",
958
+ "optional": true,
996
959
  "binding": {
997
- "name": "consumeUnmatchedEvents",
998
- "type": "zeebe:property"
960
+ "type": "zeebe:property",
961
+ "name": "activationCondition"
999
962
  },
1000
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1001
- "type": "Boolean"
963
+ "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/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
1002
964
  },
1003
965
  {
1004
- "id": "correlationRequired",
1005
- "label": "Subprocess correlation required",
966
+ "label": "Correlation required",
1006
967
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1007
- "value": "notRequired",
968
+ "id": "correlationRequired",
1008
969
  "group": "correlation",
1009
- "binding": {
1010
- "name": "correlationRequired",
1011
- "type": "zeebe:property"
1012
- },
1013
970
  "type": "Dropdown",
971
+ "value": "notRequired",
1014
972
  "choices": [
1015
973
  {
1016
974
  "name": "Correlation not required",
@@ -1020,129 +978,108 @@
1020
978
  "name": "Correlation required",
1021
979
  "value": "required"
1022
980
  }
1023
- ]
981
+ ],
982
+ "binding": {
983
+ "type": "zeebe:property",
984
+ "name": "correlationRequired"
985
+ }
1024
986
  },
1025
987
  {
1026
- "id": "correlationKeyProcess",
1027
988
  "label": "Correlation key (process)",
989
+ "type": "String",
990
+ "group": "correlation",
991
+ "feel": "required",
1028
992
  "description": "Sets up the correlation key from process variables",
993
+ "binding": {
994
+ "type": "bpmn:Message#zeebe:subscription#property",
995
+ "name": "correlationKey"
996
+ },
1029
997
  "constraints": {
1030
998
  "notEmpty": true
1031
999
  },
1032
- "feel": "required",
1033
- "group": "correlation",
1034
- "binding": {
1035
- "name": "correlationKey",
1036
- "type": "bpmn:Message#zeebe:subscription#property"
1037
- },
1038
1000
  "condition": {
1039
1001
  "property": "correlationRequired",
1040
- "equals": "required",
1041
- "type": "simple"
1042
- },
1043
- "type": "String"
1002
+ "equals": "required"
1003
+ }
1044
1004
  },
1045
1005
  {
1046
- "id": "correlationKeyPayload",
1047
1006
  "label": "Correlation key (payload)",
1007
+ "type": "String",
1008
+ "group": "correlation",
1009
+ "feel": "required",
1010
+ "binding": {
1011
+ "type": "zeebe:property",
1012
+ "name": "correlationKeyExpression"
1013
+ },
1048
1014
  "description": "Extracts the correlation key from the incoming message payload",
1049
1015
  "constraints": {
1050
1016
  "notEmpty": true
1051
1017
  },
1052
- "feel": "required",
1053
- "group": "correlation",
1054
- "binding": {
1055
- "name": "correlationKeyExpression",
1056
- "type": "zeebe:property"
1057
- },
1058
1018
  "condition": {
1059
1019
  "property": "correlationRequired",
1060
- "equals": "required",
1061
- "type": "simple"
1062
- },
1063
- "type": "String"
1020
+ "equals": "required"
1021
+ }
1064
1022
  },
1065
1023
  {
1066
- "id": "messageTtl",
1067
- "label": "Message TTL",
1068
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1024
+ "label": "Result variable",
1025
+ "type": "String",
1026
+ "group": "variable-mapping",
1069
1027
  "optional": true,
1070
- "constraints": {
1071
- "notEmpty": false,
1072
- "pattern": {
1073
- "value": "^(PT.*|)$",
1074
- "message": "must be an ISO-8601 duration"
1075
- }
1076
- },
1077
- "feel": "optional",
1078
- "group": "correlation",
1079
1028
  "binding": {
1080
- "name": "messageTtl",
1081
- "type": "zeebe:property"
1029
+ "type": "zeebe:property",
1030
+ "name": "resultVariable"
1082
1031
  },
1083
- "type": "String"
1032
+ "description": "Name of variable to store the result of the connector in"
1084
1033
  },
1085
1034
  {
1086
- "id": "messageIdExpression",
1087
- "label": "Message ID expression",
1088
- "description": "Expression to extract unique identifier of a message",
1089
- "optional": true,
1035
+ "label": "Result expression",
1036
+ "type": "String",
1037
+ "group": "variable-mapping",
1090
1038
  "feel": "required",
1091
- "group": "correlation",
1039
+ "optional": true,
1092
1040
  "binding": {
1093
- "name": "messageIdExpression",
1094
- "type": "zeebe:property"
1041
+ "type": "zeebe:property",
1042
+ "name": "resultExpression"
1095
1043
  },
1096
- "type": "String"
1044
+ "description": "Expression to map the inbound payload to process variables"
1097
1045
  },
1098
1046
  {
1099
- "id": "messageNameUuid",
1100
- "generatedValue": {
1101
- "type": "uuid"
1102
- },
1103
- "group": "correlation",
1104
- "binding": {
1105
- "name": "name",
1106
- "type": "bpmn:Message#property"
1107
- },
1108
- "type": "Hidden"
1109
- },
1110
- {
1111
- "id": "resultVariable",
1112
- "label": "Result variable",
1113
- "description": "Name of variable to store the response in",
1114
- "group": "output",
1047
+ "label": "One time verification response expression",
1048
+ "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
1049
+ "type": "Text",
1050
+ "group": "webhookResponse",
1051
+ "feel": "required",
1052
+ "optional": true,
1115
1053
  "binding": {
1116
- "name": "resultVariable",
1117
- "type": "zeebe:property"
1118
- },
1119
- "type": "String"
1054
+ "type": "zeebe:property",
1055
+ "name": "inbound.verificationExpression"
1056
+ }
1120
1057
  },
1121
1058
  {
1122
- "id": "resultExpression",
1123
- "label": "Result expression",
1124
- "description": "Expression to map the response into process variables",
1059
+ "label": "Response body expression",
1060
+ "type": "Text",
1061
+ "group": "webhookResponse",
1125
1062
  "feel": "required",
1126
- "group": "output",
1063
+ "optional": true,
1127
1064
  "binding": {
1128
- "name": "resultExpression",
1129
- "type": "zeebe:property"
1065
+ "type": "zeebe:property",
1066
+ "name": "inbound.responseBodyExpression"
1130
1067
  },
1131
- "type": "Text"
1068
+ "description": "Specify condition and response"
1132
1069
  }
1133
1070
  ],
1134
1071
  "icon": {
1135
- "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
1072
+ "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
1136
1073
  },
1137
1074
  "engines": {
1138
- "camunda": "^8.6"
1075
+ "camunda": "^8.4"
1139
1076
  }
1140
1077
  },
1141
1078
  {
1142
1079
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1143
1080
  "name": "Webhook Message Start Event Connector",
1144
1081
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
1145
- "version": 2,
1082
+ "version": 3,
1146
1083
  "description": "Configure webhook to receive callbacks",
1147
1084
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
1148
1085
  "category": {
@@ -1255,7 +1192,11 @@
1255
1192
  },
1256
1193
  "description": "The webhook ID is a part of the URL",
1257
1194
  "constraints": {
1258
- "notEmpty": true
1195
+ "notEmpty": true,
1196
+ "pattern": {
1197
+ "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
1198
+ "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
1199
+ }
1259
1200
  }
1260
1201
  },
1261
1202
  {
@@ -1640,16 +1581,16 @@
1640
1581
  "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
1641
1582
  },
1642
1583
  "engines": {
1643
- "camunda": "^8.4"
1584
+ "camunda": "^8.5"
1644
1585
  }
1645
1586
  },
1646
1587
  {
1647
1588
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1648
1589
  "name": "Webhook Message Start Event Connector",
1649
1590
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
1650
- "version": 3,
1651
1591
  "description": "Configure webhook to receive callbacks",
1652
1592
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
1593
+ "version": 10,
1653
1594
  "category": {
1654
1595
  "id": "connectors",
1655
1596
  "name": "Connectors"
@@ -1672,56 +1613,43 @@
1672
1613
  "id": "authorization",
1673
1614
  "label": "Authorization"
1674
1615
  },
1616
+ {
1617
+ "id": "webhookResponse",
1618
+ "label": "Webhook response"
1619
+ },
1675
1620
  {
1676
1621
  "id": "activation",
1677
1622
  "label": "Activation"
1678
1623
  },
1679
1624
  {
1680
1625
  "id": "correlation",
1681
- "label": "Subprocess correlation"
1682
- },
1683
- {
1684
- "id": "variable-mapping",
1685
- "label": "Variable mapping"
1626
+ "label": "Correlation"
1686
1627
  },
1687
1628
  {
1688
- "id": "webhookResponse",
1689
- "label": "Webhook response"
1629
+ "id": "output",
1630
+ "label": "Output mapping"
1690
1631
  }
1691
1632
  ],
1692
1633
  "properties": [
1693
1634
  {
1694
- "type": "Hidden",
1695
1635
  "value": "io.camunda:webhook:1",
1696
1636
  "binding": {
1697
- "type": "zeebe:property",
1698
- "name": "inbound.type"
1699
- }
1700
- },
1701
- {
1702
- "type": "Hidden",
1703
- "generatedValue": {
1704
- "type": "uuid"
1637
+ "name": "inbound.type",
1638
+ "type": "zeebe:property"
1705
1639
  },
1706
- "binding": {
1707
- "type": "bpmn:Message#property",
1708
- "name": "name"
1709
- }
1710
- },
1711
- {
1712
- "type": "Hidden",
1713
- "value": "ConfigurableInboundWebhook",
1714
- "binding": {
1715
- "type": "zeebe:property",
1716
- "name": "inbound.subtype"
1717
- }
1640
+ "type": "Hidden"
1718
1641
  },
1719
1642
  {
1720
- "id": "webhookMethod",
1643
+ "id": "inbound.method",
1721
1644
  "label": "Webhook method",
1722
- "group": "endpoint",
1723
1645
  "description": "Select HTTP method",
1646
+ "optional": false,
1724
1647
  "value": "any",
1648
+ "group": "endpoint",
1649
+ "binding": {
1650
+ "name": "inbound.method",
1651
+ "type": "zeebe:property"
1652
+ },
1725
1653
  "type": "Dropdown",
1726
1654
  "choices": [
1727
1655
  {
@@ -1729,50 +1657,53 @@
1729
1657
  "value": "any"
1730
1658
  },
1731
1659
  {
1732
- "name": "Get",
1660
+ "name": "GET",
1733
1661
  "value": "get"
1734
1662
  },
1735
1663
  {
1736
- "name": "Post",
1664
+ "name": "POST",
1737
1665
  "value": "post"
1738
1666
  },
1739
1667
  {
1740
- "name": "Put",
1668
+ "name": "PUT",
1741
1669
  "value": "put"
1742
1670
  },
1743
1671
  {
1744
- "name": "Delete",
1672
+ "name": "DELETE",
1745
1673
  "value": "delete"
1746
1674
  }
1747
- ],
1748
- "binding": {
1749
- "type": "zeebe:property",
1750
- "name": "inbound.method"
1751
- }
1675
+ ]
1752
1676
  },
1753
1677
  {
1678
+ "id": "inbound.context",
1754
1679
  "label": "Webhook ID",
1755
- "type": "String",
1756
- "group": "endpoint",
1757
- "binding": {
1758
- "type": "zeebe:property",
1759
- "name": "inbound.context"
1760
- },
1761
1680
  "description": "The webhook ID is a part of the URL",
1681
+ "optional": false,
1762
1682
  "constraints": {
1763
1683
  "notEmpty": true,
1764
1684
  "pattern": {
1765
1685
  "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
1766
1686
  "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
1767
1687
  }
1768
- }
1688
+ },
1689
+ "group": "endpoint",
1690
+ "binding": {
1691
+ "name": "inbound.context",
1692
+ "type": "zeebe:property"
1693
+ },
1694
+ "type": "String"
1769
1695
  },
1770
1696
  {
1771
- "id": "shouldValidateHmac",
1697
+ "id": "inbound.shouldValidateHmac",
1772
1698
  "label": "HMAC authentication",
1773
- "group": "authentication",
1774
1699
  "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",
1700
+ "optional": false,
1775
1701
  "value": "disabled",
1702
+ "group": "authentication",
1703
+ "binding": {
1704
+ "name": "inbound.shouldValidateHmac",
1705
+ "type": "zeebe:property"
1706
+ },
1776
1707
  "type": "Dropdown",
1777
1708
  "choices": [
1778
1709
  {
@@ -1783,47 +1714,60 @@
1783
1714
  "name": "Disabled",
1784
1715
  "value": "disabled"
1785
1716
  }
1786
- ],
1787
- "binding": {
1788
- "type": "zeebe:property",
1789
- "name": "inbound.shouldValidateHmac"
1790
- }
1717
+ ]
1791
1718
  },
1792
1719
  {
1720
+ "id": "inbound.hmacSecret",
1793
1721
  "label": "HMAC secret key",
1794
1722
  "description": "Shared secret key",
1795
- "type": "String",
1796
- "group": "authentication",
1797
1723
  "optional": true,
1724
+ "feel": "optional",
1725
+ "group": "authentication",
1798
1726
  "binding": {
1799
- "type": "zeebe:property",
1800
- "name": "inbound.hmacSecret"
1727
+ "name": "inbound.hmacSecret",
1728
+ "type": "zeebe:property"
1801
1729
  },
1802
1730
  "condition": {
1803
- "property": "shouldValidateHmac",
1804
- "equals": "enabled"
1805
- }
1731
+ "property": "inbound.shouldValidateHmac",
1732
+ "equals": "enabled",
1733
+ "type": "simple"
1734
+ },
1735
+ "type": "String"
1806
1736
  },
1807
1737
  {
1738
+ "id": "inbound.hmacHeader",
1808
1739
  "label": "HMAC header",
1809
1740
  "description": "Name of header attribute that will contain the HMAC value",
1810
- "type": "String",
1811
- "group": "authentication",
1812
1741
  "optional": true,
1742
+ "feel": "optional",
1743
+ "group": "authentication",
1813
1744
  "binding": {
1814
- "type": "zeebe:property",
1815
- "name": "inbound.hmacHeader"
1745
+ "name": "inbound.hmacHeader",
1746
+ "type": "zeebe:property"
1816
1747
  },
1817
1748
  "condition": {
1818
- "property": "shouldValidateHmac",
1819
- "equals": "enabled"
1820
- }
1749
+ "property": "inbound.shouldValidateHmac",
1750
+ "equals": "enabled",
1751
+ "type": "simple"
1752
+ },
1753
+ "type": "String"
1821
1754
  },
1822
1755
  {
1756
+ "id": "inbound.hmacAlgorithm",
1823
1757
  "label": "HMAC algorithm",
1824
- "group": "authentication",
1825
1758
  "description": "Choose HMAC algorithm",
1759
+ "optional": false,
1826
1760
  "value": "sha_256",
1761
+ "group": "authentication",
1762
+ "binding": {
1763
+ "name": "inbound.hmacAlgorithm",
1764
+ "type": "zeebe:property"
1765
+ },
1766
+ "condition": {
1767
+ "property": "inbound.shouldValidateHmac",
1768
+ "equals": "enabled",
1769
+ "type": "simple"
1770
+ },
1827
1771
  "type": "Dropdown",
1828
1772
  "choices": [
1829
1773
  {
@@ -1838,214 +1782,236 @@
1838
1782
  "name": "SHA-512",
1839
1783
  "value": "sha_512"
1840
1784
  }
1841
- ],
1842
- "binding": {
1843
- "type": "zeebe:property",
1844
- "name": "inbound.hmacAlgorithm"
1845
- },
1846
- "condition": {
1847
- "property": "shouldValidateHmac",
1848
- "equals": "enabled"
1849
- }
1785
+ ]
1850
1786
  },
1851
1787
  {
1788
+ "id": "inbound.hmacScopes",
1852
1789
  "label": "HMAC scopes",
1853
- "group": "authentication",
1854
1790
  "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
1855
- "feel": "required",
1856
- "type": "String",
1857
1791
  "optional": true,
1792
+ "feel": "required",
1793
+ "group": "authentication",
1858
1794
  "binding": {
1859
- "type": "zeebe:property",
1860
- "name": "inbound.hmacScopes"
1795
+ "name": "inbound.hmacScopes",
1796
+ "type": "zeebe:property"
1861
1797
  },
1862
1798
  "condition": {
1863
- "property": "shouldValidateHmac",
1864
- "equals": "enabled"
1865
- }
1799
+ "property": "inbound.shouldValidateHmac",
1800
+ "equals": "enabled",
1801
+ "type": "simple"
1802
+ },
1803
+ "type": "String"
1866
1804
  },
1867
1805
  {
1868
- "id": "authorizationType",
1806
+ "id": "inbound.auth.type",
1869
1807
  "label": "Authorization type",
1870
- "group": "authorization",
1871
- "description": "Choose the authorization type.",
1808
+ "description": "Choose the authorization type",
1872
1809
  "value": "NONE",
1810
+ "group": "authorization",
1811
+ "binding": {
1812
+ "name": "inbound.auth.type",
1813
+ "type": "zeebe:property"
1814
+ },
1873
1815
  "type": "Dropdown",
1874
1816
  "choices": [
1875
1817
  {
1876
1818
  "name": "None",
1877
1819
  "value": "NONE"
1878
1820
  },
1879
- {
1880
- "name": "JWT",
1881
- "value": "JWT"
1882
- },
1883
1821
  {
1884
1822
  "name": "Basic",
1885
1823
  "value": "BASIC"
1886
1824
  },
1887
1825
  {
1888
- "name": "API Key",
1826
+ "name": "API key",
1889
1827
  "value": "APIKEY"
1828
+ },
1829
+ {
1830
+ "name": "JWT",
1831
+ "value": "JWT"
1890
1832
  }
1891
- ],
1892
- "binding": {
1893
- "type": "zeebe:property",
1894
- "name": "inbound.auth.type"
1895
- }
1833
+ ]
1896
1834
  },
1897
1835
  {
1898
- "label": "JWK url",
1899
- "description": "Well-known url of JWKs",
1900
- "type": "String",
1901
- "group": "authorization",
1836
+ "id": "inbound.auth.username",
1837
+ "label": "Username",
1838
+ "description": "Username for basic authentication",
1839
+ "optional": false,
1902
1840
  "feel": "optional",
1903
- "optional": true,
1841
+ "group": "authorization",
1904
1842
  "binding": {
1905
- "type": "zeebe:property",
1906
- "name": "inbound.auth.jwt.jwkUrl"
1843
+ "name": "inbound.auth.username",
1844
+ "type": "zeebe:property"
1907
1845
  },
1908
1846
  "condition": {
1909
- "property": "authorizationType",
1910
- "equals": "JWT"
1911
- }
1847
+ "property": "inbound.auth.type",
1848
+ "equals": "BASIC",
1849
+ "type": "simple"
1850
+ },
1851
+ "type": "String"
1912
1852
  },
1913
1853
  {
1914
- "label": "JWT role property expression",
1915
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
1916
- "type": "String",
1854
+ "id": "inbound.auth.password",
1855
+ "label": "Password",
1856
+ "description": "Password for basic authentication",
1857
+ "optional": false,
1858
+ "feel": "optional",
1917
1859
  "group": "authorization",
1918
- "feel": "required",
1919
- "optional": true,
1920
1860
  "binding": {
1921
- "type": "zeebe:property",
1922
- "name": "inbound.auth.jwt.permissionsExpression"
1861
+ "name": "inbound.auth.password",
1862
+ "type": "zeebe:property"
1923
1863
  },
1924
1864
  "condition": {
1925
- "property": "authorizationType",
1926
- "equals": "JWT"
1927
- }
1865
+ "property": "inbound.auth.type",
1866
+ "equals": "BASIC",
1867
+ "type": "simple"
1868
+ },
1869
+ "type": "String"
1928
1870
  },
1929
1871
  {
1930
- "label": "Required roles",
1931
- "description": "List of roles to test JWT roles against",
1932
- "type": "String",
1872
+ "id": "inbound.auth.apiKey",
1873
+ "label": "API key",
1874
+ "description": "Expected API key",
1875
+ "optional": false,
1876
+ "feel": "optional",
1933
1877
  "group": "authorization",
1934
- "feel": "required",
1935
- "optional": true,
1936
1878
  "binding": {
1937
- "type": "zeebe:property",
1938
- "name": "inbound.auth.jwt.requiredPermissions"
1879
+ "name": "inbound.auth.apiKey",
1880
+ "type": "zeebe:property"
1939
1881
  },
1940
1882
  "condition": {
1941
- "property": "authorizationType",
1942
- "equals": "JWT"
1943
- }
1883
+ "property": "inbound.auth.type",
1884
+ "equals": "APIKEY",
1885
+ "type": "simple"
1886
+ },
1887
+ "type": "String"
1944
1888
  },
1945
1889
  {
1946
- "label": "Username",
1947
- "description": "Username for basic authentication",
1948
- "type": "String",
1890
+ "id": "inbound.auth.apiKeyLocator",
1891
+ "label": "API key locator",
1892
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
1893
+ "optional": false,
1894
+ "value": "=split(request.headers.authorization, \" \")[2]",
1895
+ "constraints": {
1896
+ "notEmpty": true
1897
+ },
1898
+ "feel": "required",
1949
1899
  "group": "authorization",
1950
- "feel": "optional",
1951
1900
  "binding": {
1952
- "type": "zeebe:property",
1953
- "name": "inbound.auth.username"
1901
+ "name": "inbound.auth.apiKeyLocator",
1902
+ "type": "zeebe:property"
1954
1903
  },
1955
1904
  "condition": {
1956
- "property": "authorizationType",
1957
- "equals": "BASIC"
1905
+ "property": "inbound.auth.type",
1906
+ "equals": "APIKEY",
1907
+ "type": "simple"
1958
1908
  },
1959
- "constraints": {
1960
- "notEmpty": true
1961
- }
1909
+ "type": "String"
1962
1910
  },
1963
1911
  {
1964
- "label": "Password",
1965
- "description": "Password for basic authentication",
1966
- "type": "String",
1967
- "group": "authorization",
1912
+ "id": "inbound.auth.jwt.jwkUrl",
1913
+ "label": "JWK URL",
1914
+ "description": "Well-known URL of JWKs",
1915
+ "optional": false,
1968
1916
  "feel": "optional",
1917
+ "group": "authorization",
1969
1918
  "binding": {
1970
- "type": "zeebe:property",
1971
- "name": "inbound.auth.password"
1919
+ "name": "inbound.auth.jwt.jwkUrl",
1920
+ "type": "zeebe:property"
1972
1921
  },
1973
1922
  "condition": {
1974
- "property": "authorizationType",
1975
- "equals": "BASIC"
1923
+ "property": "inbound.auth.type",
1924
+ "equals": "JWT",
1925
+ "type": "simple"
1976
1926
  },
1977
- "constraints": {
1978
- "notEmpty": true
1979
- }
1927
+ "type": "String"
1980
1928
  },
1981
1929
  {
1982
- "label": "API Key",
1983
- "description": "Expected API key",
1984
- "type": "String",
1930
+ "id": "inbound.auth.jwt.permissionsExpression",
1931
+ "label": "JWT role property expression",
1932
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
1933
+ "optional": false,
1934
+ "feel": "required",
1985
1935
  "group": "authorization",
1986
- "feel": "optional",
1987
1936
  "binding": {
1988
- "type": "zeebe:property",
1989
- "name": "inbound.auth.apiKey"
1937
+ "name": "inbound.auth.jwt.permissionsExpression",
1938
+ "type": "zeebe:property"
1990
1939
  },
1991
1940
  "condition": {
1992
- "property": "authorizationType",
1993
- "equals": "APIKEY"
1941
+ "property": "inbound.auth.type",
1942
+ "equals": "JWT",
1943
+ "type": "simple"
1994
1944
  },
1995
- "constraints": {
1996
- "notEmpty": true
1997
- }
1945
+ "type": "String"
1998
1946
  },
1999
1947
  {
2000
- "label": "API Key locator",
2001
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
2002
- "type": "String",
2003
- "group": "authorization",
1948
+ "id": "inbound.auth.jwt.requiredPermissions",
1949
+ "label": "Required roles",
1950
+ "description": "List of roles to test JWT roles against",
1951
+ "optional": false,
2004
1952
  "feel": "required",
1953
+ "group": "authorization",
2005
1954
  "binding": {
2006
- "type": "zeebe:property",
2007
- "name": "inbound.auth.apiKeyLocator"
1955
+ "name": "inbound.auth.jwt.requiredPermissions",
1956
+ "type": "zeebe:property"
2008
1957
  },
2009
1958
  "condition": {
2010
- "property": "authorizationType",
2011
- "equals": "APIKEY"
2012
- },
2013
- "constraints": {
2014
- "notEmpty": true
1959
+ "property": "inbound.auth.type",
1960
+ "equals": "JWT",
1961
+ "type": "simple"
2015
1962
  },
2016
- "value": "=split(request.headers.authorization, \" \")[2]"
1963
+ "type": "String"
2017
1964
  },
2018
1965
  {
2019
- "label": "Message ID expression",
2020
- "feel": "required",
2021
- "type": "String",
1966
+ "id": "inbound.responseBodyExpression",
1967
+ "label": "Response body expression",
1968
+ "description": "Specify condition and response",
2022
1969
  "optional": true,
2023
- "group": "activation",
1970
+ "feel": "required",
1971
+ "group": "webhookResponse",
2024
1972
  "binding": {
2025
- "type": "zeebe:property",
2026
- "name": "messageIdExpression"
1973
+ "name": "inbound.responseBodyExpression",
1974
+ "type": "zeebe:property"
2027
1975
  },
2028
- "description": "Expression to extract unique identifier of a message"
1976
+ "type": "Text"
2029
1977
  },
2030
1978
  {
2031
- "label": "Condition",
2032
- "type": "String",
2033
- "group": "activation",
1979
+ "id": "inbound.verificationExpression",
1980
+ "label": "One time verification response expression",
1981
+ "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
1982
+ "optional": true,
2034
1983
  "feel": "required",
1984
+ "group": "webhookResponse",
1985
+ "binding": {
1986
+ "name": "inbound.verificationExpression",
1987
+ "type": "zeebe:property"
1988
+ },
1989
+ "type": "Text"
1990
+ },
1991
+ {
1992
+ "id": "activationCondition",
1993
+ "label": "Activation condition",
1994
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
2035
1995
  "optional": true,
1996
+ "feel": "required",
1997
+ "group": "activation",
2036
1998
  "binding": {
2037
- "type": "zeebe:property",
2038
- "name": "activationCondition"
1999
+ "name": "activationCondition",
2000
+ "type": "zeebe:property"
2039
2001
  },
2040
- "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/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
2002
+ "type": "String"
2041
2003
  },
2042
2004
  {
2043
- "label": "Correlation required",
2044
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
2045
2005
  "id": "correlationRequired",
2006
+ "label": "Subprocess correlation required",
2007
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
2008
+ "value": "notRequired",
2046
2009
  "group": "correlation",
2010
+ "binding": {
2011
+ "name": "correlationRequired",
2012
+ "type": "zeebe:property"
2013
+ },
2047
2014
  "type": "Dropdown",
2048
- "value": "notRequired",
2049
2015
  "choices": [
2050
2016
  {
2051
2017
  "name": "Correlation not required",
@@ -2055,101 +2021,670 @@
2055
2021
  "name": "Correlation required",
2056
2022
  "value": "required"
2057
2023
  }
2058
- ],
2059
- "binding": {
2060
- "type": "zeebe:property",
2061
- "name": "correlationRequired"
2062
- }
2024
+ ]
2063
2025
  },
2064
2026
  {
2027
+ "id": "correlationKeyProcess",
2065
2028
  "label": "Correlation key (process)",
2066
- "type": "String",
2067
- "group": "correlation",
2068
- "feel": "required",
2069
2029
  "description": "Sets up the correlation key from process variables",
2070
- "binding": {
2071
- "type": "bpmn:Message#zeebe:subscription#property",
2072
- "name": "correlationKey"
2073
- },
2074
2030
  "constraints": {
2075
2031
  "notEmpty": true
2076
2032
  },
2033
+ "feel": "required",
2034
+ "group": "correlation",
2035
+ "binding": {
2036
+ "name": "correlationKey",
2037
+ "type": "bpmn:Message#zeebe:subscription#property"
2038
+ },
2077
2039
  "condition": {
2078
2040
  "property": "correlationRequired",
2079
- "equals": "required"
2080
- }
2041
+ "equals": "required",
2042
+ "type": "simple"
2043
+ },
2044
+ "type": "String"
2081
2045
  },
2082
2046
  {
2047
+ "id": "correlationKeyPayload",
2083
2048
  "label": "Correlation key (payload)",
2084
- "type": "String",
2085
- "group": "correlation",
2086
- "feel": "required",
2087
- "binding": {
2088
- "type": "zeebe:property",
2089
- "name": "correlationKeyExpression"
2090
- },
2091
2049
  "description": "Extracts the correlation key from the incoming message payload",
2092
2050
  "constraints": {
2093
2051
  "notEmpty": true
2094
2052
  },
2053
+ "feel": "required",
2054
+ "group": "correlation",
2055
+ "binding": {
2056
+ "name": "correlationKeyExpression",
2057
+ "type": "zeebe:property"
2058
+ },
2095
2059
  "condition": {
2096
2060
  "property": "correlationRequired",
2097
- "equals": "required"
2098
- }
2061
+ "equals": "required",
2062
+ "type": "simple"
2063
+ },
2064
+ "type": "String"
2099
2065
  },
2100
2066
  {
2101
- "label": "Result variable",
2102
- "type": "String",
2103
- "group": "variable-mapping",
2067
+ "id": "messageIdExpression",
2068
+ "label": "Message ID expression",
2069
+ "description": "Expression to extract unique identifier of a message",
2104
2070
  "optional": true,
2071
+ "feel": "required",
2072
+ "group": "correlation",
2105
2073
  "binding": {
2106
- "type": "zeebe:property",
2107
- "name": "resultVariable"
2074
+ "name": "messageIdExpression",
2075
+ "type": "zeebe:property"
2076
+ },
2077
+ "type": "String"
2078
+ },
2079
+ {
2080
+ "id": "messageNameUuid",
2081
+ "generatedValue": {
2082
+ "type": "uuid"
2083
+ },
2084
+ "group": "correlation",
2085
+ "binding": {
2086
+ "name": "name",
2087
+ "type": "bpmn:Message#property"
2088
+ },
2089
+ "type": "Hidden"
2090
+ },
2091
+ {
2092
+ "id": "resultVariable",
2093
+ "label": "Result variable",
2094
+ "description": "Name of variable to store the response in",
2095
+ "group": "output",
2096
+ "binding": {
2097
+ "name": "resultVariable",
2098
+ "type": "zeebe:property"
2099
+ },
2100
+ "type": "String"
2101
+ },
2102
+ {
2103
+ "id": "resultExpression",
2104
+ "label": "Result expression",
2105
+ "description": "Expression to map the response into process variables",
2106
+ "feel": "required",
2107
+ "group": "output",
2108
+ "binding": {
2109
+ "name": "resultExpression",
2110
+ "type": "zeebe:property"
2111
+ },
2112
+ "type": "Text"
2113
+ }
2114
+ ],
2115
+ "icon": {
2116
+ "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
2117
+ },
2118
+ "engines": {
2119
+ "camunda": "^8.5"
2120
+ }
2121
+ },
2122
+ {
2123
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2124
+ "name": "Webhook Message Start Event Connector",
2125
+ "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
2126
+ "description": "Configure webhook to receive callbacks",
2127
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
2128
+ "version": 11,
2129
+ "category": {
2130
+ "id": "connectors",
2131
+ "name": "Connectors"
2132
+ },
2133
+ "appliesTo": ["bpmn:StartEvent"],
2134
+ "elementType": {
2135
+ "value": "bpmn:StartEvent",
2136
+ "eventDefinition": "bpmn:MessageEventDefinition"
2137
+ },
2138
+ "groups": [
2139
+ {
2140
+ "id": "endpoint",
2141
+ "label": "Webhook configuration"
2142
+ },
2143
+ {
2144
+ "id": "authentication",
2145
+ "label": "Authentication"
2146
+ },
2147
+ {
2148
+ "id": "authorization",
2149
+ "label": "Authorization"
2150
+ },
2151
+ {
2152
+ "id": "webhookResponse",
2153
+ "label": "Webhook response"
2154
+ },
2155
+ {
2156
+ "id": "activation",
2157
+ "label": "Activation"
2158
+ },
2159
+ {
2160
+ "id": "correlation",
2161
+ "label": "Correlation",
2162
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
2163
+ },
2164
+ {
2165
+ "id": "output",
2166
+ "label": "Output mapping"
2167
+ }
2168
+ ],
2169
+ "properties": [
2170
+ {
2171
+ "value": "io.camunda:webhook:1",
2172
+ "binding": {
2173
+ "name": "inbound.type",
2174
+ "type": "zeebe:property"
2175
+ },
2176
+ "type": "Hidden"
2177
+ },
2178
+ {
2179
+ "id": "inbound.method",
2180
+ "label": "Webhook method",
2181
+ "description": "Select HTTP method",
2182
+ "optional": false,
2183
+ "value": "any",
2184
+ "group": "endpoint",
2185
+ "binding": {
2186
+ "name": "inbound.method",
2187
+ "type": "zeebe:property"
2188
+ },
2189
+ "type": "Dropdown",
2190
+ "choices": [
2191
+ {
2192
+ "name": "Any",
2193
+ "value": "any"
2194
+ },
2195
+ {
2196
+ "name": "GET",
2197
+ "value": "get"
2198
+ },
2199
+ {
2200
+ "name": "POST",
2201
+ "value": "post"
2202
+ },
2203
+ {
2204
+ "name": "PUT",
2205
+ "value": "put"
2206
+ },
2207
+ {
2208
+ "name": "DELETE",
2209
+ "value": "delete"
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "id": "inbound.context",
2215
+ "label": "Webhook ID",
2216
+ "description": "The webhook ID is a part of the URL",
2217
+ "optional": false,
2218
+ "constraints": {
2219
+ "notEmpty": true,
2220
+ "pattern": {
2221
+ "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
2222
+ "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
2223
+ }
2224
+ },
2225
+ "group": "endpoint",
2226
+ "binding": {
2227
+ "name": "inbound.context",
2228
+ "type": "zeebe:property"
2229
+ },
2230
+ "type": "String"
2231
+ },
2232
+ {
2233
+ "id": "inbound.shouldValidateHmac",
2234
+ "label": "HMAC authentication",
2235
+ "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",
2236
+ "optional": false,
2237
+ "value": "disabled",
2238
+ "group": "authentication",
2239
+ "binding": {
2240
+ "name": "inbound.shouldValidateHmac",
2241
+ "type": "zeebe:property"
2242
+ },
2243
+ "type": "Dropdown",
2244
+ "choices": [
2245
+ {
2246
+ "name": "Enabled",
2247
+ "value": "enabled"
2248
+ },
2249
+ {
2250
+ "name": "Disabled",
2251
+ "value": "disabled"
2252
+ }
2253
+ ]
2254
+ },
2255
+ {
2256
+ "id": "inbound.hmacSecret",
2257
+ "label": "HMAC secret key",
2258
+ "description": "Shared secret key",
2259
+ "optional": true,
2260
+ "feel": "optional",
2261
+ "group": "authentication",
2262
+ "binding": {
2263
+ "name": "inbound.hmacSecret",
2264
+ "type": "zeebe:property"
2265
+ },
2266
+ "condition": {
2267
+ "property": "inbound.shouldValidateHmac",
2268
+ "equals": "enabled",
2269
+ "type": "simple"
2270
+ },
2271
+ "type": "String"
2272
+ },
2273
+ {
2274
+ "id": "inbound.hmacHeader",
2275
+ "label": "HMAC header",
2276
+ "description": "Name of header attribute that will contain the HMAC value",
2277
+ "optional": true,
2278
+ "feel": "optional",
2279
+ "group": "authentication",
2280
+ "binding": {
2281
+ "name": "inbound.hmacHeader",
2282
+ "type": "zeebe:property"
2283
+ },
2284
+ "condition": {
2285
+ "property": "inbound.shouldValidateHmac",
2286
+ "equals": "enabled",
2287
+ "type": "simple"
2288
+ },
2289
+ "type": "String"
2290
+ },
2291
+ {
2292
+ "id": "inbound.hmacAlgorithm",
2293
+ "label": "HMAC algorithm",
2294
+ "description": "Choose HMAC algorithm",
2295
+ "optional": false,
2296
+ "value": "sha_256",
2297
+ "group": "authentication",
2298
+ "binding": {
2299
+ "name": "inbound.hmacAlgorithm",
2300
+ "type": "zeebe:property"
2301
+ },
2302
+ "condition": {
2303
+ "property": "inbound.shouldValidateHmac",
2304
+ "equals": "enabled",
2305
+ "type": "simple"
2306
+ },
2307
+ "type": "Dropdown",
2308
+ "choices": [
2309
+ {
2310
+ "name": "SHA-1",
2311
+ "value": "sha_1"
2312
+ },
2313
+ {
2314
+ "name": "SHA-256",
2315
+ "value": "sha_256"
2316
+ },
2317
+ {
2318
+ "name": "SHA-512",
2319
+ "value": "sha_512"
2320
+ }
2321
+ ]
2322
+ },
2323
+ {
2324
+ "id": "inbound.hmacScopes",
2325
+ "label": "HMAC scopes",
2326
+ "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
2327
+ "optional": true,
2328
+ "feel": "required",
2329
+ "group": "authentication",
2330
+ "binding": {
2331
+ "name": "inbound.hmacScopes",
2332
+ "type": "zeebe:property"
2333
+ },
2334
+ "condition": {
2335
+ "property": "inbound.shouldValidateHmac",
2336
+ "equals": "enabled",
2337
+ "type": "simple"
2338
+ },
2339
+ "type": "String"
2340
+ },
2341
+ {
2342
+ "id": "inbound.auth.type",
2343
+ "label": "Authorization type",
2344
+ "description": "Choose the authorization type",
2345
+ "value": "NONE",
2346
+ "group": "authorization",
2347
+ "binding": {
2348
+ "name": "inbound.auth.type",
2349
+ "type": "zeebe:property"
2350
+ },
2351
+ "type": "Dropdown",
2352
+ "choices": [
2353
+ {
2354
+ "name": "None",
2355
+ "value": "NONE"
2356
+ },
2357
+ {
2358
+ "name": "Basic",
2359
+ "value": "BASIC"
2360
+ },
2361
+ {
2362
+ "name": "API key",
2363
+ "value": "APIKEY"
2364
+ },
2365
+ {
2366
+ "name": "JWT",
2367
+ "value": "JWT"
2368
+ }
2369
+ ]
2370
+ },
2371
+ {
2372
+ "id": "inbound.auth.username",
2373
+ "label": "Username",
2374
+ "description": "Username for basic authentication",
2375
+ "optional": false,
2376
+ "feel": "optional",
2377
+ "group": "authorization",
2378
+ "binding": {
2379
+ "name": "inbound.auth.username",
2380
+ "type": "zeebe:property"
2381
+ },
2382
+ "condition": {
2383
+ "property": "inbound.auth.type",
2384
+ "equals": "BASIC",
2385
+ "type": "simple"
2386
+ },
2387
+ "type": "String"
2388
+ },
2389
+ {
2390
+ "id": "inbound.auth.password",
2391
+ "label": "Password",
2392
+ "description": "Password for basic authentication",
2393
+ "optional": false,
2394
+ "feel": "optional",
2395
+ "group": "authorization",
2396
+ "binding": {
2397
+ "name": "inbound.auth.password",
2398
+ "type": "zeebe:property"
2399
+ },
2400
+ "condition": {
2401
+ "property": "inbound.auth.type",
2402
+ "equals": "BASIC",
2403
+ "type": "simple"
2404
+ },
2405
+ "type": "String"
2406
+ },
2407
+ {
2408
+ "id": "inbound.auth.apiKey",
2409
+ "label": "API key",
2410
+ "description": "Expected API key",
2411
+ "optional": false,
2412
+ "feel": "optional",
2413
+ "group": "authorization",
2414
+ "binding": {
2415
+ "name": "inbound.auth.apiKey",
2416
+ "type": "zeebe:property"
2108
2417
  },
2109
- "description": "Name of variable to store the result of the connector in"
2418
+ "condition": {
2419
+ "property": "inbound.auth.type",
2420
+ "equals": "APIKEY",
2421
+ "type": "simple"
2422
+ },
2423
+ "type": "String"
2110
2424
  },
2111
2425
  {
2112
- "label": "Result expression",
2113
- "type": "String",
2114
- "group": "variable-mapping",
2426
+ "id": "inbound.auth.apiKeyLocator",
2427
+ "label": "API key locator",
2428
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
2429
+ "optional": false,
2430
+ "value": "=split(request.headers.authorization, \" \")[2]",
2431
+ "constraints": {
2432
+ "notEmpty": true
2433
+ },
2434
+ "feel": "required",
2435
+ "group": "authorization",
2436
+ "binding": {
2437
+ "name": "inbound.auth.apiKeyLocator",
2438
+ "type": "zeebe:property"
2439
+ },
2440
+ "condition": {
2441
+ "property": "inbound.auth.type",
2442
+ "equals": "APIKEY",
2443
+ "type": "simple"
2444
+ },
2445
+ "type": "String"
2446
+ },
2447
+ {
2448
+ "id": "inbound.auth.jwt.jwkUrl",
2449
+ "label": "JWK URL",
2450
+ "description": "Well-known URL of JWKs",
2451
+ "optional": false,
2452
+ "feel": "optional",
2453
+ "group": "authorization",
2454
+ "binding": {
2455
+ "name": "inbound.auth.jwt.jwkUrl",
2456
+ "type": "zeebe:property"
2457
+ },
2458
+ "condition": {
2459
+ "property": "inbound.auth.type",
2460
+ "equals": "JWT",
2461
+ "type": "simple"
2462
+ },
2463
+ "type": "String"
2464
+ },
2465
+ {
2466
+ "id": "inbound.auth.jwt.permissionsExpression",
2467
+ "label": "JWT role property expression",
2468
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
2469
+ "optional": false,
2470
+ "feel": "required",
2471
+ "group": "authorization",
2472
+ "binding": {
2473
+ "name": "inbound.auth.jwt.permissionsExpression",
2474
+ "type": "zeebe:property"
2475
+ },
2476
+ "condition": {
2477
+ "property": "inbound.auth.type",
2478
+ "equals": "JWT",
2479
+ "type": "simple"
2480
+ },
2481
+ "type": "String"
2482
+ },
2483
+ {
2484
+ "id": "inbound.auth.jwt.requiredPermissions",
2485
+ "label": "Required roles",
2486
+ "description": "List of roles to test JWT roles against",
2487
+ "optional": false,
2115
2488
  "feel": "required",
2489
+ "group": "authorization",
2490
+ "binding": {
2491
+ "name": "inbound.auth.jwt.requiredPermissions",
2492
+ "type": "zeebe:property"
2493
+ },
2494
+ "condition": {
2495
+ "property": "inbound.auth.type",
2496
+ "equals": "JWT",
2497
+ "type": "simple"
2498
+ },
2499
+ "type": "String"
2500
+ },
2501
+ {
2502
+ "id": "inbound.responseExpression",
2503
+ "label": "Response expression",
2504
+ "description": "Expression used to generate the HTTP response",
2116
2505
  "optional": true,
2506
+ "feel": "required",
2507
+ "group": "webhookResponse",
2117
2508
  "binding": {
2118
- "type": "zeebe:property",
2119
- "name": "resultExpression"
2509
+ "name": "inbound.responseExpression",
2510
+ "type": "zeebe:property"
2120
2511
  },
2121
- "description": "Expression to map the inbound payload to process variables"
2512
+ "type": "Text"
2122
2513
  },
2123
2514
  {
2515
+ "id": "inbound.verificationExpression",
2124
2516
  "label": "One time verification response expression",
2125
2517
  "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
2126
- "type": "Text",
2518
+ "optional": true,
2519
+ "feel": "required",
2127
2520
  "group": "webhookResponse",
2521
+ "binding": {
2522
+ "name": "inbound.verificationExpression",
2523
+ "type": "zeebe:property"
2524
+ },
2525
+ "type": "Text"
2526
+ },
2527
+ {
2528
+ "id": "activationCondition",
2529
+ "label": "Activation condition",
2530
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
2531
+ "optional": true,
2532
+ "feel": "required",
2533
+ "group": "activation",
2534
+ "binding": {
2535
+ "name": "activationCondition",
2536
+ "type": "zeebe:property"
2537
+ },
2538
+ "type": "String"
2539
+ },
2540
+ {
2541
+ "id": "consumeUnmatchedEvents",
2542
+ "label": "Consume unmatched events",
2543
+ "value": true,
2544
+ "group": "activation",
2545
+ "binding": {
2546
+ "name": "consumeUnmatchedEvents",
2547
+ "type": "zeebe:property"
2548
+ },
2549
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
2550
+ "type": "Boolean"
2551
+ },
2552
+ {
2553
+ "id": "correlationRequired",
2554
+ "label": "Subprocess correlation required",
2555
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
2556
+ "value": "notRequired",
2557
+ "group": "correlation",
2558
+ "binding": {
2559
+ "name": "correlationRequired",
2560
+ "type": "zeebe:property"
2561
+ },
2562
+ "type": "Dropdown",
2563
+ "choices": [
2564
+ {
2565
+ "name": "Correlation not required",
2566
+ "value": "notRequired"
2567
+ },
2568
+ {
2569
+ "name": "Correlation required",
2570
+ "value": "required"
2571
+ }
2572
+ ]
2573
+ },
2574
+ {
2575
+ "id": "correlationKeyProcess",
2576
+ "label": "Correlation key (process)",
2577
+ "description": "Sets up the correlation key from process variables",
2578
+ "constraints": {
2579
+ "notEmpty": true
2580
+ },
2581
+ "feel": "required",
2582
+ "group": "correlation",
2583
+ "binding": {
2584
+ "name": "correlationKey",
2585
+ "type": "bpmn:Message#zeebe:subscription#property"
2586
+ },
2587
+ "condition": {
2588
+ "property": "correlationRequired",
2589
+ "equals": "required",
2590
+ "type": "simple"
2591
+ },
2592
+ "type": "String"
2593
+ },
2594
+ {
2595
+ "id": "correlationKeyPayload",
2596
+ "label": "Correlation key (payload)",
2597
+ "description": "Extracts the correlation key from the incoming message payload",
2598
+ "constraints": {
2599
+ "notEmpty": true
2600
+ },
2128
2601
  "feel": "required",
2602
+ "group": "correlation",
2603
+ "binding": {
2604
+ "name": "correlationKeyExpression",
2605
+ "type": "zeebe:property"
2606
+ },
2607
+ "condition": {
2608
+ "property": "correlationRequired",
2609
+ "equals": "required",
2610
+ "type": "simple"
2611
+ },
2612
+ "type": "String"
2613
+ },
2614
+ {
2615
+ "id": "messageTtl",
2616
+ "label": "Message TTL",
2617
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
2129
2618
  "optional": true,
2619
+ "constraints": {
2620
+ "notEmpty": false,
2621
+ "pattern": {
2622
+ "value": "^(PT.*|)$",
2623
+ "message": "must be an ISO-8601 duration"
2624
+ }
2625
+ },
2626
+ "feel": "optional",
2627
+ "group": "correlation",
2130
2628
  "binding": {
2131
- "type": "zeebe:property",
2132
- "name": "inbound.verificationExpression"
2133
- }
2629
+ "name": "messageTtl",
2630
+ "type": "zeebe:property"
2631
+ },
2632
+ "type": "String"
2633
+ },
2634
+ {
2635
+ "id": "messageIdExpression",
2636
+ "label": "Message ID expression",
2637
+ "description": "Expression to extract unique identifier of a message",
2638
+ "optional": true,
2639
+ "feel": "required",
2640
+ "group": "correlation",
2641
+ "binding": {
2642
+ "name": "messageIdExpression",
2643
+ "type": "zeebe:property"
2644
+ },
2645
+ "type": "String"
2646
+ },
2647
+ {
2648
+ "id": "messageNameUuid",
2649
+ "generatedValue": {
2650
+ "type": "uuid"
2651
+ },
2652
+ "group": "correlation",
2653
+ "binding": {
2654
+ "name": "name",
2655
+ "type": "bpmn:Message#property"
2656
+ },
2657
+ "type": "Hidden"
2658
+ },
2659
+ {
2660
+ "id": "resultVariable",
2661
+ "label": "Result variable",
2662
+ "description": "Name of variable to store the response in",
2663
+ "group": "output",
2664
+ "binding": {
2665
+ "name": "resultVariable",
2666
+ "type": "zeebe:property"
2667
+ },
2668
+ "type": "String"
2134
2669
  },
2135
2670
  {
2136
- "label": "Response body expression",
2137
- "type": "Text",
2138
- "group": "webhookResponse",
2671
+ "id": "resultExpression",
2672
+ "label": "Result expression",
2673
+ "description": "Expression to map the response into process variables",
2139
2674
  "feel": "required",
2140
- "optional": true,
2675
+ "group": "output",
2141
2676
  "binding": {
2142
- "type": "zeebe:property",
2143
- "name": "inbound.responseBodyExpression"
2677
+ "name": "resultExpression",
2678
+ "type": "zeebe:property"
2144
2679
  },
2145
- "description": "Specify condition and response"
2680
+ "type": "Text"
2146
2681
  }
2147
2682
  ],
2148
2683
  "icon": {
2149
- "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
2684
+ "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
2150
2685
  },
2151
2686
  "engines": {
2152
- "camunda": "^8.5"
2687
+ "camunda": "^8.6"
2153
2688
  }
2154
2689
  },
2155
2690
  {
@@ -2157,11 +2692,17 @@
2157
2692
  "name": "Webhook Message Start Event Connector",
2158
2693
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
2159
2694
  "description": "Configure webhook to receive callbacks",
2160
- "metadata": {
2161
- "keywords": []
2162
- },
2695
+ "keywords": [
2696
+ "receive webhook",
2697
+ "HTTP trigger",
2698
+ "event received",
2699
+ "inbound event",
2700
+ "webhook trigger",
2701
+ "HTTP callback",
2702
+ "listen for event"
2703
+ ],
2163
2704
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
2164
- "version": 13,
2705
+ "version": 14,
2165
2706
  "category": {
2166
2707
  "id": "connectors",
2167
2708
  "name": "Connectors"
@@ -2195,6 +2736,10 @@
2195
2736
  "id": "activation",
2196
2737
  "label": "Activation"
2197
2738
  },
2739
+ {
2740
+ "id": "synchronousResponse",
2741
+ "label": "Response mode"
2742
+ },
2198
2743
  {
2199
2744
  "id": "correlation",
2200
2745
  "label": "Correlation",
@@ -2543,27 +3088,27 @@
2543
3088
  "type": "String"
2544
3089
  },
2545
3090
  {
2546
- "id": "inbound.responseExpression",
2547
- "label": "Response expression",
2548
- "description": "Expression used to generate the HTTP response",
3091
+ "id": "inbound.verificationExpression",
3092
+ "label": "One time verification response expression",
3093
+ "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
2549
3094
  "optional": true,
2550
3095
  "feel": "required",
2551
3096
  "group": "webhookResponse",
2552
3097
  "binding": {
2553
- "name": "inbound.responseExpression",
3098
+ "name": "inbound.verificationExpression",
2554
3099
  "type": "zeebe:property"
2555
3100
  },
2556
3101
  "type": "Text"
2557
3102
  },
2558
3103
  {
2559
- "id": "inbound.verificationExpression",
2560
- "label": "One time verification response expression",
2561
- "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
3104
+ "id": "inbound.responseExpression",
3105
+ "label": "Response expression",
3106
+ "description": "Expression used to generate the HTTP response",
2562
3107
  "optional": true,
2563
3108
  "feel": "required",
2564
3109
  "group": "webhookResponse",
2565
3110
  "binding": {
2566
- "name": "inbound.verificationExpression",
3111
+ "name": "inbound.responseExpression",
2567
3112
  "type": "zeebe:property"
2568
3113
  },
2569
3114
  "type": "Text"
@@ -2593,6 +3138,29 @@
2593
3138
  "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
2594
3139
  "type": "Boolean"
2595
3140
  },
3141
+ {
3142
+ "id": "synchronousResponse",
3143
+ "label": "Response mode",
3144
+ "description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
3145
+ "value": "false",
3146
+ "group": "synchronousResponse",
3147
+ "binding": {
3148
+ "name": "synchronousResponse",
3149
+ "type": "zeebe:property"
3150
+ },
3151
+ "tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
3152
+ "type": "Dropdown",
3153
+ "choices": [
3154
+ {
3155
+ "name": "Asynchronous",
3156
+ "value": "false"
3157
+ },
3158
+ {
3159
+ "name": "Synchronous",
3160
+ "value": "true"
3161
+ }
3162
+ ]
3163
+ },
2596
3164
  {
2597
3165
  "id": "correlationRequired",
2598
3166
  "label": "Subprocess correlation required",
@@ -2655,6 +3223,24 @@
2655
3223
  },
2656
3224
  "type": "String"
2657
3225
  },
3226
+ {
3227
+ "id": "messageIdExpression",
3228
+ "label": "Message ID expression",
3229
+ "description": "Expression to extract unique identifier of a message",
3230
+ "optional": true,
3231
+ "feel": "required",
3232
+ "group": "correlation",
3233
+ "binding": {
3234
+ "name": "messageIdExpression",
3235
+ "type": "zeebe:property"
3236
+ },
3237
+ "condition": {
3238
+ "property": "synchronousResponse",
3239
+ "equals": "false",
3240
+ "type": "simple"
3241
+ },
3242
+ "type": "String"
3243
+ },
2658
3244
  {
2659
3245
  "id": "messageTtl",
2660
3246
  "label": "Message TTL",
@@ -2673,32 +3259,27 @@
2673
3259
  "name": "messageTtl",
2674
3260
  "type": "zeebe:property"
2675
3261
  },
2676
- "type": "String"
2677
- },
2678
- {
2679
- "id": "messageIdExpression",
2680
- "label": "Message ID expression",
2681
- "description": "Expression to extract unique identifier of a message",
2682
- "optional": true,
2683
- "feel": "required",
2684
- "group": "correlation",
2685
- "binding": {
2686
- "name": "messageIdExpression",
2687
- "type": "zeebe:property"
3262
+ "condition": {
3263
+ "property": "synchronousResponse",
3264
+ "equals": "false",
3265
+ "type": "simple"
2688
3266
  },
2689
3267
  "type": "String"
2690
3268
  },
2691
3269
  {
2692
3270
  "id": "messageNameUuid",
3271
+ "label": "Message name",
2693
3272
  "generatedValue": {
2694
3273
  "type": "uuid"
2695
3274
  },
3275
+ "feel": "optional",
2696
3276
  "group": "correlation",
2697
3277
  "binding": {
2698
3278
  "name": "name",
2699
3279
  "type": "bpmn:Message#property"
2700
3280
  },
2701
- "type": "Hidden"
3281
+ "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.",
3282
+ "type": "String"
2702
3283
  },
2703
3284
  {
2704
3285
  "id": "deduplicationModeManualFlag",
@@ -2767,7 +3348,7 @@
2767
3348
  {
2768
3349
  "id": "resultVariable",
2769
3350
  "label": "Result variable",
2770
- "description": "Name of variable to store the response in",
3351
+ "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>.",
2771
3352
  "group": "output",
2772
3353
  "binding": {
2773
3354
  "name": "resultVariable",
@@ -2778,7 +3359,8 @@
2778
3359
  {
2779
3360
  "id": "resultExpression",
2780
3361
  "label": "Result expression",
2781
- "description": "Expression to map the response into process variables",
3362
+ "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>.",
3363
+ "value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
2782
3364
  "feel": "required",
2783
3365
  "group": "output",
2784
3366
  "binding": {
@@ -2796,9 +3378,9 @@
2796
3378
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2797
3379
  "name": "Webhook Message Start Event Connector",
2798
3380
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
3381
+ "version": 1,
2799
3382
  "description": "Configure webhook to receive callbacks",
2800
3383
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
2801
- "version": 10,
2802
3384
  "category": {
2803
3385
  "id": "connectors",
2804
3386
  "name": "Connectors"
@@ -2821,43 +3403,56 @@
2821
3403
  "id": "authorization",
2822
3404
  "label": "Authorization"
2823
3405
  },
2824
- {
2825
- "id": "webhookResponse",
2826
- "label": "Webhook response"
2827
- },
2828
3406
  {
2829
3407
  "id": "activation",
2830
3408
  "label": "Activation"
2831
3409
  },
2832
3410
  {
2833
3411
  "id": "correlation",
2834
- "label": "Correlation"
3412
+ "label": "Subprocess correlation"
2835
3413
  },
2836
3414
  {
2837
- "id": "output",
2838
- "label": "Output mapping"
3415
+ "id": "variable-mapping",
3416
+ "label": "Variable mapping"
3417
+ },
3418
+ {
3419
+ "id": "webhookResponse",
3420
+ "label": "Webhook response"
2839
3421
  }
2840
3422
  ],
2841
3423
  "properties": [
2842
3424
  {
3425
+ "type": "Hidden",
2843
3426
  "value": "io.camunda:webhook:1",
2844
3427
  "binding": {
2845
- "name": "inbound.type",
2846
- "type": "zeebe:property"
3428
+ "type": "zeebe:property",
3429
+ "name": "inbound.type"
3430
+ }
3431
+ },
3432
+ {
3433
+ "type": "Hidden",
3434
+ "generatedValue": {
3435
+ "type": "uuid"
2847
3436
  },
2848
- "type": "Hidden"
3437
+ "binding": {
3438
+ "type": "bpmn:Message#property",
3439
+ "name": "name"
3440
+ }
2849
3441
  },
2850
3442
  {
2851
- "id": "inbound.method",
3443
+ "type": "Hidden",
3444
+ "value": "ConfigurableInboundWebhook",
3445
+ "binding": {
3446
+ "type": "zeebe:property",
3447
+ "name": "inbound.subtype"
3448
+ }
3449
+ },
3450
+ {
3451
+ "id": "webhookMethod",
2852
3452
  "label": "Webhook method",
3453
+ "group": "endpoint",
2853
3454
  "description": "Select HTTP method",
2854
- "optional": false,
2855
3455
  "value": "any",
2856
- "group": "endpoint",
2857
- "binding": {
2858
- "name": "inbound.method",
2859
- "type": "zeebe:property"
2860
- },
2861
3456
  "type": "Dropdown",
2862
3457
  "choices": [
2863
3458
  {
@@ -2865,53 +3460,46 @@
2865
3460
  "value": "any"
2866
3461
  },
2867
3462
  {
2868
- "name": "GET",
3463
+ "name": "Get",
2869
3464
  "value": "get"
2870
3465
  },
2871
3466
  {
2872
- "name": "POST",
3467
+ "name": "Post",
2873
3468
  "value": "post"
2874
3469
  },
2875
3470
  {
2876
- "name": "PUT",
3471
+ "name": "Put",
2877
3472
  "value": "put"
2878
3473
  },
2879
3474
  {
2880
- "name": "DELETE",
3475
+ "name": "Delete",
2881
3476
  "value": "delete"
2882
3477
  }
2883
- ]
3478
+ ],
3479
+ "binding": {
3480
+ "type": "zeebe:property",
3481
+ "name": "inbound.method"
3482
+ }
2884
3483
  },
2885
3484
  {
2886
- "id": "inbound.context",
2887
3485
  "label": "Webhook ID",
2888
- "description": "The webhook ID is a part of the URL",
2889
- "optional": false,
2890
- "constraints": {
2891
- "notEmpty": true,
2892
- "pattern": {
2893
- "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
2894
- "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
2895
- }
2896
- },
3486
+ "type": "String",
2897
3487
  "group": "endpoint",
2898
3488
  "binding": {
2899
- "name": "inbound.context",
2900
- "type": "zeebe:property"
3489
+ "type": "zeebe:property",
3490
+ "name": "inbound.context"
2901
3491
  },
2902
- "type": "String"
3492
+ "description": "The webhook ID is a part of the URL",
3493
+ "constraints": {
3494
+ "notEmpty": true
3495
+ }
2903
3496
  },
2904
3497
  {
2905
- "id": "inbound.shouldValidateHmac",
3498
+ "id": "shouldValidateHmac",
2906
3499
  "label": "HMAC authentication",
3500
+ "group": "authentication",
2907
3501
  "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",
2908
- "optional": false,
2909
3502
  "value": "disabled",
2910
- "group": "authentication",
2911
- "binding": {
2912
- "name": "inbound.shouldValidateHmac",
2913
- "type": "zeebe:property"
2914
- },
2915
3503
  "type": "Dropdown",
2916
3504
  "choices": [
2917
3505
  {
@@ -2922,60 +3510,47 @@
2922
3510
  "name": "Disabled",
2923
3511
  "value": "disabled"
2924
3512
  }
2925
- ]
3513
+ ],
3514
+ "binding": {
3515
+ "type": "zeebe:property",
3516
+ "name": "inbound.shouldValidateHmac"
3517
+ }
2926
3518
  },
2927
3519
  {
2928
- "id": "inbound.hmacSecret",
2929
3520
  "label": "HMAC secret key",
2930
3521
  "description": "Shared secret key",
2931
- "optional": true,
2932
- "feel": "optional",
3522
+ "type": "String",
2933
3523
  "group": "authentication",
3524
+ "optional": true,
2934
3525
  "binding": {
2935
- "name": "inbound.hmacSecret",
2936
- "type": "zeebe:property"
3526
+ "type": "zeebe:property",
3527
+ "name": "inbound.hmacSecret"
2937
3528
  },
2938
3529
  "condition": {
2939
- "property": "inbound.shouldValidateHmac",
2940
- "equals": "enabled",
2941
- "type": "simple"
2942
- },
2943
- "type": "String"
3530
+ "property": "shouldValidateHmac",
3531
+ "equals": "enabled"
3532
+ }
2944
3533
  },
2945
3534
  {
2946
- "id": "inbound.hmacHeader",
2947
3535
  "label": "HMAC header",
2948
3536
  "description": "Name of header attribute that will contain the HMAC value",
2949
- "optional": true,
2950
- "feel": "optional",
3537
+ "type": "String",
2951
3538
  "group": "authentication",
3539
+ "optional": true,
2952
3540
  "binding": {
2953
- "name": "inbound.hmacHeader",
2954
- "type": "zeebe:property"
3541
+ "type": "zeebe:property",
3542
+ "name": "inbound.hmacHeader"
2955
3543
  },
2956
3544
  "condition": {
2957
- "property": "inbound.shouldValidateHmac",
2958
- "equals": "enabled",
2959
- "type": "simple"
2960
- },
2961
- "type": "String"
3545
+ "property": "shouldValidateHmac",
3546
+ "equals": "enabled"
3547
+ }
2962
3548
  },
2963
3549
  {
2964
- "id": "inbound.hmacAlgorithm",
2965
3550
  "label": "HMAC algorithm",
3551
+ "group": "authentication",
2966
3552
  "description": "Choose HMAC algorithm",
2967
- "optional": false,
2968
3553
  "value": "sha_256",
2969
- "group": "authentication",
2970
- "binding": {
2971
- "name": "inbound.hmacAlgorithm",
2972
- "type": "zeebe:property"
2973
- },
2974
- "condition": {
2975
- "property": "inbound.shouldValidateHmac",
2976
- "equals": "enabled",
2977
- "type": "simple"
2978
- },
2979
3554
  "type": "Dropdown",
2980
3555
  "choices": [
2981
3556
  {
@@ -2990,236 +3565,214 @@
2990
3565
  "name": "SHA-512",
2991
3566
  "value": "sha_512"
2992
3567
  }
2993
- ]
3568
+ ],
3569
+ "binding": {
3570
+ "type": "zeebe:property",
3571
+ "name": "inbound.hmacAlgorithm"
3572
+ },
3573
+ "condition": {
3574
+ "property": "shouldValidateHmac",
3575
+ "equals": "enabled"
3576
+ }
2994
3577
  },
2995
3578
  {
2996
- "id": "inbound.hmacScopes",
2997
3579
  "label": "HMAC scopes",
3580
+ "group": "authentication",
2998
3581
  "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
2999
- "optional": true,
3000
3582
  "feel": "required",
3001
- "group": "authentication",
3583
+ "type": "String",
3584
+ "optional": true,
3002
3585
  "binding": {
3003
- "name": "inbound.hmacScopes",
3004
- "type": "zeebe:property"
3586
+ "type": "zeebe:property",
3587
+ "name": "inbound.hmacScopes"
3005
3588
  },
3006
3589
  "condition": {
3007
- "property": "inbound.shouldValidateHmac",
3008
- "equals": "enabled",
3009
- "type": "simple"
3010
- },
3011
- "type": "String"
3590
+ "property": "shouldValidateHmac",
3591
+ "equals": "enabled"
3592
+ }
3012
3593
  },
3013
3594
  {
3014
- "id": "inbound.auth.type",
3595
+ "id": "authorizationType",
3015
3596
  "label": "Authorization type",
3016
- "description": "Choose the authorization type",
3017
- "value": "NONE",
3018
3597
  "group": "authorization",
3019
- "binding": {
3020
- "name": "inbound.auth.type",
3021
- "type": "zeebe:property"
3022
- },
3598
+ "description": "Choose the authorization type.",
3599
+ "value": "NONE",
3023
3600
  "type": "Dropdown",
3024
3601
  "choices": [
3025
3602
  {
3026
3603
  "name": "None",
3027
3604
  "value": "NONE"
3028
3605
  },
3606
+ {
3607
+ "name": "JWT",
3608
+ "value": "JWT"
3609
+ },
3029
3610
  {
3030
3611
  "name": "Basic",
3031
3612
  "value": "BASIC"
3032
3613
  },
3033
3614
  {
3034
- "name": "API key",
3615
+ "name": "API Key",
3035
3616
  "value": "APIKEY"
3036
- },
3037
- {
3038
- "name": "JWT",
3039
- "value": "JWT"
3040
3617
  }
3041
- ]
3618
+ ],
3619
+ "binding": {
3620
+ "type": "zeebe:property",
3621
+ "name": "inbound.auth.type"
3622
+ }
3042
3623
  },
3043
3624
  {
3044
- "id": "inbound.auth.username",
3045
- "label": "Username",
3046
- "description": "Username for basic authentication",
3047
- "optional": false,
3048
- "feel": "optional",
3625
+ "label": "JWK url",
3626
+ "description": "Well-known url of JWKs",
3627
+ "type": "String",
3049
3628
  "group": "authorization",
3629
+ "feel": "optional",
3630
+ "optional": true,
3050
3631
  "binding": {
3051
- "name": "inbound.auth.username",
3052
- "type": "zeebe:property"
3632
+ "type": "zeebe:property",
3633
+ "name": "inbound.auth.jwt.jwkUrl"
3053
3634
  },
3054
3635
  "condition": {
3055
- "property": "inbound.auth.type",
3056
- "equals": "BASIC",
3057
- "type": "simple"
3058
- },
3059
- "type": "String"
3636
+ "property": "authorizationType",
3637
+ "equals": "JWT"
3638
+ }
3060
3639
  },
3061
3640
  {
3062
- "id": "inbound.auth.password",
3063
- "label": "Password",
3064
- "description": "Password for basic authentication",
3065
- "optional": false,
3066
- "feel": "optional",
3641
+ "label": "JWT role property expression",
3642
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
3643
+ "type": "String",
3067
3644
  "group": "authorization",
3645
+ "feel": "required",
3646
+ "optional": true,
3068
3647
  "binding": {
3069
- "name": "inbound.auth.password",
3070
- "type": "zeebe:property"
3648
+ "type": "zeebe:property",
3649
+ "name": "inbound.auth.jwt.permissionsExpression"
3071
3650
  },
3072
3651
  "condition": {
3073
- "property": "inbound.auth.type",
3074
- "equals": "BASIC",
3075
- "type": "simple"
3076
- },
3077
- "type": "String"
3652
+ "property": "authorizationType",
3653
+ "equals": "JWT"
3654
+ }
3078
3655
  },
3079
3656
  {
3080
- "id": "inbound.auth.apiKey",
3081
- "label": "API key",
3082
- "description": "Expected API key",
3083
- "optional": false,
3084
- "feel": "optional",
3657
+ "label": "Required roles",
3658
+ "description": "List of roles to test JWT roles against",
3659
+ "type": "String",
3085
3660
  "group": "authorization",
3661
+ "feel": "required",
3662
+ "optional": true,
3086
3663
  "binding": {
3087
- "name": "inbound.auth.apiKey",
3088
- "type": "zeebe:property"
3664
+ "type": "zeebe:property",
3665
+ "name": "inbound.auth.jwt.requiredPermissions"
3089
3666
  },
3090
3667
  "condition": {
3091
- "property": "inbound.auth.type",
3092
- "equals": "APIKEY",
3093
- "type": "simple"
3094
- },
3095
- "type": "String"
3668
+ "property": "authorizationType",
3669
+ "equals": "JWT"
3670
+ }
3096
3671
  },
3097
3672
  {
3098
- "id": "inbound.auth.apiKeyLocator",
3099
- "label": "API key locator",
3100
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
3101
- "optional": false,
3102
- "value": "=split(request.headers.authorization, \" \")[2]",
3103
- "constraints": {
3104
- "notEmpty": true
3105
- },
3106
- "feel": "required",
3673
+ "label": "Username",
3674
+ "description": "Username for basic authentication",
3675
+ "type": "String",
3107
3676
  "group": "authorization",
3677
+ "feel": "optional",
3108
3678
  "binding": {
3109
- "name": "inbound.auth.apiKeyLocator",
3110
- "type": "zeebe:property"
3679
+ "type": "zeebe:property",
3680
+ "name": "inbound.auth.username"
3111
3681
  },
3112
3682
  "condition": {
3113
- "property": "inbound.auth.type",
3114
- "equals": "APIKEY",
3115
- "type": "simple"
3683
+ "property": "authorizationType",
3684
+ "equals": "BASIC"
3116
3685
  },
3117
- "type": "String"
3686
+ "constraints": {
3687
+ "notEmpty": true
3688
+ }
3118
3689
  },
3119
3690
  {
3120
- "id": "inbound.auth.jwt.jwkUrl",
3121
- "label": "JWK URL",
3122
- "description": "Well-known URL of JWKs",
3123
- "optional": false,
3124
- "feel": "optional",
3691
+ "label": "Password",
3692
+ "description": "Password for basic authentication",
3693
+ "type": "String",
3125
3694
  "group": "authorization",
3695
+ "feel": "optional",
3126
3696
  "binding": {
3127
- "name": "inbound.auth.jwt.jwkUrl",
3128
- "type": "zeebe:property"
3697
+ "type": "zeebe:property",
3698
+ "name": "inbound.auth.password"
3129
3699
  },
3130
3700
  "condition": {
3131
- "property": "inbound.auth.type",
3132
- "equals": "JWT",
3133
- "type": "simple"
3701
+ "property": "authorizationType",
3702
+ "equals": "BASIC"
3134
3703
  },
3135
- "type": "String"
3704
+ "constraints": {
3705
+ "notEmpty": true
3706
+ }
3136
3707
  },
3137
3708
  {
3138
- "id": "inbound.auth.jwt.permissionsExpression",
3139
- "label": "JWT role property expression",
3140
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
3141
- "optional": false,
3142
- "feel": "required",
3709
+ "label": "API Key",
3710
+ "description": "Expected API key",
3711
+ "type": "String",
3143
3712
  "group": "authorization",
3713
+ "feel": "optional",
3144
3714
  "binding": {
3145
- "name": "inbound.auth.jwt.permissionsExpression",
3146
- "type": "zeebe:property"
3715
+ "type": "zeebe:property",
3716
+ "name": "inbound.auth.apiKey"
3147
3717
  },
3148
3718
  "condition": {
3149
- "property": "inbound.auth.type",
3150
- "equals": "JWT",
3151
- "type": "simple"
3719
+ "property": "authorizationType",
3720
+ "equals": "APIKEY"
3152
3721
  },
3153
- "type": "String"
3722
+ "constraints": {
3723
+ "notEmpty": true
3724
+ }
3154
3725
  },
3155
3726
  {
3156
- "id": "inbound.auth.jwt.requiredPermissions",
3157
- "label": "Required roles",
3158
- "description": "List of roles to test JWT roles against",
3159
- "optional": false,
3160
- "feel": "required",
3727
+ "label": "API Key locator",
3728
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
3729
+ "type": "String",
3161
3730
  "group": "authorization",
3731
+ "feel": "required",
3162
3732
  "binding": {
3163
- "name": "inbound.auth.jwt.requiredPermissions",
3164
- "type": "zeebe:property"
3733
+ "type": "zeebe:property",
3734
+ "name": "inbound.auth.apiKeyLocator"
3165
3735
  },
3166
3736
  "condition": {
3167
- "property": "inbound.auth.type",
3168
- "equals": "JWT",
3169
- "type": "simple"
3737
+ "property": "authorizationType",
3738
+ "equals": "APIKEY"
3170
3739
  },
3171
- "type": "String"
3172
- },
3173
- {
3174
- "id": "inbound.responseBodyExpression",
3175
- "label": "Response body expression",
3176
- "description": "Specify condition and response",
3177
- "optional": true,
3178
- "feel": "required",
3179
- "group": "webhookResponse",
3180
- "binding": {
3181
- "name": "inbound.responseBodyExpression",
3182
- "type": "zeebe:property"
3740
+ "constraints": {
3741
+ "notEmpty": true
3183
3742
  },
3184
- "type": "Text"
3743
+ "value": "=split(request.headers.authorization, \" \")[2]"
3185
3744
  },
3186
3745
  {
3187
- "id": "inbound.verificationExpression",
3188
- "label": "One time verification response expression",
3189
- "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
3190
- "optional": true,
3746
+ "label": "Message ID expression",
3191
3747
  "feel": "required",
3192
- "group": "webhookResponse",
3748
+ "type": "String",
3749
+ "optional": true,
3750
+ "group": "activation",
3193
3751
  "binding": {
3194
- "name": "inbound.verificationExpression",
3195
- "type": "zeebe:property"
3752
+ "type": "zeebe:property",
3753
+ "name": "messageIdExpression"
3196
3754
  },
3197
- "type": "Text"
3755
+ "description": "Expression to extract unique identifier of a message"
3198
3756
  },
3199
- {
3200
- "id": "activationCondition",
3201
- "label": "Activation condition",
3202
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
3203
- "optional": true,
3204
- "feel": "required",
3757
+ {
3758
+ "label": "Condition",
3759
+ "type": "String",
3205
3760
  "group": "activation",
3761
+ "feel": "required",
3762
+ "optional": true,
3206
3763
  "binding": {
3207
- "name": "activationCondition",
3208
- "type": "zeebe:property"
3764
+ "type": "zeebe:property",
3765
+ "name": "activationCondition"
3209
3766
  },
3210
- "type": "String"
3767
+ "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/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
3211
3768
  },
3212
3769
  {
3213
- "id": "correlationRequired",
3214
- "label": "Subprocess correlation required",
3770
+ "label": "Correlation required",
3215
3771
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
3216
- "value": "notRequired",
3772
+ "id": "correlationRequired",
3217
3773
  "group": "correlation",
3218
- "binding": {
3219
- "name": "correlationRequired",
3220
- "type": "zeebe:property"
3221
- },
3222
3774
  "type": "Dropdown",
3775
+ "value": "notRequired",
3223
3776
  "choices": [
3224
3777
  {
3225
3778
  "name": "Correlation not required",
@@ -3229,111 +3782,101 @@
3229
3782
  "name": "Correlation required",
3230
3783
  "value": "required"
3231
3784
  }
3232
- ]
3785
+ ],
3786
+ "binding": {
3787
+ "type": "zeebe:property",
3788
+ "name": "correlationRequired"
3789
+ }
3233
3790
  },
3234
3791
  {
3235
- "id": "correlationKeyProcess",
3236
3792
  "label": "Correlation key (process)",
3793
+ "type": "String",
3794
+ "group": "correlation",
3795
+ "feel": "required",
3237
3796
  "description": "Sets up the correlation key from process variables",
3797
+ "binding": {
3798
+ "type": "bpmn:Message#zeebe:subscription#property",
3799
+ "name": "correlationKey"
3800
+ },
3238
3801
  "constraints": {
3239
3802
  "notEmpty": true
3240
3803
  },
3241
- "feel": "required",
3242
- "group": "correlation",
3243
- "binding": {
3244
- "name": "correlationKey",
3245
- "type": "bpmn:Message#zeebe:subscription#property"
3246
- },
3247
3804
  "condition": {
3248
3805
  "property": "correlationRequired",
3249
- "equals": "required",
3250
- "type": "simple"
3251
- },
3252
- "type": "String"
3806
+ "equals": "required"
3807
+ }
3253
3808
  },
3254
3809
  {
3255
- "id": "correlationKeyPayload",
3256
3810
  "label": "Correlation key (payload)",
3811
+ "type": "String",
3812
+ "group": "correlation",
3813
+ "feel": "required",
3814
+ "binding": {
3815
+ "type": "zeebe:property",
3816
+ "name": "correlationKeyExpression"
3817
+ },
3257
3818
  "description": "Extracts the correlation key from the incoming message payload",
3258
3819
  "constraints": {
3259
3820
  "notEmpty": true
3260
3821
  },
3261
- "feel": "required",
3262
- "group": "correlation",
3263
- "binding": {
3264
- "name": "correlationKeyExpression",
3265
- "type": "zeebe:property"
3266
- },
3267
3822
  "condition": {
3268
3823
  "property": "correlationRequired",
3269
- "equals": "required",
3270
- "type": "simple"
3271
- },
3272
- "type": "String"
3824
+ "equals": "required"
3825
+ }
3273
3826
  },
3274
3827
  {
3275
- "id": "messageIdExpression",
3276
- "label": "Message ID expression",
3277
- "description": "Expression to extract unique identifier of a message",
3828
+ "label": "Result variable",
3829
+ "type": "String",
3830
+ "group": "variable-mapping",
3278
3831
  "optional": true,
3279
- "feel": "required",
3280
- "group": "correlation",
3281
- "binding": {
3282
- "name": "messageIdExpression",
3283
- "type": "zeebe:property"
3284
- },
3285
- "type": "String"
3286
- },
3287
- {
3288
- "id": "messageNameUuid",
3289
- "generatedValue": {
3290
- "type": "uuid"
3291
- },
3292
- "group": "correlation",
3293
3832
  "binding": {
3294
- "name": "name",
3295
- "type": "bpmn:Message#property"
3833
+ "type": "zeebe:property",
3834
+ "name": "resultVariable"
3296
3835
  },
3297
- "type": "Hidden"
3836
+ "description": "Name of variable to store the result of the connector in"
3298
3837
  },
3299
3838
  {
3300
- "id": "resultVariable",
3301
- "label": "Result variable",
3302
- "description": "Name of variable to store the response in",
3303
- "group": "output",
3839
+ "label": "Result expression",
3840
+ "type": "String",
3841
+ "group": "variable-mapping",
3842
+ "feel": "required",
3843
+ "optional": true,
3304
3844
  "binding": {
3305
- "name": "resultVariable",
3306
- "type": "zeebe:property"
3845
+ "type": "zeebe:property",
3846
+ "name": "resultExpression"
3307
3847
  },
3308
- "type": "String"
3848
+ "description": "Expression to map the inbound payload to process variables"
3309
3849
  },
3310
3850
  {
3311
- "id": "resultExpression",
3312
- "label": "Result expression",
3313
- "description": "Expression to map the response into process variables",
3851
+ "label": "Response body expression",
3852
+ "type": "Text",
3853
+ "group": "webhookResponse",
3314
3854
  "feel": "required",
3315
- "group": "output",
3855
+ "optional": true,
3316
3856
  "binding": {
3317
- "name": "resultExpression",
3318
- "type": "zeebe:property"
3857
+ "type": "zeebe:property",
3858
+ "name": "inbound.responseBodyExpression"
3319
3859
  },
3320
- "type": "Text"
3860
+ "description": "Specify condition and response"
3321
3861
  }
3322
3862
  ],
3323
3863
  "icon": {
3324
- "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
3864
+ "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
3325
3865
  },
3326
3866
  "engines": {
3327
- "camunda": "^8.5"
3867
+ "camunda": "^8.2"
3328
3868
  }
3329
3869
  },
3330
3870
  {
3331
3871
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3332
3872
  "name": "Webhook Message Start Event Connector",
3333
3873
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
3334
- "version": 1,
3335
3874
  "description": "Configure webhook to receive callbacks",
3336
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
3875
+ "metadata": {
3876
+ "keywords": []
3877
+ },
3878
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
3879
+ "version": 13,
3337
3880
  "category": {
3338
3881
  "id": "connectors",
3339
3882
  "name": "Connectors"
@@ -3343,6 +3886,9 @@
3343
3886
  "value": "bpmn:StartEvent",
3344
3887
  "eventDefinition": "bpmn:MessageEventDefinition"
3345
3888
  },
3889
+ "engines": {
3890
+ "camunda": "^8.3"
3891
+ },
3346
3892
  "groups": [
3347
3893
  {
3348
3894
  "id": "endpoint",
@@ -3356,56 +3902,49 @@
3356
3902
  "id": "authorization",
3357
3903
  "label": "Authorization"
3358
3904
  },
3905
+ {
3906
+ "id": "webhookResponse",
3907
+ "label": "Webhook response"
3908
+ },
3359
3909
  {
3360
3910
  "id": "activation",
3361
3911
  "label": "Activation"
3362
3912
  },
3363
3913
  {
3364
3914
  "id": "correlation",
3365
- "label": "Subprocess correlation"
3915
+ "label": "Correlation",
3916
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
3366
3917
  },
3367
3918
  {
3368
- "id": "variable-mapping",
3369
- "label": "Variable mapping"
3919
+ "id": "deduplication",
3920
+ "label": "Deduplication",
3921
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
3370
3922
  },
3371
3923
  {
3372
- "id": "webhookResponse",
3373
- "label": "Webhook response"
3924
+ "id": "output",
3925
+ "label": "Output mapping"
3374
3926
  }
3375
3927
  ],
3376
3928
  "properties": [
3377
3929
  {
3378
- "type": "Hidden",
3379
3930
  "value": "io.camunda:webhook:1",
3380
3931
  "binding": {
3381
- "type": "zeebe:property",
3382
- "name": "inbound.type"
3383
- }
3384
- },
3385
- {
3386
- "type": "Hidden",
3387
- "generatedValue": {
3388
- "type": "uuid"
3932
+ "name": "inbound.type",
3933
+ "type": "zeebe:property"
3389
3934
  },
3390
- "binding": {
3391
- "type": "bpmn:Message#property",
3392
- "name": "name"
3393
- }
3394
- },
3395
- {
3396
- "type": "Hidden",
3397
- "value": "ConfigurableInboundWebhook",
3398
- "binding": {
3399
- "type": "zeebe:property",
3400
- "name": "inbound.subtype"
3401
- }
3935
+ "type": "Hidden"
3402
3936
  },
3403
3937
  {
3404
- "id": "webhookMethod",
3938
+ "id": "inbound.method",
3405
3939
  "label": "Webhook method",
3406
- "group": "endpoint",
3407
3940
  "description": "Select HTTP method",
3941
+ "optional": false,
3408
3942
  "value": "any",
3943
+ "group": "endpoint",
3944
+ "binding": {
3945
+ "name": "inbound.method",
3946
+ "type": "zeebe:property"
3947
+ },
3409
3948
  "type": "Dropdown",
3410
3949
  "choices": [
3411
3950
  {
@@ -3413,46 +3952,53 @@
3413
3952
  "value": "any"
3414
3953
  },
3415
3954
  {
3416
- "name": "Get",
3955
+ "name": "GET",
3417
3956
  "value": "get"
3418
3957
  },
3419
3958
  {
3420
- "name": "Post",
3959
+ "name": "POST",
3421
3960
  "value": "post"
3422
3961
  },
3423
3962
  {
3424
- "name": "Put",
3963
+ "name": "PUT",
3425
3964
  "value": "put"
3426
3965
  },
3427
3966
  {
3428
- "name": "Delete",
3967
+ "name": "DELETE",
3429
3968
  "value": "delete"
3430
3969
  }
3431
- ],
3432
- "binding": {
3433
- "type": "zeebe:property",
3434
- "name": "inbound.method"
3435
- }
3970
+ ]
3436
3971
  },
3437
3972
  {
3973
+ "id": "inbound.context",
3438
3974
  "label": "Webhook ID",
3439
- "type": "String",
3975
+ "description": "The webhook ID is a part of the URL",
3976
+ "optional": false,
3977
+ "constraints": {
3978
+ "notEmpty": true,
3979
+ "pattern": {
3980
+ "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
3981
+ "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
3982
+ }
3983
+ },
3440
3984
  "group": "endpoint",
3441
3985
  "binding": {
3442
- "type": "zeebe:property",
3443
- "name": "inbound.context"
3986
+ "name": "inbound.context",
3987
+ "type": "zeebe:property"
3444
3988
  },
3445
- "description": "The webhook ID is a part of the URL",
3446
- "constraints": {
3447
- "notEmpty": true
3448
- }
3989
+ "type": "String"
3449
3990
  },
3450
3991
  {
3451
- "id": "shouldValidateHmac",
3992
+ "id": "inbound.shouldValidateHmac",
3452
3993
  "label": "HMAC authentication",
3453
- "group": "authentication",
3454
- "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",
3994
+ "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",
3995
+ "optional": false,
3455
3996
  "value": "disabled",
3997
+ "group": "authentication",
3998
+ "binding": {
3999
+ "name": "inbound.shouldValidateHmac",
4000
+ "type": "zeebe:property"
4001
+ },
3456
4002
  "type": "Dropdown",
3457
4003
  "choices": [
3458
4004
  {
@@ -3463,47 +4009,60 @@
3463
4009
  "name": "Disabled",
3464
4010
  "value": "disabled"
3465
4011
  }
3466
- ],
3467
- "binding": {
3468
- "type": "zeebe:property",
3469
- "name": "inbound.shouldValidateHmac"
3470
- }
4012
+ ]
3471
4013
  },
3472
4014
  {
4015
+ "id": "inbound.hmacSecret",
3473
4016
  "label": "HMAC secret key",
3474
4017
  "description": "Shared secret key",
3475
- "type": "String",
3476
- "group": "authentication",
3477
4018
  "optional": true,
4019
+ "feel": "optional",
4020
+ "group": "authentication",
3478
4021
  "binding": {
3479
- "type": "zeebe:property",
3480
- "name": "inbound.hmacSecret"
4022
+ "name": "inbound.hmacSecret",
4023
+ "type": "zeebe:property"
3481
4024
  },
3482
4025
  "condition": {
3483
- "property": "shouldValidateHmac",
3484
- "equals": "enabled"
3485
- }
4026
+ "property": "inbound.shouldValidateHmac",
4027
+ "equals": "enabled",
4028
+ "type": "simple"
4029
+ },
4030
+ "type": "String"
3486
4031
  },
3487
4032
  {
4033
+ "id": "inbound.hmacHeader",
3488
4034
  "label": "HMAC header",
3489
4035
  "description": "Name of header attribute that will contain the HMAC value",
3490
- "type": "String",
3491
- "group": "authentication",
3492
4036
  "optional": true,
4037
+ "feel": "optional",
4038
+ "group": "authentication",
3493
4039
  "binding": {
3494
- "type": "zeebe:property",
3495
- "name": "inbound.hmacHeader"
4040
+ "name": "inbound.hmacHeader",
4041
+ "type": "zeebe:property"
3496
4042
  },
3497
4043
  "condition": {
3498
- "property": "shouldValidateHmac",
3499
- "equals": "enabled"
3500
- }
4044
+ "property": "inbound.shouldValidateHmac",
4045
+ "equals": "enabled",
4046
+ "type": "simple"
4047
+ },
4048
+ "type": "String"
3501
4049
  },
3502
4050
  {
4051
+ "id": "inbound.hmacAlgorithm",
3503
4052
  "label": "HMAC algorithm",
3504
- "group": "authentication",
3505
4053
  "description": "Choose HMAC algorithm",
4054
+ "optional": false,
3506
4055
  "value": "sha_256",
4056
+ "group": "authentication",
4057
+ "binding": {
4058
+ "name": "inbound.hmacAlgorithm",
4059
+ "type": "zeebe:property"
4060
+ },
4061
+ "condition": {
4062
+ "property": "inbound.shouldValidateHmac",
4063
+ "equals": "enabled",
4064
+ "type": "simple"
4065
+ },
3507
4066
  "type": "Dropdown",
3508
4067
  "choices": [
3509
4068
  {
@@ -3518,214 +4077,248 @@
3518
4077
  "name": "SHA-512",
3519
4078
  "value": "sha_512"
3520
4079
  }
3521
- ],
3522
- "binding": {
3523
- "type": "zeebe:property",
3524
- "name": "inbound.hmacAlgorithm"
3525
- },
3526
- "condition": {
3527
- "property": "shouldValidateHmac",
3528
- "equals": "enabled"
3529
- }
4080
+ ]
3530
4081
  },
3531
4082
  {
4083
+ "id": "inbound.hmacScopes",
3532
4084
  "label": "HMAC scopes",
3533
- "group": "authentication",
3534
- "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
3535
- "feel": "required",
3536
- "type": "String",
4085
+ "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
3537
4086
  "optional": true,
4087
+ "feel": "required",
4088
+ "group": "authentication",
3538
4089
  "binding": {
3539
- "type": "zeebe:property",
3540
- "name": "inbound.hmacScopes"
4090
+ "name": "inbound.hmacScopes",
4091
+ "type": "zeebe:property"
3541
4092
  },
3542
4093
  "condition": {
3543
- "property": "shouldValidateHmac",
3544
- "equals": "enabled"
3545
- }
4094
+ "property": "inbound.shouldValidateHmac",
4095
+ "equals": "enabled",
4096
+ "type": "simple"
4097
+ },
4098
+ "type": "String"
3546
4099
  },
3547
4100
  {
3548
- "id": "authorizationType",
4101
+ "id": "inbound.auth.type",
3549
4102
  "label": "Authorization type",
3550
- "group": "authorization",
3551
- "description": "Choose the authorization type.",
4103
+ "description": "Choose the authorization type",
3552
4104
  "value": "NONE",
4105
+ "group": "authorization",
4106
+ "binding": {
4107
+ "name": "inbound.auth.type",
4108
+ "type": "zeebe:property"
4109
+ },
3553
4110
  "type": "Dropdown",
3554
4111
  "choices": [
3555
4112
  {
3556
4113
  "name": "None",
3557
4114
  "value": "NONE"
3558
4115
  },
3559
- {
3560
- "name": "JWT",
3561
- "value": "JWT"
3562
- },
3563
4116
  {
3564
4117
  "name": "Basic",
3565
4118
  "value": "BASIC"
3566
4119
  },
3567
4120
  {
3568
- "name": "API Key",
4121
+ "name": "API key",
3569
4122
  "value": "APIKEY"
4123
+ },
4124
+ {
4125
+ "name": "JWT",
4126
+ "value": "JWT"
3570
4127
  }
3571
- ],
3572
- "binding": {
3573
- "type": "zeebe:property",
3574
- "name": "inbound.auth.type"
3575
- }
4128
+ ]
3576
4129
  },
3577
4130
  {
3578
- "label": "JWK url",
3579
- "description": "Well-known url of JWKs",
3580
- "type": "String",
3581
- "group": "authorization",
4131
+ "id": "inbound.auth.username",
4132
+ "label": "Username",
4133
+ "description": "Username for basic authentication",
4134
+ "optional": false,
3582
4135
  "feel": "optional",
3583
- "optional": true,
4136
+ "group": "authorization",
3584
4137
  "binding": {
3585
- "type": "zeebe:property",
3586
- "name": "inbound.auth.jwt.jwkUrl"
4138
+ "name": "inbound.auth.username",
4139
+ "type": "zeebe:property"
3587
4140
  },
3588
4141
  "condition": {
3589
- "property": "authorizationType",
3590
- "equals": "JWT"
3591
- }
4142
+ "property": "inbound.auth.type",
4143
+ "equals": "BASIC",
4144
+ "type": "simple"
4145
+ },
4146
+ "type": "String"
3592
4147
  },
3593
4148
  {
3594
- "label": "JWT role property expression",
3595
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
3596
- "type": "String",
4149
+ "id": "inbound.auth.password",
4150
+ "label": "Password",
4151
+ "description": "Password for basic authentication",
4152
+ "optional": false,
4153
+ "feel": "optional",
3597
4154
  "group": "authorization",
3598
- "feel": "required",
3599
- "optional": true,
3600
4155
  "binding": {
3601
- "type": "zeebe:property",
3602
- "name": "inbound.auth.jwt.permissionsExpression"
4156
+ "name": "inbound.auth.password",
4157
+ "type": "zeebe:property"
3603
4158
  },
3604
4159
  "condition": {
3605
- "property": "authorizationType",
3606
- "equals": "JWT"
3607
- }
4160
+ "property": "inbound.auth.type",
4161
+ "equals": "BASIC",
4162
+ "type": "simple"
4163
+ },
4164
+ "type": "String"
3608
4165
  },
3609
4166
  {
3610
- "label": "Required roles",
3611
- "description": "List of roles to test JWT roles against",
3612
- "type": "String",
4167
+ "id": "inbound.auth.apiKey",
4168
+ "label": "API key",
4169
+ "description": "Expected API key",
4170
+ "optional": false,
4171
+ "feel": "optional",
3613
4172
  "group": "authorization",
3614
- "feel": "required",
3615
- "optional": true,
3616
4173
  "binding": {
3617
- "type": "zeebe:property",
3618
- "name": "inbound.auth.jwt.requiredPermissions"
4174
+ "name": "inbound.auth.apiKey",
4175
+ "type": "zeebe:property"
3619
4176
  },
3620
4177
  "condition": {
3621
- "property": "authorizationType",
3622
- "equals": "JWT"
3623
- }
4178
+ "property": "inbound.auth.type",
4179
+ "equals": "APIKEY",
4180
+ "type": "simple"
4181
+ },
4182
+ "type": "String"
3624
4183
  },
3625
4184
  {
3626
- "label": "Username",
3627
- "description": "Username for basic authentication",
3628
- "type": "String",
4185
+ "id": "inbound.auth.apiKeyLocator",
4186
+ "label": "API key locator",
4187
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
4188
+ "optional": false,
4189
+ "value": "=split(request.headers.authorization, \" \")[2]",
4190
+ "constraints": {
4191
+ "notEmpty": true
4192
+ },
4193
+ "feel": "required",
3629
4194
  "group": "authorization",
3630
- "feel": "optional",
3631
4195
  "binding": {
3632
- "type": "zeebe:property",
3633
- "name": "inbound.auth.username"
4196
+ "name": "inbound.auth.apiKeyLocator",
4197
+ "type": "zeebe:property"
3634
4198
  },
3635
4199
  "condition": {
3636
- "property": "authorizationType",
3637
- "equals": "BASIC"
4200
+ "property": "inbound.auth.type",
4201
+ "equals": "APIKEY",
4202
+ "type": "simple"
3638
4203
  },
3639
- "constraints": {
3640
- "notEmpty": true
3641
- }
4204
+ "type": "String"
3642
4205
  },
3643
4206
  {
3644
- "label": "Password",
3645
- "description": "Password for basic authentication",
3646
- "type": "String",
3647
- "group": "authorization",
4207
+ "id": "inbound.auth.jwt.jwkUrl",
4208
+ "label": "JWK URL",
4209
+ "description": "Well-known URL of JWKs",
4210
+ "optional": false,
3648
4211
  "feel": "optional",
4212
+ "group": "authorization",
3649
4213
  "binding": {
3650
- "type": "zeebe:property",
3651
- "name": "inbound.auth.password"
4214
+ "name": "inbound.auth.jwt.jwkUrl",
4215
+ "type": "zeebe:property"
3652
4216
  },
3653
4217
  "condition": {
3654
- "property": "authorizationType",
3655
- "equals": "BASIC"
4218
+ "property": "inbound.auth.type",
4219
+ "equals": "JWT",
4220
+ "type": "simple"
3656
4221
  },
3657
- "constraints": {
3658
- "notEmpty": true
3659
- }
4222
+ "type": "String"
3660
4223
  },
3661
4224
  {
3662
- "label": "API Key",
3663
- "description": "Expected API key",
3664
- "type": "String",
4225
+ "id": "inbound.auth.jwt.permissionsExpression",
4226
+ "label": "JWT role property expression",
4227
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
4228
+ "optional": false,
4229
+ "feel": "required",
3665
4230
  "group": "authorization",
3666
- "feel": "optional",
3667
4231
  "binding": {
3668
- "type": "zeebe:property",
3669
- "name": "inbound.auth.apiKey"
4232
+ "name": "inbound.auth.jwt.permissionsExpression",
4233
+ "type": "zeebe:property"
3670
4234
  },
3671
4235
  "condition": {
3672
- "property": "authorizationType",
3673
- "equals": "APIKEY"
4236
+ "property": "inbound.auth.type",
4237
+ "equals": "JWT",
4238
+ "type": "simple"
3674
4239
  },
3675
- "constraints": {
3676
- "notEmpty": true
3677
- }
4240
+ "type": "String"
3678
4241
  },
3679
4242
  {
3680
- "label": "API Key locator",
3681
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
3682
- "type": "String",
4243
+ "id": "inbound.auth.jwt.requiredPermissions",
4244
+ "label": "Required roles",
4245
+ "description": "List of roles to test JWT roles against",
4246
+ "optional": false,
4247
+ "feel": "required",
3683
4248
  "group": "authorization",
4249
+ "binding": {
4250
+ "name": "inbound.auth.jwt.requiredPermissions",
4251
+ "type": "zeebe:property"
4252
+ },
4253
+ "condition": {
4254
+ "property": "inbound.auth.type",
4255
+ "equals": "JWT",
4256
+ "type": "simple"
4257
+ },
4258
+ "type": "String"
4259
+ },
4260
+ {
4261
+ "id": "inbound.responseExpression",
4262
+ "label": "Response expression",
4263
+ "description": "Expression used to generate the HTTP response",
4264
+ "optional": true,
4265
+ "feel": "required",
4266
+ "group": "webhookResponse",
4267
+ "binding": {
4268
+ "name": "inbound.responseExpression",
4269
+ "type": "zeebe:property"
4270
+ },
4271
+ "type": "Text"
4272
+ },
4273
+ {
4274
+ "id": "inbound.verificationExpression",
4275
+ "label": "One time verification response expression",
4276
+ "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
4277
+ "optional": true,
3684
4278
  "feel": "required",
4279
+ "group": "webhookResponse",
3685
4280
  "binding": {
3686
- "type": "zeebe:property",
3687
- "name": "inbound.auth.apiKeyLocator"
3688
- },
3689
- "condition": {
3690
- "property": "authorizationType",
3691
- "equals": "APIKEY"
3692
- },
3693
- "constraints": {
3694
- "notEmpty": true
4281
+ "name": "inbound.verificationExpression",
4282
+ "type": "zeebe:property"
3695
4283
  },
3696
- "value": "=split(request.headers.authorization, \" \")[2]"
4284
+ "type": "Text"
3697
4285
  },
3698
4286
  {
3699
- "label": "Message ID expression",
3700
- "feel": "required",
3701
- "type": "String",
4287
+ "id": "activationCondition",
4288
+ "label": "Activation condition",
4289
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
3702
4290
  "optional": true,
4291
+ "feel": "required",
3703
4292
  "group": "activation",
3704
4293
  "binding": {
3705
- "type": "zeebe:property",
3706
- "name": "messageIdExpression"
4294
+ "name": "activationCondition",
4295
+ "type": "zeebe:property"
3707
4296
  },
3708
- "description": "Expression to extract unique identifier of a message"
4297
+ "type": "String"
3709
4298
  },
3710
4299
  {
3711
- "label": "Condition",
3712
- "type": "String",
4300
+ "id": "consumeUnmatchedEvents",
4301
+ "label": "Consume unmatched events",
4302
+ "value": true,
3713
4303
  "group": "activation",
3714
- "feel": "required",
3715
- "optional": true,
3716
4304
  "binding": {
3717
- "type": "zeebe:property",
3718
- "name": "activationCondition"
4305
+ "name": "consumeUnmatchedEvents",
4306
+ "type": "zeebe:property"
3719
4307
  },
3720
- "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/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
4308
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
4309
+ "type": "Boolean"
3721
4310
  },
3722
4311
  {
3723
- "label": "Correlation required",
3724
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
3725
4312
  "id": "correlationRequired",
4313
+ "label": "Subprocess correlation required",
4314
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
4315
+ "value": "notRequired",
3726
4316
  "group": "correlation",
4317
+ "binding": {
4318
+ "name": "correlationRequired",
4319
+ "type": "zeebe:property"
4320
+ },
3727
4321
  "type": "Dropdown",
3728
- "value": "notRequired",
3729
4322
  "choices": [
3730
4323
  {
3731
4324
  "name": "Correlation not required",
@@ -3735,89 +4328,183 @@
3735
4328
  "name": "Correlation required",
3736
4329
  "value": "required"
3737
4330
  }
3738
- ],
3739
- "binding": {
3740
- "type": "zeebe:property",
3741
- "name": "correlationRequired"
3742
- }
4331
+ ]
3743
4332
  },
3744
4333
  {
4334
+ "id": "correlationKeyProcess",
3745
4335
  "label": "Correlation key (process)",
3746
- "type": "String",
3747
- "group": "correlation",
3748
- "feel": "required",
3749
4336
  "description": "Sets up the correlation key from process variables",
3750
- "binding": {
3751
- "type": "bpmn:Message#zeebe:subscription#property",
3752
- "name": "correlationKey"
3753
- },
3754
4337
  "constraints": {
3755
4338
  "notEmpty": true
3756
4339
  },
4340
+ "feel": "required",
4341
+ "group": "correlation",
4342
+ "binding": {
4343
+ "name": "correlationKey",
4344
+ "type": "bpmn:Message#zeebe:subscription#property"
4345
+ },
3757
4346
  "condition": {
3758
4347
  "property": "correlationRequired",
3759
- "equals": "required"
3760
- }
4348
+ "equals": "required",
4349
+ "type": "simple"
4350
+ },
4351
+ "type": "String"
3761
4352
  },
3762
4353
  {
4354
+ "id": "correlationKeyPayload",
3763
4355
  "label": "Correlation key (payload)",
3764
- "type": "String",
3765
- "group": "correlation",
3766
- "feel": "required",
3767
- "binding": {
3768
- "type": "zeebe:property",
3769
- "name": "correlationKeyExpression"
3770
- },
3771
4356
  "description": "Extracts the correlation key from the incoming message payload",
3772
4357
  "constraints": {
3773
4358
  "notEmpty": true
3774
4359
  },
4360
+ "feel": "required",
4361
+ "group": "correlation",
4362
+ "binding": {
4363
+ "name": "correlationKeyExpression",
4364
+ "type": "zeebe:property"
4365
+ },
3775
4366
  "condition": {
3776
4367
  "property": "correlationRequired",
3777
- "equals": "required"
3778
- }
4368
+ "equals": "required",
4369
+ "type": "simple"
4370
+ },
4371
+ "type": "String"
3779
4372
  },
3780
4373
  {
3781
- "label": "Result variable",
3782
- "type": "String",
3783
- "group": "variable-mapping",
4374
+ "id": "messageTtl",
4375
+ "label": "Message TTL",
4376
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
3784
4377
  "optional": true,
4378
+ "constraints": {
4379
+ "notEmpty": false,
4380
+ "pattern": {
4381
+ "value": "^(PT.*|)$",
4382
+ "message": "must be an ISO-8601 duration"
4383
+ }
4384
+ },
4385
+ "feel": "optional",
4386
+ "group": "correlation",
3785
4387
  "binding": {
3786
- "type": "zeebe:property",
3787
- "name": "resultVariable"
4388
+ "name": "messageTtl",
4389
+ "type": "zeebe:property"
3788
4390
  },
3789
- "description": "Name of variable to store the result of the connector in"
4391
+ "type": "String"
3790
4392
  },
3791
4393
  {
3792
- "label": "Result expression",
3793
- "type": "String",
3794
- "group": "variable-mapping",
3795
- "feel": "required",
4394
+ "id": "messageIdExpression",
4395
+ "label": "Message ID expression",
4396
+ "description": "Expression to extract unique identifier of a message",
3796
4397
  "optional": true,
4398
+ "feel": "required",
4399
+ "group": "correlation",
3797
4400
  "binding": {
3798
- "type": "zeebe:property",
3799
- "name": "resultExpression"
4401
+ "name": "messageIdExpression",
4402
+ "type": "zeebe:property"
3800
4403
  },
3801
- "description": "Expression to map the inbound payload to process variables"
4404
+ "type": "String"
3802
4405
  },
3803
4406
  {
3804
- "label": "Response body expression",
3805
- "type": "Text",
3806
- "group": "webhookResponse",
4407
+ "id": "messageNameUuid",
4408
+ "generatedValue": {
4409
+ "type": "uuid"
4410
+ },
4411
+ "group": "correlation",
4412
+ "binding": {
4413
+ "name": "name",
4414
+ "type": "bpmn:Message#property"
4415
+ },
4416
+ "type": "Hidden"
4417
+ },
4418
+ {
4419
+ "id": "deduplicationModeManualFlag",
4420
+ "label": "Manual mode",
4421
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
4422
+ "value": false,
4423
+ "group": "deduplication",
4424
+ "binding": {
4425
+ "name": "deduplicationModeManualFlag",
4426
+ "type": "zeebe:property"
4427
+ },
4428
+ "type": "Boolean"
4429
+ },
4430
+ {
4431
+ "id": "deduplicationId",
4432
+ "label": "Deduplication ID",
4433
+ "constraints": {
4434
+ "notEmpty": true,
4435
+ "pattern": {
4436
+ "value": "^[a-zA-Z0-9_-]+$",
4437
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
4438
+ }
4439
+ },
4440
+ "group": "deduplication",
4441
+ "binding": {
4442
+ "name": "deduplicationId",
4443
+ "type": "zeebe:property"
4444
+ },
4445
+ "condition": {
4446
+ "property": "deduplicationModeManualFlag",
4447
+ "equals": true,
4448
+ "type": "simple"
4449
+ },
4450
+ "type": "String"
4451
+ },
4452
+ {
4453
+ "id": "deduplicationModeManual",
4454
+ "value": "MANUAL",
4455
+ "group": "deduplication",
4456
+ "binding": {
4457
+ "name": "deduplicationMode",
4458
+ "type": "zeebe:property"
4459
+ },
4460
+ "condition": {
4461
+ "property": "deduplicationId",
4462
+ "isActive": true,
4463
+ "type": "simple"
4464
+ },
4465
+ "type": "Hidden"
4466
+ },
4467
+ {
4468
+ "id": "deduplicationModeAuto",
4469
+ "value": "AUTO",
4470
+ "group": "deduplication",
4471
+ "binding": {
4472
+ "name": "deduplicationMode",
4473
+ "type": "zeebe:property"
4474
+ },
4475
+ "condition": {
4476
+ "property": "deduplicationId",
4477
+ "isActive": false,
4478
+ "type": "simple"
4479
+ },
4480
+ "type": "Hidden"
4481
+ },
4482
+ {
4483
+ "id": "resultVariable",
4484
+ "label": "Result variable",
4485
+ "description": "Name of variable to store the response in",
4486
+ "group": "output",
4487
+ "binding": {
4488
+ "name": "resultVariable",
4489
+ "type": "zeebe:property"
4490
+ },
4491
+ "type": "String"
4492
+ },
4493
+ {
4494
+ "id": "resultExpression",
4495
+ "label": "Result expression",
4496
+ "description": "Expression to map the response into process variables",
3807
4497
  "feel": "required",
3808
- "optional": true,
4498
+ "group": "output",
3809
4499
  "binding": {
3810
- "type": "zeebe:property",
3811
- "name": "inbound.responseBodyExpression"
4500
+ "name": "resultExpression",
4501
+ "type": "zeebe:property"
3812
4502
  },
3813
- "description": "Specify condition and response"
4503
+ "type": "Text"
3814
4504
  }
3815
4505
  ],
3816
4506
  "icon": {
3817
- "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
3818
- },
3819
- "engines": {
3820
- "camunda": "^8.2"
4507
+ "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
3821
4508
  }
3822
4509
  },
3823
4510
  {
@@ -3835,7 +4522,7 @@
3835
4522
  "listen for event"
3836
4523
  ],
3837
4524
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
3838
- "version": 14,
4525
+ "version": 15,
3839
4526
  "category": {
3840
4527
  "id": "connectors",
3841
4528
  "name": "Connectors"
@@ -4221,27 +4908,27 @@
4221
4908
  "type": "String"
4222
4909
  },
4223
4910
  {
4224
- "id": "inbound.responseExpression",
4225
- "label": "Response expression",
4226
- "description": "Expression used to generate the HTTP response",
4911
+ "id": "inbound.verificationExpression",
4912
+ "label": "One time verification response expression",
4913
+ "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
4227
4914
  "optional": true,
4228
4915
  "feel": "required",
4229
4916
  "group": "webhookResponse",
4230
4917
  "binding": {
4231
- "name": "inbound.responseExpression",
4918
+ "name": "inbound.verificationExpression",
4232
4919
  "type": "zeebe:property"
4233
4920
  },
4234
4921
  "type": "Text"
4235
4922
  },
4236
4923
  {
4237
- "id": "inbound.verificationExpression",
4238
- "label": "One time verification response expression",
4239
- "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
4924
+ "id": "inbound.responseExpression",
4925
+ "label": "Response expression",
4926
+ "description": "Expression used to generate the HTTP response",
4240
4927
  "optional": true,
4241
4928
  "feel": "required",
4242
4929
  "group": "webhookResponse",
4243
4930
  "binding": {
4244
- "name": "inbound.verificationExpression",
4931
+ "name": "inbound.responseExpression",
4245
4932
  "type": "zeebe:property"
4246
4933
  },
4247
4934
  "type": "Text"