@camunda/connectors-element-templates 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Webhook Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
6
- "version": 2,
6
+ "version": 1,
7
7
  "description": "Configure webhook to receive callbacks",
8
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
9
9
  "category": {
@@ -472,18 +472,6 @@
472
472
  },
473
473
  "description": "Expression to map the inbound payload to process variables"
474
474
  },
475
- {
476
- "label": "One time verification response expression",
477
- "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>",
478
- "type": "Text",
479
- "group": "webhookResponse",
480
- "feel": "required",
481
- "optional": true,
482
- "binding": {
483
- "type": "zeebe:property",
484
- "name": "inbound.verificationExpression"
485
- }
486
- },
487
475
  {
488
476
  "label": "Response body expression",
489
477
  "type": "Text",
@@ -501,16 +489,16 @@
501
489
  "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"
502
490
  },
503
491
  "engines": {
504
- "camunda": "^8.4"
492
+ "camunda": "^8.2"
505
493
  }
506
494
  },
507
495
  {
508
496
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
509
497
  "name": "Webhook Message Start Event Connector",
510
498
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
499
+ "version": 3,
511
500
  "description": "Configure webhook to receive callbacks",
512
501
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
513
- "version": 10,
514
502
  "category": {
515
503
  "id": "connectors",
516
504
  "name": "Connectors"
@@ -533,43 +521,56 @@
533
521
  "id": "authorization",
534
522
  "label": "Authorization"
535
523
  },
536
- {
537
- "id": "webhookResponse",
538
- "label": "Webhook response"
539
- },
540
524
  {
541
525
  "id": "activation",
542
526
  "label": "Activation"
543
527
  },
544
528
  {
545
529
  "id": "correlation",
546
- "label": "Correlation"
530
+ "label": "Subprocess correlation"
547
531
  },
548
532
  {
549
- "id": "output",
550
- "label": "Output mapping"
533
+ "id": "variable-mapping",
534
+ "label": "Variable mapping"
535
+ },
536
+ {
537
+ "id": "webhookResponse",
538
+ "label": "Webhook response"
551
539
  }
552
540
  ],
553
541
  "properties": [
554
542
  {
543
+ "type": "Hidden",
555
544
  "value": "io.camunda:webhook:1",
556
545
  "binding": {
557
- "name": "inbound.type",
558
- "type": "zeebe:property"
546
+ "type": "zeebe:property",
547
+ "name": "inbound.type"
548
+ }
549
+ },
550
+ {
551
+ "type": "Hidden",
552
+ "generatedValue": {
553
+ "type": "uuid"
559
554
  },
560
- "type": "Hidden"
555
+ "binding": {
556
+ "type": "bpmn:Message#property",
557
+ "name": "name"
558
+ }
561
559
  },
562
560
  {
563
- "id": "inbound.method",
561
+ "type": "Hidden",
562
+ "value": "ConfigurableInboundWebhook",
563
+ "binding": {
564
+ "type": "zeebe:property",
565
+ "name": "inbound.subtype"
566
+ }
567
+ },
568
+ {
569
+ "id": "webhookMethod",
564
570
  "label": "Webhook method",
571
+ "group": "endpoint",
565
572
  "description": "Select HTTP method",
566
- "optional": false,
567
573
  "value": "any",
568
- "group": "endpoint",
569
- "binding": {
570
- "name": "inbound.method",
571
- "type": "zeebe:property"
572
- },
573
574
  "type": "Dropdown",
574
575
  "choices": [
575
576
  {
@@ -577,53 +578,50 @@
577
578
  "value": "any"
578
579
  },
579
580
  {
580
- "name": "GET",
581
+ "name": "Get",
581
582
  "value": "get"
582
583
  },
583
584
  {
584
- "name": "POST",
585
+ "name": "Post",
585
586
  "value": "post"
586
587
  },
587
588
  {
588
- "name": "PUT",
589
+ "name": "Put",
589
590
  "value": "put"
590
591
  },
591
592
  {
592
- "name": "DELETE",
593
+ "name": "Delete",
593
594
  "value": "delete"
594
595
  }
595
- ]
596
+ ],
597
+ "binding": {
598
+ "type": "zeebe:property",
599
+ "name": "inbound.method"
600
+ }
596
601
  },
597
602
  {
598
- "id": "inbound.context",
599
603
  "label": "Webhook ID",
604
+ "type": "String",
605
+ "group": "endpoint",
606
+ "binding": {
607
+ "type": "zeebe:property",
608
+ "name": "inbound.context"
609
+ },
600
610
  "description": "The webhook ID is a part of the URL",
601
- "optional": false,
602
611
  "constraints": {
603
612
  "notEmpty": true,
604
613
  "pattern": {
605
614
  "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
606
615
  "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
607
616
  }
608
- },
609
- "group": "endpoint",
610
- "binding": {
611
- "name": "inbound.context",
612
- "type": "zeebe:property"
613
- },
614
- "type": "String"
617
+ }
615
618
  },
616
619
  {
617
- "id": "inbound.shouldValidateHmac",
620
+ "id": "shouldValidateHmac",
618
621
  "label": "HMAC authentication",
622
+ "group": "authentication",
619
623
  "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",
620
- "optional": false,
621
624
  "value": "disabled",
622
- "group": "authentication",
623
- "binding": {
624
- "name": "inbound.shouldValidateHmac",
625
- "type": "zeebe:property"
626
- },
627
625
  "type": "Dropdown",
628
626
  "choices": [
629
627
  {
@@ -634,60 +632,47 @@
634
632
  "name": "Disabled",
635
633
  "value": "disabled"
636
634
  }
637
- ]
635
+ ],
636
+ "binding": {
637
+ "type": "zeebe:property",
638
+ "name": "inbound.shouldValidateHmac"
639
+ }
638
640
  },
639
641
  {
640
- "id": "inbound.hmacSecret",
641
642
  "label": "HMAC secret key",
642
643
  "description": "Shared secret key",
643
- "optional": true,
644
- "feel": "optional",
644
+ "type": "String",
645
645
  "group": "authentication",
646
+ "optional": true,
646
647
  "binding": {
647
- "name": "inbound.hmacSecret",
648
- "type": "zeebe:property"
648
+ "type": "zeebe:property",
649
+ "name": "inbound.hmacSecret"
649
650
  },
650
651
  "condition": {
651
- "property": "inbound.shouldValidateHmac",
652
- "equals": "enabled",
653
- "type": "simple"
654
- },
655
- "type": "String"
652
+ "property": "shouldValidateHmac",
653
+ "equals": "enabled"
654
+ }
656
655
  },
657
656
  {
658
- "id": "inbound.hmacHeader",
659
657
  "label": "HMAC header",
660
658
  "description": "Name of header attribute that will contain the HMAC value",
661
- "optional": true,
662
- "feel": "optional",
659
+ "type": "String",
663
660
  "group": "authentication",
661
+ "optional": true,
664
662
  "binding": {
665
- "name": "inbound.hmacHeader",
666
- "type": "zeebe:property"
663
+ "type": "zeebe:property",
664
+ "name": "inbound.hmacHeader"
667
665
  },
668
666
  "condition": {
669
- "property": "inbound.shouldValidateHmac",
670
- "equals": "enabled",
671
- "type": "simple"
672
- },
673
- "type": "String"
667
+ "property": "shouldValidateHmac",
668
+ "equals": "enabled"
669
+ }
674
670
  },
675
671
  {
676
- "id": "inbound.hmacAlgorithm",
677
672
  "label": "HMAC algorithm",
673
+ "group": "authentication",
678
674
  "description": "Choose HMAC algorithm",
679
- "optional": false,
680
675
  "value": "sha_256",
681
- "group": "authentication",
682
- "binding": {
683
- "name": "inbound.hmacAlgorithm",
684
- "type": "zeebe:property"
685
- },
686
- "condition": {
687
- "property": "inbound.shouldValidateHmac",
688
- "equals": "enabled",
689
- "type": "simple"
690
- },
691
676
  "type": "Dropdown",
692
677
  "choices": [
693
678
  {
@@ -702,236 +687,214 @@
702
687
  "name": "SHA-512",
703
688
  "value": "sha_512"
704
689
  }
705
- ]
690
+ ],
691
+ "binding": {
692
+ "type": "zeebe:property",
693
+ "name": "inbound.hmacAlgorithm"
694
+ },
695
+ "condition": {
696
+ "property": "shouldValidateHmac",
697
+ "equals": "enabled"
698
+ }
706
699
  },
707
700
  {
708
- "id": "inbound.hmacScopes",
709
701
  "label": "HMAC scopes",
702
+ "group": "authentication",
710
703
  "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>",
711
- "optional": true,
712
704
  "feel": "required",
713
- "group": "authentication",
705
+ "type": "String",
706
+ "optional": true,
714
707
  "binding": {
715
- "name": "inbound.hmacScopes",
716
- "type": "zeebe:property"
708
+ "type": "zeebe:property",
709
+ "name": "inbound.hmacScopes"
717
710
  },
718
711
  "condition": {
719
- "property": "inbound.shouldValidateHmac",
720
- "equals": "enabled",
721
- "type": "simple"
722
- },
723
- "type": "String"
712
+ "property": "shouldValidateHmac",
713
+ "equals": "enabled"
714
+ }
724
715
  },
725
716
  {
726
- "id": "inbound.auth.type",
717
+ "id": "authorizationType",
727
718
  "label": "Authorization type",
728
- "description": "Choose the authorization type",
729
- "value": "NONE",
730
719
  "group": "authorization",
731
- "binding": {
732
- "name": "inbound.auth.type",
733
- "type": "zeebe:property"
734
- },
720
+ "description": "Choose the authorization type.",
721
+ "value": "NONE",
735
722
  "type": "Dropdown",
736
723
  "choices": [
737
724
  {
738
725
  "name": "None",
739
726
  "value": "NONE"
740
727
  },
728
+ {
729
+ "name": "JWT",
730
+ "value": "JWT"
731
+ },
741
732
  {
742
733
  "name": "Basic",
743
734
  "value": "BASIC"
744
735
  },
745
736
  {
746
- "name": "API key",
737
+ "name": "API Key",
747
738
  "value": "APIKEY"
748
- },
749
- {
750
- "name": "JWT",
751
- "value": "JWT"
752
739
  }
753
- ]
740
+ ],
741
+ "binding": {
742
+ "type": "zeebe:property",
743
+ "name": "inbound.auth.type"
744
+ }
754
745
  },
755
746
  {
756
- "id": "inbound.auth.username",
757
- "label": "Username",
758
- "description": "Username for basic authentication",
759
- "optional": false,
760
- "feel": "optional",
747
+ "label": "JWK url",
748
+ "description": "Well-known url of JWKs",
749
+ "type": "String",
761
750
  "group": "authorization",
751
+ "feel": "optional",
752
+ "optional": true,
762
753
  "binding": {
763
- "name": "inbound.auth.username",
764
- "type": "zeebe:property"
754
+ "type": "zeebe:property",
755
+ "name": "inbound.auth.jwt.jwkUrl"
765
756
  },
766
757
  "condition": {
767
- "property": "inbound.auth.type",
768
- "equals": "BASIC",
769
- "type": "simple"
770
- },
771
- "type": "String"
758
+ "property": "authorizationType",
759
+ "equals": "JWT"
760
+ }
772
761
  },
773
762
  {
774
- "id": "inbound.auth.password",
775
- "label": "Password",
776
- "description": "Password for basic authentication",
777
- "optional": false,
778
- "feel": "optional",
763
+ "label": "JWT role property expression",
764
+ "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>",
765
+ "type": "String",
779
766
  "group": "authorization",
767
+ "feel": "required",
768
+ "optional": true,
780
769
  "binding": {
781
- "name": "inbound.auth.password",
782
- "type": "zeebe:property"
770
+ "type": "zeebe:property",
771
+ "name": "inbound.auth.jwt.permissionsExpression"
783
772
  },
784
773
  "condition": {
785
- "property": "inbound.auth.type",
786
- "equals": "BASIC",
787
- "type": "simple"
788
- },
789
- "type": "String"
774
+ "property": "authorizationType",
775
+ "equals": "JWT"
776
+ }
790
777
  },
791
778
  {
792
- "id": "inbound.auth.apiKey",
793
- "label": "API key",
794
- "description": "Expected API key",
795
- "optional": false,
796
- "feel": "optional",
779
+ "label": "Required roles",
780
+ "description": "List of roles to test JWT roles against",
781
+ "type": "String",
797
782
  "group": "authorization",
783
+ "feel": "required",
784
+ "optional": true,
798
785
  "binding": {
799
- "name": "inbound.auth.apiKey",
800
- "type": "zeebe:property"
786
+ "type": "zeebe:property",
787
+ "name": "inbound.auth.jwt.requiredPermissions"
801
788
  },
802
789
  "condition": {
803
- "property": "inbound.auth.type",
804
- "equals": "APIKEY",
805
- "type": "simple"
806
- },
807
- "type": "String"
790
+ "property": "authorizationType",
791
+ "equals": "JWT"
792
+ }
808
793
  },
809
794
  {
810
- "id": "inbound.auth.apiKeyLocator",
811
- "label": "API key locator",
812
- "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>",
813
- "optional": false,
814
- "value": "=split(request.headers.authorization, \" \")[2]",
815
- "constraints": {
816
- "notEmpty": true
817
- },
818
- "feel": "required",
795
+ "label": "Username",
796
+ "description": "Username for basic authentication",
797
+ "type": "String",
819
798
  "group": "authorization",
799
+ "feel": "optional",
820
800
  "binding": {
821
- "name": "inbound.auth.apiKeyLocator",
822
- "type": "zeebe:property"
801
+ "type": "zeebe:property",
802
+ "name": "inbound.auth.username"
823
803
  },
824
804
  "condition": {
825
- "property": "inbound.auth.type",
826
- "equals": "APIKEY",
827
- "type": "simple"
805
+ "property": "authorizationType",
806
+ "equals": "BASIC"
828
807
  },
829
- "type": "String"
808
+ "constraints": {
809
+ "notEmpty": true
810
+ }
830
811
  },
831
812
  {
832
- "id": "inbound.auth.jwt.jwkUrl",
833
- "label": "JWK URL",
834
- "description": "Well-known URL of JWKs",
835
- "optional": false,
836
- "feel": "optional",
813
+ "label": "Password",
814
+ "description": "Password for basic authentication",
815
+ "type": "String",
837
816
  "group": "authorization",
817
+ "feel": "optional",
838
818
  "binding": {
839
- "name": "inbound.auth.jwt.jwkUrl",
840
- "type": "zeebe:property"
819
+ "type": "zeebe:property",
820
+ "name": "inbound.auth.password"
841
821
  },
842
822
  "condition": {
843
- "property": "inbound.auth.type",
844
- "equals": "JWT",
845
- "type": "simple"
823
+ "property": "authorizationType",
824
+ "equals": "BASIC"
846
825
  },
847
- "type": "String"
826
+ "constraints": {
827
+ "notEmpty": true
828
+ }
848
829
  },
849
830
  {
850
- "id": "inbound.auth.jwt.permissionsExpression",
851
- "label": "JWT role property expression",
852
- "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>",
853
- "optional": false,
854
- "feel": "required",
831
+ "label": "API Key",
832
+ "description": "Expected API key",
833
+ "type": "String",
855
834
  "group": "authorization",
835
+ "feel": "optional",
856
836
  "binding": {
857
- "name": "inbound.auth.jwt.permissionsExpression",
858
- "type": "zeebe:property"
837
+ "type": "zeebe:property",
838
+ "name": "inbound.auth.apiKey"
859
839
  },
860
840
  "condition": {
861
- "property": "inbound.auth.type",
862
- "equals": "JWT",
863
- "type": "simple"
841
+ "property": "authorizationType",
842
+ "equals": "APIKEY"
864
843
  },
865
- "type": "String"
844
+ "constraints": {
845
+ "notEmpty": true
846
+ }
866
847
  },
867
848
  {
868
- "id": "inbound.auth.jwt.requiredPermissions",
869
- "label": "Required roles",
870
- "description": "List of roles to test JWT roles against",
871
- "optional": false,
872
- "feel": "required",
849
+ "label": "API Key locator",
850
+ "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>",
851
+ "type": "String",
873
852
  "group": "authorization",
853
+ "feel": "required",
874
854
  "binding": {
875
- "name": "inbound.auth.jwt.requiredPermissions",
876
- "type": "zeebe:property"
855
+ "type": "zeebe:property",
856
+ "name": "inbound.auth.apiKeyLocator"
877
857
  },
878
858
  "condition": {
879
- "property": "inbound.auth.type",
880
- "equals": "JWT",
881
- "type": "simple"
859
+ "property": "authorizationType",
860
+ "equals": "APIKEY"
882
861
  },
883
- "type": "String"
884
- },
885
- {
886
- "id": "inbound.responseBodyExpression",
887
- "label": "Response body expression",
888
- "description": "Specify condition and response",
889
- "optional": true,
890
- "feel": "required",
891
- "group": "webhookResponse",
892
- "binding": {
893
- "name": "inbound.responseBodyExpression",
894
- "type": "zeebe:property"
862
+ "constraints": {
863
+ "notEmpty": true
895
864
  },
896
- "type": "Text"
865
+ "value": "=split(request.headers.authorization, \" \")[2]"
897
866
  },
898
867
  {
899
- "id": "inbound.verificationExpression",
900
- "label": "One time verification response expression",
901
- "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>",
902
- "optional": true,
868
+ "label": "Message ID expression",
903
869
  "feel": "required",
904
- "group": "webhookResponse",
870
+ "type": "String",
871
+ "optional": true,
872
+ "group": "activation",
905
873
  "binding": {
906
- "name": "inbound.verificationExpression",
907
- "type": "zeebe:property"
874
+ "type": "zeebe:property",
875
+ "name": "messageIdExpression"
908
876
  },
909
- "type": "Text"
877
+ "description": "Expression to extract unique identifier of a message"
910
878
  },
911
879
  {
912
- "id": "activationCondition",
913
- "label": "Activation condition",
914
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
915
- "optional": true,
916
- "feel": "required",
880
+ "label": "Condition",
881
+ "type": "String",
917
882
  "group": "activation",
883
+ "feel": "required",
884
+ "optional": true,
918
885
  "binding": {
919
- "name": "activationCondition",
920
- "type": "zeebe:property"
886
+ "type": "zeebe:property",
887
+ "name": "activationCondition"
921
888
  },
922
- "type": "String"
889
+ "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>"
923
890
  },
924
891
  {
925
- "id": "correlationRequired",
926
- "label": "Subprocess correlation required",
892
+ "label": "Correlation required",
927
893
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
928
- "value": "notRequired",
894
+ "id": "correlationRequired",
929
895
  "group": "correlation",
930
- "binding": {
931
- "name": "correlationRequired",
932
- "type": "zeebe:property"
933
- },
934
896
  "type": "Dropdown",
897
+ "value": "notRequired",
935
898
  "choices": [
936
899
  {
937
900
  "name": "Correlation not required",
@@ -941,99 +904,98 @@
941
904
  "name": "Correlation required",
942
905
  "value": "required"
943
906
  }
944
- ]
907
+ ],
908
+ "binding": {
909
+ "type": "zeebe:property",
910
+ "name": "correlationRequired"
911
+ }
945
912
  },
946
913
  {
947
- "id": "correlationKeyProcess",
948
914
  "label": "Correlation key (process)",
915
+ "type": "String",
916
+ "group": "correlation",
917
+ "feel": "required",
949
918
  "description": "Sets up the correlation key from process variables",
919
+ "binding": {
920
+ "type": "bpmn:Message#zeebe:subscription#property",
921
+ "name": "correlationKey"
922
+ },
950
923
  "constraints": {
951
924
  "notEmpty": true
952
925
  },
953
- "feel": "required",
954
- "group": "correlation",
955
- "binding": {
956
- "name": "correlationKey",
957
- "type": "bpmn:Message#zeebe:subscription#property"
958
- },
959
926
  "condition": {
960
927
  "property": "correlationRequired",
961
- "equals": "required",
962
- "type": "simple"
963
- },
964
- "type": "String"
928
+ "equals": "required"
929
+ }
965
930
  },
966
931
  {
967
- "id": "correlationKeyPayload",
968
932
  "label": "Correlation key (payload)",
933
+ "type": "String",
934
+ "group": "correlation",
935
+ "feel": "required",
936
+ "binding": {
937
+ "type": "zeebe:property",
938
+ "name": "correlationKeyExpression"
939
+ },
969
940
  "description": "Extracts the correlation key from the incoming message payload",
970
941
  "constraints": {
971
942
  "notEmpty": true
972
943
  },
973
- "feel": "required",
974
- "group": "correlation",
975
- "binding": {
976
- "name": "correlationKeyExpression",
977
- "type": "zeebe:property"
978
- },
979
944
  "condition": {
980
945
  "property": "correlationRequired",
981
- "equals": "required",
982
- "type": "simple"
983
- },
984
- "type": "String"
946
+ "equals": "required"
947
+ }
985
948
  },
986
949
  {
987
- "id": "messageIdExpression",
988
- "label": "Message ID expression",
989
- "description": "Expression to extract unique identifier of a message",
950
+ "label": "Result variable",
951
+ "type": "String",
952
+ "group": "variable-mapping",
990
953
  "optional": true,
991
- "feel": "required",
992
- "group": "correlation",
993
954
  "binding": {
994
- "name": "messageIdExpression",
995
- "type": "zeebe:property"
955
+ "type": "zeebe:property",
956
+ "name": "resultVariable"
996
957
  },
997
- "type": "String"
958
+ "description": "Name of variable to store the result of the connector in"
998
959
  },
999
960
  {
1000
- "id": "messageNameUuid",
1001
- "generatedValue": {
1002
- "type": "uuid"
1003
- },
1004
- "group": "correlation",
961
+ "label": "Result expression",
962
+ "type": "String",
963
+ "group": "variable-mapping",
964
+ "feel": "required",
965
+ "optional": true,
1005
966
  "binding": {
1006
- "name": "name",
1007
- "type": "bpmn:Message#property"
967
+ "type": "zeebe:property",
968
+ "name": "resultExpression"
1008
969
  },
1009
- "type": "Hidden"
970
+ "description": "Expression to map the inbound payload to process variables"
1010
971
  },
1011
972
  {
1012
- "id": "resultVariable",
1013
- "label": "Result variable",
1014
- "description": "Name of variable to store the response in",
1015
- "group": "output",
973
+ "label": "One time verification response expression",
974
+ "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>",
975
+ "type": "Text",
976
+ "group": "webhookResponse",
977
+ "feel": "required",
978
+ "optional": true,
1016
979
  "binding": {
1017
- "name": "resultVariable",
1018
- "type": "zeebe:property"
1019
- },
1020
- "type": "String"
980
+ "type": "zeebe:property",
981
+ "name": "inbound.verificationExpression"
982
+ }
1021
983
  },
1022
984
  {
1023
- "id": "resultExpression",
1024
- "label": "Result expression",
1025
- "description": "Expression to map the response into process variables",
985
+ "label": "Response body expression",
986
+ "type": "Text",
987
+ "group": "webhookResponse",
1026
988
  "feel": "required",
1027
- "group": "output",
989
+ "optional": true,
1028
990
  "binding": {
1029
- "name": "resultExpression",
1030
- "type": "zeebe:property"
991
+ "type": "zeebe:property",
992
+ "name": "inbound.responseBodyExpression"
1031
993
  },
1032
- "type": "Text"
994
+ "description": "Specify condition and response"
1033
995
  }
1034
996
  ],
1035
997
  "icon": {
1036
- "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
998
+ "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"
1037
999
  },
1038
1000
  "engines": {
1039
1001
  "camunda": "^8.5"
@@ -1043,9 +1005,9 @@
1043
1005
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1044
1006
  "name": "Webhook Message Start Event Connector",
1045
1007
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
1046
- "version": 3,
1047
1008
  "description": "Configure webhook to receive callbacks",
1048
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
1009
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
1010
+ "version": 11,
1049
1011
  "category": {
1050
1012
  "id": "connectors",
1051
1013
  "name": "Connectors"
@@ -1068,56 +1030,44 @@
1068
1030
  "id": "authorization",
1069
1031
  "label": "Authorization"
1070
1032
  },
1033
+ {
1034
+ "id": "webhookResponse",
1035
+ "label": "Webhook response"
1036
+ },
1071
1037
  {
1072
1038
  "id": "activation",
1073
1039
  "label": "Activation"
1074
1040
  },
1075
1041
  {
1076
1042
  "id": "correlation",
1077
- "label": "Subprocess correlation"
1078
- },
1079
- {
1080
- "id": "variable-mapping",
1081
- "label": "Variable mapping"
1043
+ "label": "Correlation",
1044
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1082
1045
  },
1083
1046
  {
1084
- "id": "webhookResponse",
1085
- "label": "Webhook response"
1047
+ "id": "output",
1048
+ "label": "Output mapping"
1086
1049
  }
1087
1050
  ],
1088
1051
  "properties": [
1089
1052
  {
1090
- "type": "Hidden",
1091
1053
  "value": "io.camunda:webhook:1",
1092
1054
  "binding": {
1093
- "type": "zeebe:property",
1094
- "name": "inbound.type"
1095
- }
1096
- },
1097
- {
1098
- "type": "Hidden",
1099
- "generatedValue": {
1100
- "type": "uuid"
1055
+ "name": "inbound.type",
1056
+ "type": "zeebe:property"
1101
1057
  },
1102
- "binding": {
1103
- "type": "bpmn:Message#property",
1104
- "name": "name"
1105
- }
1106
- },
1107
- {
1108
- "type": "Hidden",
1109
- "value": "ConfigurableInboundWebhook",
1110
- "binding": {
1111
- "type": "zeebe:property",
1112
- "name": "inbound.subtype"
1113
- }
1058
+ "type": "Hidden"
1114
1059
  },
1115
1060
  {
1116
- "id": "webhookMethod",
1061
+ "id": "inbound.method",
1117
1062
  "label": "Webhook method",
1118
- "group": "endpoint",
1119
1063
  "description": "Select HTTP method",
1064
+ "optional": false,
1120
1065
  "value": "any",
1066
+ "group": "endpoint",
1067
+ "binding": {
1068
+ "name": "inbound.method",
1069
+ "type": "zeebe:property"
1070
+ },
1121
1071
  "type": "Dropdown",
1122
1072
  "choices": [
1123
1073
  {
@@ -1125,50 +1075,53 @@
1125
1075
  "value": "any"
1126
1076
  },
1127
1077
  {
1128
- "name": "Get",
1078
+ "name": "GET",
1129
1079
  "value": "get"
1130
1080
  },
1131
1081
  {
1132
- "name": "Post",
1082
+ "name": "POST",
1133
1083
  "value": "post"
1134
1084
  },
1135
1085
  {
1136
- "name": "Put",
1086
+ "name": "PUT",
1137
1087
  "value": "put"
1138
1088
  },
1139
1089
  {
1140
- "name": "Delete",
1090
+ "name": "DELETE",
1141
1091
  "value": "delete"
1142
1092
  }
1143
- ],
1144
- "binding": {
1145
- "type": "zeebe:property",
1146
- "name": "inbound.method"
1147
- }
1093
+ ]
1148
1094
  },
1149
1095
  {
1096
+ "id": "inbound.context",
1150
1097
  "label": "Webhook ID",
1151
- "type": "String",
1152
- "group": "endpoint",
1153
- "binding": {
1154
- "type": "zeebe:property",
1155
- "name": "inbound.context"
1156
- },
1157
1098
  "description": "The webhook ID is a part of the URL",
1099
+ "optional": false,
1158
1100
  "constraints": {
1159
1101
  "notEmpty": true,
1160
1102
  "pattern": {
1161
1103
  "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
1162
1104
  "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
1163
1105
  }
1164
- }
1106
+ },
1107
+ "group": "endpoint",
1108
+ "binding": {
1109
+ "name": "inbound.context",
1110
+ "type": "zeebe:property"
1111
+ },
1112
+ "type": "String"
1165
1113
  },
1166
1114
  {
1167
- "id": "shouldValidateHmac",
1115
+ "id": "inbound.shouldValidateHmac",
1168
1116
  "label": "HMAC authentication",
1169
- "group": "authentication",
1170
- "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",
1117
+ "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",
1118
+ "optional": false,
1171
1119
  "value": "disabled",
1120
+ "group": "authentication",
1121
+ "binding": {
1122
+ "name": "inbound.shouldValidateHmac",
1123
+ "type": "zeebe:property"
1124
+ },
1172
1125
  "type": "Dropdown",
1173
1126
  "choices": [
1174
1127
  {
@@ -1179,47 +1132,60 @@
1179
1132
  "name": "Disabled",
1180
1133
  "value": "disabled"
1181
1134
  }
1182
- ],
1183
- "binding": {
1184
- "type": "zeebe:property",
1185
- "name": "inbound.shouldValidateHmac"
1186
- }
1135
+ ]
1187
1136
  },
1188
1137
  {
1138
+ "id": "inbound.hmacSecret",
1189
1139
  "label": "HMAC secret key",
1190
1140
  "description": "Shared secret key",
1191
- "type": "String",
1192
- "group": "authentication",
1193
1141
  "optional": true,
1142
+ "feel": "optional",
1143
+ "group": "authentication",
1194
1144
  "binding": {
1195
- "type": "zeebe:property",
1196
- "name": "inbound.hmacSecret"
1145
+ "name": "inbound.hmacSecret",
1146
+ "type": "zeebe:property"
1197
1147
  },
1198
1148
  "condition": {
1199
- "property": "shouldValidateHmac",
1200
- "equals": "enabled"
1201
- }
1149
+ "property": "inbound.shouldValidateHmac",
1150
+ "equals": "enabled",
1151
+ "type": "simple"
1152
+ },
1153
+ "type": "String"
1202
1154
  },
1203
1155
  {
1156
+ "id": "inbound.hmacHeader",
1204
1157
  "label": "HMAC header",
1205
1158
  "description": "Name of header attribute that will contain the HMAC value",
1206
- "type": "String",
1207
- "group": "authentication",
1208
1159
  "optional": true,
1160
+ "feel": "optional",
1161
+ "group": "authentication",
1209
1162
  "binding": {
1210
- "type": "zeebe:property",
1211
- "name": "inbound.hmacHeader"
1163
+ "name": "inbound.hmacHeader",
1164
+ "type": "zeebe:property"
1165
+ },
1166
+ "condition": {
1167
+ "property": "inbound.shouldValidateHmac",
1168
+ "equals": "enabled",
1169
+ "type": "simple"
1212
1170
  },
1213
- "condition": {
1214
- "property": "shouldValidateHmac",
1215
- "equals": "enabled"
1216
- }
1171
+ "type": "String"
1217
1172
  },
1218
1173
  {
1174
+ "id": "inbound.hmacAlgorithm",
1219
1175
  "label": "HMAC algorithm",
1220
- "group": "authentication",
1221
1176
  "description": "Choose HMAC algorithm",
1177
+ "optional": false,
1222
1178
  "value": "sha_256",
1179
+ "group": "authentication",
1180
+ "binding": {
1181
+ "name": "inbound.hmacAlgorithm",
1182
+ "type": "zeebe:property"
1183
+ },
1184
+ "condition": {
1185
+ "property": "inbound.shouldValidateHmac",
1186
+ "equals": "enabled",
1187
+ "type": "simple"
1188
+ },
1223
1189
  "type": "Dropdown",
1224
1190
  "choices": [
1225
1191
  {
@@ -1234,214 +1200,248 @@
1234
1200
  "name": "SHA-512",
1235
1201
  "value": "sha_512"
1236
1202
  }
1237
- ],
1238
- "binding": {
1239
- "type": "zeebe:property",
1240
- "name": "inbound.hmacAlgorithm"
1241
- },
1242
- "condition": {
1243
- "property": "shouldValidateHmac",
1244
- "equals": "enabled"
1245
- }
1203
+ ]
1246
1204
  },
1247
1205
  {
1206
+ "id": "inbound.hmacScopes",
1248
1207
  "label": "HMAC scopes",
1249
- "group": "authentication",
1250
- "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>",
1251
- "feel": "required",
1252
- "type": "String",
1208
+ "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>",
1253
1209
  "optional": true,
1210
+ "feel": "required",
1211
+ "group": "authentication",
1254
1212
  "binding": {
1255
- "type": "zeebe:property",
1256
- "name": "inbound.hmacScopes"
1213
+ "name": "inbound.hmacScopes",
1214
+ "type": "zeebe:property"
1257
1215
  },
1258
1216
  "condition": {
1259
- "property": "shouldValidateHmac",
1260
- "equals": "enabled"
1261
- }
1217
+ "property": "inbound.shouldValidateHmac",
1218
+ "equals": "enabled",
1219
+ "type": "simple"
1220
+ },
1221
+ "type": "String"
1262
1222
  },
1263
1223
  {
1264
- "id": "authorizationType",
1224
+ "id": "inbound.auth.type",
1265
1225
  "label": "Authorization type",
1266
- "group": "authorization",
1267
- "description": "Choose the authorization type.",
1226
+ "description": "Choose the authorization type",
1268
1227
  "value": "NONE",
1228
+ "group": "authorization",
1229
+ "binding": {
1230
+ "name": "inbound.auth.type",
1231
+ "type": "zeebe:property"
1232
+ },
1269
1233
  "type": "Dropdown",
1270
1234
  "choices": [
1271
1235
  {
1272
1236
  "name": "None",
1273
1237
  "value": "NONE"
1274
1238
  },
1275
- {
1276
- "name": "JWT",
1277
- "value": "JWT"
1278
- },
1279
1239
  {
1280
1240
  "name": "Basic",
1281
1241
  "value": "BASIC"
1282
1242
  },
1283
1243
  {
1284
- "name": "API Key",
1244
+ "name": "API key",
1285
1245
  "value": "APIKEY"
1246
+ },
1247
+ {
1248
+ "name": "JWT",
1249
+ "value": "JWT"
1286
1250
  }
1287
- ],
1288
- "binding": {
1289
- "type": "zeebe:property",
1290
- "name": "inbound.auth.type"
1291
- }
1251
+ ]
1292
1252
  },
1293
1253
  {
1294
- "label": "JWK url",
1295
- "description": "Well-known url of JWKs",
1296
- "type": "String",
1297
- "group": "authorization",
1254
+ "id": "inbound.auth.username",
1255
+ "label": "Username",
1256
+ "description": "Username for basic authentication",
1257
+ "optional": false,
1298
1258
  "feel": "optional",
1299
- "optional": true,
1259
+ "group": "authorization",
1300
1260
  "binding": {
1301
- "type": "zeebe:property",
1302
- "name": "inbound.auth.jwt.jwkUrl"
1261
+ "name": "inbound.auth.username",
1262
+ "type": "zeebe:property"
1303
1263
  },
1304
1264
  "condition": {
1305
- "property": "authorizationType",
1306
- "equals": "JWT"
1307
- }
1265
+ "property": "inbound.auth.type",
1266
+ "equals": "BASIC",
1267
+ "type": "simple"
1268
+ },
1269
+ "type": "String"
1308
1270
  },
1309
1271
  {
1310
- "label": "JWT role property expression",
1311
- "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>",
1312
- "type": "String",
1272
+ "id": "inbound.auth.password",
1273
+ "label": "Password",
1274
+ "description": "Password for basic authentication",
1275
+ "optional": false,
1276
+ "feel": "optional",
1313
1277
  "group": "authorization",
1314
- "feel": "required",
1315
- "optional": true,
1316
1278
  "binding": {
1317
- "type": "zeebe:property",
1318
- "name": "inbound.auth.jwt.permissionsExpression"
1279
+ "name": "inbound.auth.password",
1280
+ "type": "zeebe:property"
1319
1281
  },
1320
1282
  "condition": {
1321
- "property": "authorizationType",
1322
- "equals": "JWT"
1323
- }
1283
+ "property": "inbound.auth.type",
1284
+ "equals": "BASIC",
1285
+ "type": "simple"
1286
+ },
1287
+ "type": "String"
1324
1288
  },
1325
1289
  {
1326
- "label": "Required roles",
1327
- "description": "List of roles to test JWT roles against",
1328
- "type": "String",
1290
+ "id": "inbound.auth.apiKey",
1291
+ "label": "API key",
1292
+ "description": "Expected API key",
1293
+ "optional": false,
1294
+ "feel": "optional",
1329
1295
  "group": "authorization",
1330
- "feel": "required",
1331
- "optional": true,
1332
1296
  "binding": {
1333
- "type": "zeebe:property",
1334
- "name": "inbound.auth.jwt.requiredPermissions"
1297
+ "name": "inbound.auth.apiKey",
1298
+ "type": "zeebe:property"
1335
1299
  },
1336
1300
  "condition": {
1337
- "property": "authorizationType",
1338
- "equals": "JWT"
1339
- }
1301
+ "property": "inbound.auth.type",
1302
+ "equals": "APIKEY",
1303
+ "type": "simple"
1304
+ },
1305
+ "type": "String"
1340
1306
  },
1341
1307
  {
1342
- "label": "Username",
1343
- "description": "Username for basic authentication",
1344
- "type": "String",
1308
+ "id": "inbound.auth.apiKeyLocator",
1309
+ "label": "API key locator",
1310
+ "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>",
1311
+ "optional": false,
1312
+ "value": "=split(request.headers.authorization, \" \")[2]",
1313
+ "constraints": {
1314
+ "notEmpty": true
1315
+ },
1316
+ "feel": "required",
1345
1317
  "group": "authorization",
1346
- "feel": "optional",
1347
1318
  "binding": {
1348
- "type": "zeebe:property",
1349
- "name": "inbound.auth.username"
1319
+ "name": "inbound.auth.apiKeyLocator",
1320
+ "type": "zeebe:property"
1350
1321
  },
1351
1322
  "condition": {
1352
- "property": "authorizationType",
1353
- "equals": "BASIC"
1323
+ "property": "inbound.auth.type",
1324
+ "equals": "APIKEY",
1325
+ "type": "simple"
1354
1326
  },
1355
- "constraints": {
1356
- "notEmpty": true
1357
- }
1327
+ "type": "String"
1358
1328
  },
1359
1329
  {
1360
- "label": "Password",
1361
- "description": "Password for basic authentication",
1362
- "type": "String",
1363
- "group": "authorization",
1330
+ "id": "inbound.auth.jwt.jwkUrl",
1331
+ "label": "JWK URL",
1332
+ "description": "Well-known URL of JWKs",
1333
+ "optional": false,
1364
1334
  "feel": "optional",
1335
+ "group": "authorization",
1365
1336
  "binding": {
1366
- "type": "zeebe:property",
1367
- "name": "inbound.auth.password"
1337
+ "name": "inbound.auth.jwt.jwkUrl",
1338
+ "type": "zeebe:property"
1368
1339
  },
1369
1340
  "condition": {
1370
- "property": "authorizationType",
1371
- "equals": "BASIC"
1341
+ "property": "inbound.auth.type",
1342
+ "equals": "JWT",
1343
+ "type": "simple"
1372
1344
  },
1373
- "constraints": {
1374
- "notEmpty": true
1375
- }
1345
+ "type": "String"
1376
1346
  },
1377
1347
  {
1378
- "label": "API Key",
1379
- "description": "Expected API key",
1380
- "type": "String",
1348
+ "id": "inbound.auth.jwt.permissionsExpression",
1349
+ "label": "JWT role property expression",
1350
+ "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>",
1351
+ "optional": false,
1352
+ "feel": "required",
1381
1353
  "group": "authorization",
1382
- "feel": "optional",
1383
1354
  "binding": {
1384
- "type": "zeebe:property",
1385
- "name": "inbound.auth.apiKey"
1355
+ "name": "inbound.auth.jwt.permissionsExpression",
1356
+ "type": "zeebe:property"
1386
1357
  },
1387
1358
  "condition": {
1388
- "property": "authorizationType",
1389
- "equals": "APIKEY"
1359
+ "property": "inbound.auth.type",
1360
+ "equals": "JWT",
1361
+ "type": "simple"
1390
1362
  },
1391
- "constraints": {
1392
- "notEmpty": true
1393
- }
1363
+ "type": "String"
1394
1364
  },
1395
1365
  {
1396
- "label": "API Key locator",
1397
- "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>",
1398
- "type": "String",
1399
- "group": "authorization",
1366
+ "id": "inbound.auth.jwt.requiredPermissions",
1367
+ "label": "Required roles",
1368
+ "description": "List of roles to test JWT roles against",
1369
+ "optional": false,
1400
1370
  "feel": "required",
1371
+ "group": "authorization",
1401
1372
  "binding": {
1402
- "type": "zeebe:property",
1403
- "name": "inbound.auth.apiKeyLocator"
1373
+ "name": "inbound.auth.jwt.requiredPermissions",
1374
+ "type": "zeebe:property"
1404
1375
  },
1405
1376
  "condition": {
1406
- "property": "authorizationType",
1407
- "equals": "APIKEY"
1377
+ "property": "inbound.auth.type",
1378
+ "equals": "JWT",
1379
+ "type": "simple"
1408
1380
  },
1409
- "constraints": {
1410
- "notEmpty": true
1381
+ "type": "String"
1382
+ },
1383
+ {
1384
+ "id": "inbound.responseExpression",
1385
+ "label": "Response expression",
1386
+ "description": "Expression used to generate the HTTP response",
1387
+ "optional": true,
1388
+ "feel": "required",
1389
+ "group": "webhookResponse",
1390
+ "binding": {
1391
+ "name": "inbound.responseExpression",
1392
+ "type": "zeebe:property"
1411
1393
  },
1412
- "value": "=split(request.headers.authorization, \" \")[2]"
1394
+ "type": "Text"
1413
1395
  },
1414
1396
  {
1415
- "label": "Message ID expression",
1397
+ "id": "inbound.verificationExpression",
1398
+ "label": "One time verification response expression",
1399
+ "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>",
1400
+ "optional": true,
1416
1401
  "feel": "required",
1417
- "type": "String",
1402
+ "group": "webhookResponse",
1403
+ "binding": {
1404
+ "name": "inbound.verificationExpression",
1405
+ "type": "zeebe:property"
1406
+ },
1407
+ "type": "Text"
1408
+ },
1409
+ {
1410
+ "id": "activationCondition",
1411
+ "label": "Activation condition",
1412
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1418
1413
  "optional": true,
1414
+ "feel": "required",
1419
1415
  "group": "activation",
1420
1416
  "binding": {
1421
- "type": "zeebe:property",
1422
- "name": "messageIdExpression"
1417
+ "name": "activationCondition",
1418
+ "type": "zeebe:property"
1423
1419
  },
1424
- "description": "Expression to extract unique identifier of a message"
1420
+ "type": "String"
1425
1421
  },
1426
1422
  {
1427
- "label": "Condition",
1428
- "type": "String",
1423
+ "id": "consumeUnmatchedEvents",
1424
+ "label": "Consume unmatched events",
1425
+ "value": true,
1429
1426
  "group": "activation",
1430
- "feel": "required",
1431
- "optional": true,
1432
1427
  "binding": {
1433
- "type": "zeebe:property",
1434
- "name": "activationCondition"
1428
+ "name": "consumeUnmatchedEvents",
1429
+ "type": "zeebe:property"
1435
1430
  },
1436
- "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>"
1431
+ "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",
1432
+ "type": "Boolean"
1437
1433
  },
1438
1434
  {
1439
- "label": "Correlation required",
1440
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1441
1435
  "id": "correlationRequired",
1436
+ "label": "Subprocess correlation required",
1437
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1438
+ "value": "notRequired",
1442
1439
  "group": "correlation",
1440
+ "binding": {
1441
+ "name": "correlationRequired",
1442
+ "type": "zeebe:property"
1443
+ },
1443
1444
  "type": "Dropdown",
1444
- "value": "notRequired",
1445
1445
  "choices": [
1446
1446
  {
1447
1447
  "name": "Correlation not required",
@@ -1451,108 +1451,129 @@
1451
1451
  "name": "Correlation required",
1452
1452
  "value": "required"
1453
1453
  }
1454
- ],
1455
- "binding": {
1456
- "type": "zeebe:property",
1457
- "name": "correlationRequired"
1458
- }
1454
+ ]
1459
1455
  },
1460
1456
  {
1457
+ "id": "correlationKeyProcess",
1461
1458
  "label": "Correlation key (process)",
1462
- "type": "String",
1463
- "group": "correlation",
1464
- "feel": "required",
1465
1459
  "description": "Sets up the correlation key from process variables",
1466
- "binding": {
1467
- "type": "bpmn:Message#zeebe:subscription#property",
1468
- "name": "correlationKey"
1469
- },
1470
1460
  "constraints": {
1471
1461
  "notEmpty": true
1472
1462
  },
1463
+ "feel": "required",
1464
+ "group": "correlation",
1465
+ "binding": {
1466
+ "name": "correlationKey",
1467
+ "type": "bpmn:Message#zeebe:subscription#property"
1468
+ },
1473
1469
  "condition": {
1474
1470
  "property": "correlationRequired",
1475
- "equals": "required"
1476
- }
1471
+ "equals": "required",
1472
+ "type": "simple"
1473
+ },
1474
+ "type": "String"
1477
1475
  },
1478
1476
  {
1477
+ "id": "correlationKeyPayload",
1479
1478
  "label": "Correlation key (payload)",
1480
- "type": "String",
1481
- "group": "correlation",
1482
- "feel": "required",
1483
- "binding": {
1484
- "type": "zeebe:property",
1485
- "name": "correlationKeyExpression"
1486
- },
1487
1479
  "description": "Extracts the correlation key from the incoming message payload",
1488
1480
  "constraints": {
1489
1481
  "notEmpty": true
1490
1482
  },
1483
+ "feel": "required",
1484
+ "group": "correlation",
1485
+ "binding": {
1486
+ "name": "correlationKeyExpression",
1487
+ "type": "zeebe:property"
1488
+ },
1491
1489
  "condition": {
1492
1490
  "property": "correlationRequired",
1493
- "equals": "required"
1494
- }
1491
+ "equals": "required",
1492
+ "type": "simple"
1493
+ },
1494
+ "type": "String"
1495
1495
  },
1496
1496
  {
1497
- "label": "Result variable",
1498
- "type": "String",
1499
- "group": "variable-mapping",
1497
+ "id": "messageTtl",
1498
+ "label": "Message TTL",
1499
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1500
1500
  "optional": true,
1501
+ "constraints": {
1502
+ "notEmpty": false,
1503
+ "pattern": {
1504
+ "value": "^(PT.*|)$",
1505
+ "message": "must be an ISO-8601 duration"
1506
+ }
1507
+ },
1508
+ "feel": "optional",
1509
+ "group": "correlation",
1501
1510
  "binding": {
1502
- "type": "zeebe:property",
1503
- "name": "resultVariable"
1511
+ "name": "messageTtl",
1512
+ "type": "zeebe:property"
1504
1513
  },
1505
- "description": "Name of variable to store the result of the connector in"
1514
+ "type": "String"
1506
1515
  },
1507
1516
  {
1508
- "label": "Result expression",
1509
- "type": "String",
1510
- "group": "variable-mapping",
1511
- "feel": "required",
1517
+ "id": "messageIdExpression",
1518
+ "label": "Message ID expression",
1519
+ "description": "Expression to extract unique identifier of a message",
1512
1520
  "optional": true,
1521
+ "feel": "required",
1522
+ "group": "correlation",
1513
1523
  "binding": {
1514
- "type": "zeebe:property",
1515
- "name": "resultExpression"
1524
+ "name": "messageIdExpression",
1525
+ "type": "zeebe:property"
1516
1526
  },
1517
- "description": "Expression to map the inbound payload to process variables"
1527
+ "type": "String"
1518
1528
  },
1519
1529
  {
1520
- "label": "One time verification response expression",
1521
- "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>",
1522
- "type": "Text",
1523
- "group": "webhookResponse",
1524
- "feel": "required",
1525
- "optional": true,
1530
+ "id": "messageNameUuid",
1531
+ "generatedValue": {
1532
+ "type": "uuid"
1533
+ },
1534
+ "group": "correlation",
1526
1535
  "binding": {
1527
- "type": "zeebe:property",
1528
- "name": "inbound.verificationExpression"
1529
- }
1536
+ "name": "name",
1537
+ "type": "bpmn:Message#property"
1538
+ },
1539
+ "type": "Hidden"
1530
1540
  },
1531
1541
  {
1532
- "label": "Response body expression",
1533
- "type": "Text",
1534
- "group": "webhookResponse",
1542
+ "id": "resultVariable",
1543
+ "label": "Result variable",
1544
+ "description": "Name of variable to store the response in",
1545
+ "group": "output",
1546
+ "binding": {
1547
+ "name": "resultVariable",
1548
+ "type": "zeebe:property"
1549
+ },
1550
+ "type": "String"
1551
+ },
1552
+ {
1553
+ "id": "resultExpression",
1554
+ "label": "Result expression",
1555
+ "description": "Expression to map the response into process variables",
1535
1556
  "feel": "required",
1536
- "optional": true,
1557
+ "group": "output",
1537
1558
  "binding": {
1538
- "type": "zeebe:property",
1539
- "name": "inbound.responseBodyExpression"
1559
+ "name": "resultExpression",
1560
+ "type": "zeebe:property"
1540
1561
  },
1541
- "description": "Specify condition and response"
1562
+ "type": "Text"
1542
1563
  }
1543
1564
  ],
1544
1565
  "icon": {
1545
- "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"
1566
+ "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
1546
1567
  },
1547
1568
  "engines": {
1548
- "camunda": "^8.5"
1569
+ "camunda": "^8.6"
1549
1570
  }
1550
1571
  },
1551
1572
  {
1552
1573
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1553
1574
  "name": "Webhook Message Start Event Connector",
1554
1575
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
1555
- "version": 1,
1576
+ "version": 2,
1556
1577
  "description": "Configure webhook to receive callbacks",
1557
1578
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
1558
1579
  "category": {
@@ -2021,6 +2042,18 @@
2021
2042
  },
2022
2043
  "description": "Expression to map the inbound payload to process variables"
2023
2044
  },
2045
+ {
2046
+ "label": "One time verification response expression",
2047
+ "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>",
2048
+ "type": "Text",
2049
+ "group": "webhookResponse",
2050
+ "feel": "required",
2051
+ "optional": true,
2052
+ "binding": {
2053
+ "type": "zeebe:property",
2054
+ "name": "inbound.verificationExpression"
2055
+ }
2056
+ },
2024
2057
  {
2025
2058
  "label": "Response body expression",
2026
2059
  "type": "Text",
@@ -2038,7 +2071,7 @@
2038
2071
  "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"
2039
2072
  },
2040
2073
  "engines": {
2041
- "camunda": "^8.2"
2074
+ "camunda": "^8.4"
2042
2075
  }
2043
2076
  },
2044
2077
  {
@@ -2046,11 +2079,8 @@
2046
2079
  "name": "Webhook Message Start Event Connector",
2047
2080
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
2048
2081
  "description": "Configure webhook to receive callbacks",
2049
- "metadata": {
2050
- "keywords": []
2051
- },
2052
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
2053
- "version": 12,
2082
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
2083
+ "version": 10,
2054
2084
  "category": {
2055
2085
  "id": "connectors",
2056
2086
  "name": "Connectors"
@@ -2083,8 +2113,7 @@
2083
2113
  },
2084
2114
  {
2085
2115
  "id": "correlation",
2086
- "label": "Correlation",
2087
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
2116
+ "label": "Correlation"
2088
2117
  },
2089
2118
  {
2090
2119
  "id": "output",
@@ -2157,7 +2186,7 @@
2157
2186
  {
2158
2187
  "id": "inbound.shouldValidateHmac",
2159
2188
  "label": "HMAC authentication",
2160
- "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",
2189
+ "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",
2161
2190
  "optional": false,
2162
2191
  "value": "disabled",
2163
2192
  "group": "authentication",
@@ -2248,7 +2277,7 @@
2248
2277
  {
2249
2278
  "id": "inbound.hmacScopes",
2250
2279
  "label": "HMAC scopes",
2251
- "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>",
2280
+ "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>",
2252
2281
  "optional": true,
2253
2282
  "feel": "required",
2254
2283
  "group": "authentication",
@@ -2350,7 +2379,7 @@
2350
2379
  {
2351
2380
  "id": "inbound.auth.apiKeyLocator",
2352
2381
  "label": "API key locator",
2353
- "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>",
2382
+ "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>",
2354
2383
  "optional": false,
2355
2384
  "value": "=split(request.headers.authorization, \" \")[2]",
2356
2385
  "constraints": {
@@ -2390,7 +2419,7 @@
2390
2419
  {
2391
2420
  "id": "inbound.auth.jwt.permissionsExpression",
2392
2421
  "label": "JWT role property expression",
2393
- "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>",
2422
+ "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>",
2394
2423
  "optional": false,
2395
2424
  "feel": "required",
2396
2425
  "group": "authorization",
@@ -2424,14 +2453,14 @@
2424
2453
  "type": "String"
2425
2454
  },
2426
2455
  {
2427
- "id": "inbound.responseExpression",
2428
- "label": "Response expression",
2429
- "description": "Expression used to generate the HTTP response",
2456
+ "id": "inbound.responseBodyExpression",
2457
+ "label": "Response body expression",
2458
+ "description": "Specify condition and response",
2430
2459
  "optional": true,
2431
2460
  "feel": "required",
2432
2461
  "group": "webhookResponse",
2433
2462
  "binding": {
2434
- "name": "inbound.responseExpression",
2463
+ "name": "inbound.responseBodyExpression",
2435
2464
  "type": "zeebe:property"
2436
2465
  },
2437
2466
  "type": "Text"
@@ -2462,18 +2491,6 @@
2462
2491
  },
2463
2492
  "type": "String"
2464
2493
  },
2465
- {
2466
- "id": "consumeUnmatchedEvents",
2467
- "label": "Consume unmatched events",
2468
- "value": true,
2469
- "group": "activation",
2470
- "binding": {
2471
- "name": "consumeUnmatchedEvents",
2472
- "type": "zeebe:property"
2473
- },
2474
- "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",
2475
- "type": "Boolean"
2476
- },
2477
2494
  {
2478
2495
  "id": "correlationRequired",
2479
2496
  "label": "Subprocess correlation required",
@@ -2536,26 +2553,6 @@
2536
2553
  },
2537
2554
  "type": "String"
2538
2555
  },
2539
- {
2540
- "id": "messageTtl",
2541
- "label": "Message TTL",
2542
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
2543
- "optional": true,
2544
- "constraints": {
2545
- "notEmpty": false,
2546
- "pattern": {
2547
- "value": "^(PT.*|)$",
2548
- "message": "must be an ISO-8601 duration"
2549
- }
2550
- },
2551
- "feel": "optional",
2552
- "group": "correlation",
2553
- "binding": {
2554
- "name": "messageTtl",
2555
- "type": "zeebe:property"
2556
- },
2557
- "type": "String"
2558
- },
2559
2556
  {
2560
2557
  "id": "messageIdExpression",
2561
2558
  "label": "Message ID expression",
@@ -2605,11 +2602,11 @@
2605
2602
  "type": "Text"
2606
2603
  }
2607
2604
  ],
2608
- "engines": {
2609
- "camunda": "^8.3"
2610
- },
2611
2605
  "icon": {
2612
2606
  "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
2607
+ },
2608
+ "engines": {
2609
+ "camunda": "^8.5"
2613
2610
  }
2614
2611
  },
2615
2612
  {
@@ -2617,8 +2614,11 @@
2617
2614
  "name": "Webhook Message Start Event Connector",
2618
2615
  "id": "io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1",
2619
2616
  "description": "Configure webhook to receive callbacks",
2617
+ "metadata": {
2618
+ "keywords": []
2619
+ },
2620
2620
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
2621
- "version": 11,
2621
+ "version": 12,
2622
2622
  "category": {
2623
2623
  "id": "connectors",
2624
2624
  "name": "Connectors"
@@ -3173,11 +3173,11 @@
3173
3173
  "type": "Text"
3174
3174
  }
3175
3175
  ],
3176
+ "engines": {
3177
+ "camunda": "^8.3"
3178
+ },
3176
3179
  "icon": {
3177
3180
  "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
3178
- },
3179
- "engines": {
3180
- "camunda": "^8.6"
3181
3181
  }
3182
3182
  },
3183
3183
  {