@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -2350,33 +2350,35 @@
2350
2350
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2351
2351
  "name": "HubSpot Outbound Connector",
2352
2352
  "description": "Manage contacts, companies, and deals in HubSpot",
2353
- "metadata": {
2354
- "keywords": [
2355
- "create contact",
2356
- "update contact",
2357
- "delete contact",
2358
- "get contact",
2359
- "get all contacts",
2360
- "search contact",
2361
- "create company",
2362
- "get company",
2363
- "get all companies",
2364
- "search company",
2365
- "delete company",
2366
- "get all deals",
2367
- "get deal",
2368
- "search deal",
2369
- "delete deal",
2370
- "batch read contacts",
2371
- "get all contacts of a company",
2372
- "add element to list",
2373
- "enroll contact to a workflow",
2374
- "submit form"
2375
- ]
2376
- },
2353
+ "keywords": [
2354
+ "get all contacts",
2355
+ "get contact by ID",
2356
+ "get multiple contacts by ID",
2357
+ "search contact",
2358
+ "create contact",
2359
+ "update contact",
2360
+ "delete contact",
2361
+ "get all companies",
2362
+ "get company by ID",
2363
+ "search company",
2364
+ "get contacts of a company",
2365
+ "add contact to company",
2366
+ "remove contact from company",
2367
+ "create company",
2368
+ "delete company",
2369
+ "get all deals",
2370
+ "get deal by ID",
2371
+ "search deal",
2372
+ "delete deal",
2373
+ "submit form",
2374
+ "add to list",
2375
+ "enroll contact to workflow",
2376
+ "CRM",
2377
+ "marketing"
2378
+ ],
2377
2379
  "id": "io.camunda.connectors.HubSpot.v1",
2378
2380
  "version": 2,
2379
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/hubspot/",
2381
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/hubspot/",
2380
2382
  "category": {
2381
2383
  "id": "connectors",
2382
2384
  "name": "Connectors"
@@ -4692,5 +4694,2349 @@
4692
4694
  "icon": {
4693
4695
  "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
4694
4696
  }
4697
+ },
4698
+ {
4699
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4700
+ "name": "HubSpot Outbound Connector",
4701
+ "description": "Manage contacts, companies, and deals in HubSpot",
4702
+ "keywords": [
4703
+ "get all contacts",
4704
+ "get contact by ID",
4705
+ "get multiple contacts by ID",
4706
+ "search contact",
4707
+ "create contact",
4708
+ "update contact",
4709
+ "delete contact",
4710
+ "get all companies",
4711
+ "get company by ID",
4712
+ "search company",
4713
+ "get contacts of a company",
4714
+ "add contact to company",
4715
+ "remove contact from company",
4716
+ "create company",
4717
+ "delete company",
4718
+ "get all deals",
4719
+ "get deal by ID",
4720
+ "search deal",
4721
+ "delete deal",
4722
+ "submit form",
4723
+ "add to list",
4724
+ "enroll contact to workflow",
4725
+ "CRM",
4726
+ "marketing"
4727
+ ],
4728
+ "id": "io.camunda.connectors.HubSpot.v1",
4729
+ "version": 3,
4730
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/hubspot/",
4731
+ "category": {
4732
+ "id": "connectors",
4733
+ "name": "Connectors"
4734
+ },
4735
+ "appliesTo": ["bpmn:Task"],
4736
+ "elementType": {
4737
+ "value": "bpmn:ServiceTask"
4738
+ },
4739
+ "engines": {
4740
+ "camunda": "^8.3"
4741
+ },
4742
+ "groups": [
4743
+ {
4744
+ "id": "server",
4745
+ "label": "Server"
4746
+ },
4747
+ {
4748
+ "id": "operation",
4749
+ "label": "Operation"
4750
+ },
4751
+ {
4752
+ "id": "authentication",
4753
+ "label": "Authentication"
4754
+ },
4755
+ {
4756
+ "id": "parameters",
4757
+ "label": "Parameters"
4758
+ },
4759
+ {
4760
+ "id": "input",
4761
+ "label": "Input"
4762
+ },
4763
+ {
4764
+ "id": "url",
4765
+ "label": "URL"
4766
+ },
4767
+ {
4768
+ "id": "output",
4769
+ "label": "Output mapping"
4770
+ },
4771
+ {
4772
+ "id": "error",
4773
+ "label": "Error handling"
4774
+ },
4775
+ {
4776
+ "id": "retries",
4777
+ "label": "Retries"
4778
+ }
4779
+ ],
4780
+ "properties": [
4781
+ {
4782
+ "value": "io.camunda:http-json:1",
4783
+ "binding": {
4784
+ "property": "type",
4785
+ "type": "zeebe:taskDefinition"
4786
+ },
4787
+ "type": "Hidden"
4788
+ },
4789
+ {
4790
+ "id": "authentication.type",
4791
+ "label": "Type",
4792
+ "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
4793
+ "value": "bearer",
4794
+ "group": "authentication",
4795
+ "binding": {
4796
+ "name": "authentication.type",
4797
+ "type": "zeebe:input"
4798
+ },
4799
+ "type": "Hidden"
4800
+ },
4801
+ {
4802
+ "id": "authentication.token",
4803
+ "label": "Bearer token",
4804
+ "description": "The access token of your HubSpot private app.",
4805
+ "optional": false,
4806
+ "constraints": {
4807
+ "notEmpty": true
4808
+ },
4809
+ "feel": "optional",
4810
+ "group": "authentication",
4811
+ "binding": {
4812
+ "name": "authentication.token",
4813
+ "type": "zeebe:input"
4814
+ },
4815
+ "condition": {
4816
+ "property": "authentication.type",
4817
+ "equals": "bearer",
4818
+ "type": "simple"
4819
+ },
4820
+ "type": "String"
4821
+ },
4822
+ {
4823
+ "label": "Resource type",
4824
+ "id": "resourceType",
4825
+ "group": "operation",
4826
+ "description": "Choose resource type",
4827
+ "value": "contacts",
4828
+ "type": "Dropdown",
4829
+ "choices": [
4830
+ {
4831
+ "name": "Contacts",
4832
+ "value": "contacts"
4833
+ },
4834
+ {
4835
+ "name": "Companies",
4836
+ "value": "companies"
4837
+ },
4838
+ {
4839
+ "name": "Deals",
4840
+ "value": "deals"
4841
+ },
4842
+ {
4843
+ "name": "Miscellaneous",
4844
+ "value": "miscellaneous"
4845
+ }
4846
+ ],
4847
+ "binding": {
4848
+ "type": "zeebe:input",
4849
+ "name": "operationGroup"
4850
+ }
4851
+ },
4852
+ {
4853
+ "label": "Operation type",
4854
+ "id": "operationId",
4855
+ "group": "operation",
4856
+ "type": "Dropdown",
4857
+ "value": "get-/crm/v3/objects/contacts_getPage",
4858
+ "choices": [
4859
+ {
4860
+ "name": "Get all contacts",
4861
+ "value": "get-/crm/v3/objects/contacts_getPage"
4862
+ },
4863
+ {
4864
+ "name": "Get contact by id",
4865
+ "value": "get-/crm/v3/objects/contacts/{contactId}"
4866
+ },
4867
+ {
4868
+ "name": "Get multiple contacts by id",
4869
+ "value": "post-/crm/v3/objects/contacts/batch/read"
4870
+ },
4871
+ {
4872
+ "name": "Search contact",
4873
+ "value": "post-/crm/v3/objects/contacts/search_doSearch"
4874
+ },
4875
+ {
4876
+ "name": "Create contact",
4877
+ "value": "post-/crm/v3/objects/contacts"
4878
+ },
4879
+ {
4880
+ "name": "Update contact",
4881
+ "value": "patch-/crm/v3/objects/contacts/{contactId}"
4882
+ },
4883
+ {
4884
+ "name": "Delete contact",
4885
+ "value": "delete-/crm/v3/objects/contacts/{contactId}"
4886
+ }
4887
+ ],
4888
+ "condition": {
4889
+ "property": "resourceType",
4890
+ "oneOf": ["contacts"]
4891
+ },
4892
+ "binding": {
4893
+ "type": "zeebe:input",
4894
+ "name": "operationType"
4895
+ }
4896
+ },
4897
+ {
4898
+ "label": "Operation type",
4899
+ "id": "operationId",
4900
+ "group": "operation",
4901
+ "type": "Dropdown",
4902
+ "value": "get-/crm/v3/objects/companies_getPage",
4903
+ "choices": [
4904
+ {
4905
+ "name": "Get all companies",
4906
+ "value": "get-/crm/v3/objects/companies_getPage"
4907
+ },
4908
+ {
4909
+ "name": "Get company by id",
4910
+ "value": "get-/crm/v3/objects/companies/{companyId}_getById"
4911
+ },
4912
+ {
4913
+ "name": "Search company",
4914
+ "value": "post-/crm/v3/objects/companies/search_doSearch"
4915
+ },
4916
+ {
4917
+ "name": "Get all contacts of a company",
4918
+ "value": "get-/crm/v3/objects/companies/{companyId}/associations/contacts"
4919
+ },
4920
+ {
4921
+ "name": "Add contact to company",
4922
+ "value": "post-/crm/v3/associations/contact/company/batch/create"
4923
+ },
4924
+ {
4925
+ "name": "Remove contact from company",
4926
+ "value": "post-/crm/v3/associations/contact/company/batch/archive"
4927
+ },
4928
+ {
4929
+ "name": "Create company",
4930
+ "value": "post-/crm/v3/objects/companies"
4931
+ },
4932
+ {
4933
+ "name": "Delete company",
4934
+ "value": "delete-/crm/v3/objects/companies/{companyId}_archive"
4935
+ }
4936
+ ],
4937
+ "condition": {
4938
+ "property": "resourceType",
4939
+ "oneOf": ["companies"]
4940
+ },
4941
+ "binding": {
4942
+ "type": "zeebe:input",
4943
+ "name": "operationType"
4944
+ }
4945
+ },
4946
+ {
4947
+ "label": "Operation type",
4948
+ "id": "operationId",
4949
+ "group": "operation",
4950
+ "type": "Dropdown",
4951
+ "value": "get-/crm/v3/objects/deals_getPage",
4952
+ "choices": [
4953
+ {
4954
+ "name": "Get all deals",
4955
+ "value": "get-/crm/v3/objects/deals_getPage"
4956
+ },
4957
+ {
4958
+ "name": "Get deal by id",
4959
+ "value": "get-/crm/v3/objects/deals/{dealId}_getById"
4960
+ },
4961
+ {
4962
+ "name": "Search deal",
4963
+ "value": "post-/crm/v3/objects/deals/search_doSearch"
4964
+ },
4965
+ {
4966
+ "name": "Delete deal",
4967
+ "value": "delete-/crm/v3/objects/deals/{dealId}_archive"
4968
+ }
4969
+ ],
4970
+ "condition": {
4971
+ "property": "resourceType",
4972
+ "oneOf": ["deals"]
4973
+ },
4974
+ "binding": {
4975
+ "type": "zeebe:input",
4976
+ "name": "operationType"
4977
+ }
4978
+ },
4979
+ {
4980
+ "label": "Operation type",
4981
+ "id": "operationId",
4982
+ "group": "operation",
4983
+ "type": "Dropdown",
4984
+ "value": "post-api.hsforms.com/submissions",
4985
+ "choices": [
4986
+ {
4987
+ "name": "Submit form",
4988
+ "value": "post-api.hsforms.com/submissions"
4989
+ },
4990
+ {
4991
+ "name": "Add element to list",
4992
+ "value": "put-/crm/v3/lists/{listId}/memberships/add"
4993
+ },
4994
+ {
4995
+ "name": "Enroll contact to workflow",
4996
+ "value": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
4997
+ }
4998
+ ],
4999
+ "condition": {
5000
+ "property": "resourceType",
5001
+ "oneOf": ["miscellaneous"]
5002
+ },
5003
+ "binding": {
5004
+ "type": "zeebe:input",
5005
+ "name": "operationType"
5006
+ }
5007
+ },
5008
+ {
5009
+ "id": "baseUrl",
5010
+ "value": "=if list contains([\"post-api.hsforms.com/submissions\"], operationType) then \"https://api.hsforms.com\" else if list contains([\"post-/automation/v2/workflows/{workflowId}/enrollments/contacts\"], operationType) then \"https://api.hubapi.com\" else \"https://api.hubspot.com\"",
5011
+ "group": "server",
5012
+ "binding": {
5013
+ "name": "baseUrl",
5014
+ "type": "zeebe:input"
5015
+ },
5016
+ "type": "Hidden"
5017
+ },
5018
+
5019
+ {
5020
+ "label": "Next page after object id",
5021
+ "description": "The id of the object from which to retrieve the next page.",
5022
+ "optional": true,
5023
+ "feel": "optional",
5024
+ "group": "parameters",
5025
+ "binding": {
5026
+ "name": "afterId",
5027
+ "type": "zeebe:input"
5028
+ },
5029
+ "condition": {
5030
+ "property": "operationId",
5031
+ "oneOf": [
5032
+ "get-/crm/v3/objects/companies_getPage",
5033
+ "get-/crm/v3/objects/contacts_getPage",
5034
+ "get-/crm/v3/objects/deals_getPage"
5035
+ ],
5036
+ "type": "simple"
5037
+ },
5038
+ "type": "String"
5039
+ },
5040
+
5041
+ {
5042
+ "id": "get-/crm/v3/objects/contacts_getPage_$path",
5043
+ "value": "=\"/crm/v3/objects/contacts\"",
5044
+ "group": "parameters",
5045
+ "binding": {
5046
+ "name": "operationPath",
5047
+ "type": "zeebe:input"
5048
+ },
5049
+ "condition": {
5050
+ "property": "operationId",
5051
+ "equals": "get-/crm/v3/objects/contacts_getPage",
5052
+ "type": "simple"
5053
+ },
5054
+ "type": "Hidden"
5055
+ },
5056
+ {
5057
+ "id": "get-/crm/v3/objects/contacts_getPage_$headers",
5058
+ "value": "={}",
5059
+ "group": "parameters",
5060
+ "binding": {
5061
+ "name": "headers",
5062
+ "type": "zeebe:input"
5063
+ },
5064
+ "condition": {
5065
+ "property": "operationId",
5066
+ "equals": "get-/crm/v3/objects/contacts_getPage",
5067
+ "type": "simple"
5068
+ },
5069
+ "type": "Hidden"
5070
+ },
5071
+ {
5072
+ "id": "get-/crm/v3/objects/contacts_getPage_$queryParameters",
5073
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
5074
+ "group": "input",
5075
+ "binding": {
5076
+ "name": "queryParameters",
5077
+ "type": "zeebe:input"
5078
+ },
5079
+ "condition": {
5080
+ "property": "operationId",
5081
+ "equals": "get-/crm/v3/objects/contacts_getPage",
5082
+ "type": "simple"
5083
+ },
5084
+ "type": "Hidden"
5085
+ },
5086
+ {
5087
+ "id": "get-/crm/v3/objects/contacts_getPage_$method",
5088
+ "value": "GET",
5089
+ "group": "parameters",
5090
+ "binding": {
5091
+ "name": "method",
5092
+ "type": "zeebe:input"
5093
+ },
5094
+ "condition": {
5095
+ "property": "operationId",
5096
+ "equals": "get-/crm/v3/objects/contacts_getPage",
5097
+ "type": "simple"
5098
+ },
5099
+ "type": "Hidden"
5100
+ },
5101
+
5102
+ {
5103
+ "id": "get-/crm/v3/objects/contacts/{contactId}_path_contactId",
5104
+ "label": "Contact id",
5105
+ "description": "The id of the contact to get.",
5106
+ "optional": false,
5107
+ "constraints": {
5108
+ "notEmpty": true
5109
+ },
5110
+ "feel": "optional",
5111
+ "group": "input",
5112
+ "binding": {
5113
+ "name": "contactId",
5114
+ "type": "zeebe:input"
5115
+ },
5116
+ "condition": {
5117
+ "property": "operationId",
5118
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
5119
+ "type": "simple"
5120
+ },
5121
+ "type": "String"
5122
+ },
5123
+ {
5124
+ "label": "Additional properties that should be returned",
5125
+ "description": "Names of the additional properties as a comma separated list, e.g. city,annualrevenue. Get all contact properties <a href=\"https://developers.hubspot.com/docs/reference/api/crm/properties/v1-contacts#get-all-contact-properties\" target=\"_blank\">here</a> and learn more about default contact properties <a href=\"https://knowledge.hubspot.com/properties/hubspots-default-contact-properties\" target=\"_blank\">here</a>. Leave this empty to get only standard properties.",
5126
+ "optional": true,
5127
+ "value": "",
5128
+ "feel": "optional",
5129
+ "group": "input",
5130
+ "binding": {
5131
+ "name": "properties",
5132
+ "type": "zeebe:input"
5133
+ },
5134
+ "condition": {
5135
+ "property": "operationId",
5136
+ "oneOf": ["get-/crm/v3/objects/contacts/{contactId}"],
5137
+ "type": "simple"
5138
+ },
5139
+ "type": "String"
5140
+ },
5141
+ {
5142
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$path",
5143
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
5144
+ "group": "parameters",
5145
+ "binding": {
5146
+ "name": "operationPath",
5147
+ "type": "zeebe:input"
5148
+ },
5149
+ "condition": {
5150
+ "property": "operationId",
5151
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
5152
+ "type": "simple"
5153
+ },
5154
+ "type": "Hidden"
5155
+ },
5156
+ {
5157
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$headers",
5158
+ "value": "={}",
5159
+ "group": "parameters",
5160
+ "binding": {
5161
+ "name": "headers",
5162
+ "type": "zeebe:input"
5163
+ },
5164
+ "condition": {
5165
+ "property": "operationId",
5166
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
5167
+ "type": "simple"
5168
+ },
5169
+ "type": "Hidden"
5170
+ },
5171
+ {
5172
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$queryParameters",
5173
+ "value": "=if properties != null then {\"properties\": properties+\",email,firstname,lastname\"} else {\"properties\": \"email,firstname,lastname\"}",
5174
+ "group": "parameters",
5175
+ "binding": {
5176
+ "name": "queryParameters",
5177
+ "type": "zeebe:input"
5178
+ },
5179
+ "condition": {
5180
+ "property": "operationId",
5181
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
5182
+ "type": "simple"
5183
+ },
5184
+ "type": "Hidden"
5185
+ },
5186
+ {
5187
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$method",
5188
+ "value": "GET",
5189
+ "group": "parameters",
5190
+ "binding": {
5191
+ "name": "method",
5192
+ "type": "zeebe:input"
5193
+ },
5194
+ "condition": {
5195
+ "property": "operationId",
5196
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
5197
+ "type": "simple"
5198
+ },
5199
+ "type": "Hidden"
5200
+ },
5201
+
5202
+ {
5203
+ "id": "post-/crm/v3/objects/contacts/batch/read_ids",
5204
+ "label": "Contact ids",
5205
+ "description": "The ids of the contacts to get.",
5206
+ "feel": "optional",
5207
+ "group": "input",
5208
+ "type": "String",
5209
+ "binding": {
5210
+ "type": "zeebe:input",
5211
+ "name": "batchReadIds"
5212
+ },
5213
+ "constraints": {
5214
+ "notEmpty": true
5215
+ },
5216
+ "condition": {
5217
+ "property": "operationId",
5218
+ "oneOf": ["post-/crm/v3/objects/contacts/batch/read"],
5219
+ "type": "simple"
5220
+ },
5221
+ "value": "=[\"237433423042\", \"230280910052\"]"
5222
+ },
5223
+ {
5224
+ "id": "post-/crm/v3/objects/contacts/batch/read_$path",
5225
+ "value": "=\"/crm/v3/objects/contacts/batch/read\"",
5226
+ "group": "parameters",
5227
+ "binding": {
5228
+ "name": "operationPath",
5229
+ "type": "zeebe:input"
5230
+ },
5231
+ "condition": {
5232
+ "property": "operationId",
5233
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
5234
+ "type": "simple"
5235
+ },
5236
+ "type": "Hidden"
5237
+ },
5238
+ {
5239
+ "id": "post-/crm/v3/objects/contacts/batch/read_$headers",
5240
+ "value": "={}",
5241
+ "group": "parameters",
5242
+ "binding": {
5243
+ "name": "headers",
5244
+ "type": "zeebe:input"
5245
+ },
5246
+ "condition": {
5247
+ "property": "operationId",
5248
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
5249
+ "type": "simple"
5250
+ },
5251
+ "type": "Hidden"
5252
+ },
5253
+ {
5254
+ "id": "post-/crm/v3/objects/contacts/batch/read_$queryParameters",
5255
+ "value": "={}",
5256
+ "group": "parameters",
5257
+ "binding": {
5258
+ "name": "queryParameters",
5259
+ "type": "zeebe:input"
5260
+ },
5261
+ "condition": {
5262
+ "property": "operationId",
5263
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
5264
+ "type": "simple"
5265
+ },
5266
+ "type": "Hidden"
5267
+ },
5268
+ {
5269
+ "id": "post-/crm/v3/objects/contacts/batch/read_$method",
5270
+ "value": "POST",
5271
+ "group": "parameters",
5272
+ "binding": {
5273
+ "name": "method",
5274
+ "type": "zeebe:input"
5275
+ },
5276
+ "condition": {
5277
+ "property": "operationId",
5278
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
5279
+ "type": "simple"
5280
+ },
5281
+ "type": "Hidden"
5282
+ },
5283
+ {
5284
+ "id": "post-/crm/v3/objects/contacts/batch/read_body",
5285
+ "value": "={\"inputs\": for id in batchReadIds return { id: id } }",
5286
+ "binding": {
5287
+ "name": "body",
5288
+ "type": "zeebe:input"
5289
+ },
5290
+ "condition": {
5291
+ "property": "operationId",
5292
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
5293
+ "type": "simple"
5294
+ },
5295
+ "type": "Hidden"
5296
+ },
5297
+
5298
+ {
5299
+ "label": "Search field",
5300
+ "description": "The field within the object to perform the search on, e.g. lastname",
5301
+ "feel": "optional",
5302
+ "group": "input",
5303
+ "type": "String",
5304
+ "binding": {
5305
+ "type": "zeebe:input",
5306
+ "name": "searchField"
5307
+ },
5308
+ "constraints": {
5309
+ "notEmpty": true
5310
+ },
5311
+ "condition": {
5312
+ "property": "operationId",
5313
+ "oneOf": [
5314
+ "post-/crm/v3/objects/contacts/search_doSearch",
5315
+ "post-/crm/v3/objects/companies/search_doSearch",
5316
+ "post-/crm/v3/objects/deals/search_doSearch"
5317
+ ],
5318
+ "type": "simple"
5319
+ }
5320
+ },
5321
+ {
5322
+ "label": "Search value",
5323
+ "description": "The value to search for, e.g. Smith",
5324
+ "feel": "optional",
5325
+ "group": "input",
5326
+ "type": "String",
5327
+ "binding": {
5328
+ "type": "zeebe:input",
5329
+ "name": "searchValue"
5330
+ },
5331
+ "constraints": {
5332
+ "notEmpty": true
5333
+ },
5334
+ "condition": {
5335
+ "property": "operationId",
5336
+ "oneOf": [
5337
+ "post-/crm/v3/objects/contacts/search_doSearch",
5338
+ "post-/crm/v3/objects/companies/search_doSearch",
5339
+ "post-/crm/v3/objects/deals/search_doSearch"
5340
+ ],
5341
+ "type": "simple"
5342
+ }
5343
+ },
5344
+
5345
+ {
5346
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$path",
5347
+ "value": "=\"/crm/v3/objects/contacts/search\"",
5348
+ "group": "parameters",
5349
+ "binding": {
5350
+ "name": "operationPath",
5351
+ "type": "zeebe:input"
5352
+ },
5353
+ "condition": {
5354
+ "property": "operationId",
5355
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
5356
+ "type": "simple"
5357
+ },
5358
+ "type": "Hidden"
5359
+ },
5360
+ {
5361
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$headers",
5362
+ "value": "={}",
5363
+ "group": "parameters",
5364
+ "binding": {
5365
+ "name": "headers",
5366
+ "type": "zeebe:input"
5367
+ },
5368
+ "condition": {
5369
+ "property": "operationId",
5370
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
5371
+ "type": "simple"
5372
+ },
5373
+ "type": "Hidden"
5374
+ },
5375
+ {
5376
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$queryParameters",
5377
+ "value": "={}",
5378
+ "group": "parameters",
5379
+ "binding": {
5380
+ "name": "queryParameters",
5381
+ "type": "zeebe:input"
5382
+ },
5383
+ "condition": {
5384
+ "property": "operationId",
5385
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
5386
+ "type": "simple"
5387
+ },
5388
+ "type": "Hidden"
5389
+ },
5390
+ {
5391
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$method",
5392
+ "value": "POST",
5393
+ "group": "parameters",
5394
+ "binding": {
5395
+ "name": "method",
5396
+ "type": "zeebe:input"
5397
+ },
5398
+ "condition": {
5399
+ "property": "operationId",
5400
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
5401
+ "type": "simple"
5402
+ },
5403
+ "type": "Hidden"
5404
+ },
5405
+ {
5406
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_body",
5407
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
5408
+ "binding": {
5409
+ "name": "body",
5410
+ "type": "zeebe:input"
5411
+ },
5412
+ "condition": {
5413
+ "property": "operationId",
5414
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
5415
+ "type": "simple"
5416
+ },
5417
+ "type": "Hidden"
5418
+ },
5419
+
5420
+ {
5421
+ "label": "Properties",
5422
+ "description": "Properties of the contact",
5423
+ "feel": "required",
5424
+ "group": "input",
5425
+ "type": "String",
5426
+ "binding": {
5427
+ "type": "zeebe:input",
5428
+ "name": "properties"
5429
+ },
5430
+ "constraints": {
5431
+ "notEmpty": true
5432
+ },
5433
+ "condition": {
5434
+ "property": "operationId",
5435
+ "oneOf": [
5436
+ "post-/crm/v3/objects/contacts",
5437
+ "patch-/crm/v3/objects/contacts/{contactId}"
5438
+ ],
5439
+ "type": "simple"
5440
+ },
5441
+ "value": "={\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
5442
+ },
5443
+ {
5444
+ "label": "Company id",
5445
+ "description": "Company id the contact should be associated with",
5446
+ "feel": "optional",
5447
+ "group": "input",
5448
+ "type": "String",
5449
+ "optional": true,
5450
+ "binding": {
5451
+ "type": "zeebe:input",
5452
+ "name": "companyId"
5453
+ },
5454
+ "condition": {
5455
+ "property": "operationId",
5456
+ "oneOf": ["post-/crm/v3/objects/contacts"],
5457
+ "type": "simple"
5458
+ }
5459
+ },
5460
+ {
5461
+ "group": "input",
5462
+ "type": "Hidden",
5463
+ "value": "=if companyId = null then [] else [{\"to\": {\"id\": companyId }, \"types\": [{\"associationCategory\": \"HUBSPOT_DEFINED\",\"associationTypeId\": 1}]}]",
5464
+ "binding": {
5465
+ "type": "zeebe:input",
5466
+ "name": "associations"
5467
+ },
5468
+ "condition": {
5469
+ "property": "operationId",
5470
+ "oneOf": ["post-/crm/v3/objects/contacts"],
5471
+ "type": "simple"
5472
+ },
5473
+ "optional": true
5474
+ },
5475
+ {
5476
+ "group": "input",
5477
+ "type": "Hidden",
5478
+ "value": "={\"properties\": if properties = null then null else properties, \"associations\": associations}",
5479
+ "binding": {
5480
+ "type": "zeebe:input",
5481
+ "name": "body"
5482
+ },
5483
+ "condition": {
5484
+ "property": "operationId",
5485
+ "oneOf": ["post-/crm/v3/objects/contacts"],
5486
+ "type": "simple"
5487
+ },
5488
+ "optional": true
5489
+ },
5490
+ {
5491
+ "group": "input",
5492
+ "type": "Hidden",
5493
+ "value": "={\"properties\": if properties = null then null else properties}",
5494
+ "binding": {
5495
+ "type": "zeebe:input",
5496
+ "name": "body"
5497
+ },
5498
+ "condition": {
5499
+ "property": "operationId",
5500
+ "oneOf": ["patch-/crm/v3/objects/contacts/{contactId}"],
5501
+ "type": "simple"
5502
+ },
5503
+ "optional": true
5504
+ },
5505
+
5506
+ {
5507
+ "id": "post-/crm/v3/objects/contacts_$path",
5508
+ "value": "=\"/crm/v3/objects/contacts\"",
5509
+ "group": "parameters",
5510
+ "binding": {
5511
+ "name": "operationPath",
5512
+ "type": "zeebe:input"
5513
+ },
5514
+ "condition": {
5515
+ "property": "operationId",
5516
+ "equals": "post-/crm/v3/objects/contacts",
5517
+ "type": "simple"
5518
+ },
5519
+ "type": "Hidden"
5520
+ },
5521
+ {
5522
+ "id": "post-/crm/v3/objects/contacts_$headers",
5523
+ "value": "={}",
5524
+ "group": "parameters",
5525
+ "binding": {
5526
+ "name": "headers",
5527
+ "type": "zeebe:input"
5528
+ },
5529
+ "condition": {
5530
+ "property": "operationId",
5531
+ "equals": "post-/crm/v3/objects/contacts",
5532
+ "type": "simple"
5533
+ },
5534
+ "type": "Hidden"
5535
+ },
5536
+ {
5537
+ "id": "post-/crm/v3/objects/contacts_$queryParameters",
5538
+ "value": "={}",
5539
+ "group": "parameters",
5540
+ "binding": {
5541
+ "name": "queryParameters",
5542
+ "type": "zeebe:input"
5543
+ },
5544
+ "condition": {
5545
+ "property": "operationId",
5546
+ "equals": "post-/crm/v3/objects/contacts",
5547
+ "type": "simple"
5548
+ },
5549
+ "type": "Hidden"
5550
+ },
5551
+ {
5552
+ "id": "post-/crm/v3/objects/contacts_$method",
5553
+ "value": "POST",
5554
+ "group": "parameters",
5555
+ "binding": {
5556
+ "name": "method",
5557
+ "type": "zeebe:input"
5558
+ },
5559
+ "condition": {
5560
+ "property": "operationId",
5561
+ "equals": "post-/crm/v3/objects/contacts",
5562
+ "type": "simple"
5563
+ },
5564
+ "type": "Hidden"
5565
+ },
5566
+
5567
+ {
5568
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_path_contactId",
5569
+ "label": "Contact id",
5570
+ "description": "The id of the contact that should be updated.",
5571
+ "optional": false,
5572
+ "constraints": {
5573
+ "notEmpty": true
5574
+ },
5575
+ "feel": "optional",
5576
+ "group": "input",
5577
+ "binding": {
5578
+ "name": "contactId",
5579
+ "type": "zeebe:input"
5580
+ },
5581
+ "condition": {
5582
+ "property": "operationId",
5583
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
5584
+ "type": "simple"
5585
+ },
5586
+ "type": "String"
5587
+ },
5588
+ {
5589
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$path",
5590
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
5591
+ "group": "parameters",
5592
+ "binding": {
5593
+ "name": "operationPath",
5594
+ "type": "zeebe:input"
5595
+ },
5596
+ "condition": {
5597
+ "property": "operationId",
5598
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
5599
+ "type": "simple"
5600
+ },
5601
+ "type": "Hidden"
5602
+ },
5603
+ {
5604
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$headers",
5605
+ "value": "={}",
5606
+ "group": "parameters",
5607
+ "binding": {
5608
+ "name": "headers",
5609
+ "type": "zeebe:input"
5610
+ },
5611
+ "condition": {
5612
+ "property": "operationId",
5613
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
5614
+ "type": "simple"
5615
+ },
5616
+ "type": "Hidden"
5617
+ },
5618
+ {
5619
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$queryParameters",
5620
+ "value": "={}",
5621
+ "group": "parameters",
5622
+ "binding": {
5623
+ "name": "queryParameters",
5624
+ "type": "zeebe:input"
5625
+ },
5626
+ "condition": {
5627
+ "property": "operationId",
5628
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
5629
+ "type": "simple"
5630
+ },
5631
+ "type": "Hidden"
5632
+ },
5633
+ {
5634
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$method",
5635
+ "value": "PATCH",
5636
+ "group": "parameters",
5637
+ "binding": {
5638
+ "name": "method",
5639
+ "type": "zeebe:input"
5640
+ },
5641
+ "condition": {
5642
+ "property": "operationId",
5643
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
5644
+ "type": "simple"
5645
+ },
5646
+ "type": "Hidden"
5647
+ },
5648
+
5649
+ {
5650
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_path_contactId",
5651
+ "label": "Contact id",
5652
+ "description": "The id of the contact that should be deleted.",
5653
+ "optional": false,
5654
+ "constraints": {
5655
+ "notEmpty": true
5656
+ },
5657
+ "feel": "optional",
5658
+ "group": "input",
5659
+ "binding": {
5660
+ "name": "contactId",
5661
+ "type": "zeebe:input"
5662
+ },
5663
+ "condition": {
5664
+ "property": "operationId",
5665
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
5666
+ "type": "simple"
5667
+ },
5668
+ "type": "String"
5669
+ },
5670
+ {
5671
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$path",
5672
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
5673
+ "group": "parameters",
5674
+ "binding": {
5675
+ "name": "operationPath",
5676
+ "type": "zeebe:input"
5677
+ },
5678
+ "condition": {
5679
+ "property": "operationId",
5680
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
5681
+ "type": "simple"
5682
+ },
5683
+ "type": "Hidden"
5684
+ },
5685
+ {
5686
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$headers",
5687
+ "value": "={}",
5688
+ "group": "parameters",
5689
+ "binding": {
5690
+ "name": "headers",
5691
+ "type": "zeebe:input"
5692
+ },
5693
+ "condition": {
5694
+ "property": "operationId",
5695
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
5696
+ "type": "simple"
5697
+ },
5698
+ "type": "Hidden"
5699
+ },
5700
+ {
5701
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$queryParameters",
5702
+ "value": "={}",
5703
+ "group": "parameters",
5704
+ "binding": {
5705
+ "name": "queryParameters",
5706
+ "type": "zeebe:input"
5707
+ },
5708
+ "condition": {
5709
+ "property": "operationId",
5710
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
5711
+ "type": "simple"
5712
+ },
5713
+ "type": "Hidden"
5714
+ },
5715
+ {
5716
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$method",
5717
+ "value": "DELETE",
5718
+ "group": "parameters",
5719
+ "binding": {
5720
+ "name": "method",
5721
+ "type": "zeebe:input"
5722
+ },
5723
+ "condition": {
5724
+ "property": "operationId",
5725
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
5726
+ "type": "simple"
5727
+ },
5728
+ "type": "Hidden"
5729
+ },
5730
+
5731
+ {
5732
+ "label": "Contact id",
5733
+ "description": "The id of the contact",
5734
+ "optional": false,
5735
+ "constraints": {
5736
+ "notEmpty": true
5737
+ },
5738
+ "feel": "optional",
5739
+ "group": "input",
5740
+ "binding": {
5741
+ "name": "contactId",
5742
+ "type": "zeebe:input"
5743
+ },
5744
+ "condition": {
5745
+ "property": "operationId",
5746
+ "oneOf": [
5747
+ "post-/crm/v3/associations/contact/company/batch/create",
5748
+ "post-/crm/v3/associations/contact/company/batch/archive"
5749
+ ],
5750
+ "type": "simple"
5751
+ },
5752
+ "type": "String"
5753
+ },
5754
+ {
5755
+ "label": "Company id",
5756
+ "description": "The id of the company",
5757
+ "optional": false,
5758
+ "constraints": {
5759
+ "notEmpty": true
5760
+ },
5761
+ "feel": "optional",
5762
+ "group": "input",
5763
+ "binding": {
5764
+ "name": "companyId",
5765
+ "type": "zeebe:input"
5766
+ },
5767
+ "condition": {
5768
+ "property": "operationId",
5769
+ "oneOf": [
5770
+ "post-/crm/v3/associations/contact/company/batch/create",
5771
+ "post-/crm/v3/associations/contact/company/batch/archive"
5772
+ ],
5773
+ "type": "simple"
5774
+ },
5775
+ "type": "String"
5776
+ },
5777
+ {
5778
+ "id": "post-/crm/v3/associations/contact/company/batch/create_$path",
5779
+ "value": "/crm/v3/associations/contact/company/batch/create",
5780
+ "group": "parameters",
5781
+ "binding": {
5782
+ "name": "operationPath",
5783
+ "type": "zeebe:input"
5784
+ },
5785
+ "condition": {
5786
+ "property": "operationId",
5787
+ "equals": "post-/crm/v3/associations/contact/company/batch/create",
5788
+ "type": "simple"
5789
+ },
5790
+ "type": "Hidden"
5791
+ },
5792
+ {
5793
+ "id": "post-/crm/v3/associations/contact/company/batch/archive_$path",
5794
+ "value": "/crm/v3/associations/contact/company/batch/archive",
5795
+ "group": "parameters",
5796
+ "binding": {
5797
+ "name": "operationPath",
5798
+ "type": "zeebe:input"
5799
+ },
5800
+ "condition": {
5801
+ "property": "operationId",
5802
+ "equals": "post-/crm/v3/associations/contact/company/batch/archive",
5803
+ "type": "simple"
5804
+ },
5805
+ "type": "Hidden"
5806
+ },
5807
+
5808
+ {
5809
+ "id": "post-/crm/v3/associations/contact/company/batch_$headers",
5810
+ "value": "={}",
5811
+ "group": "parameters",
5812
+ "binding": {
5813
+ "name": "headers",
5814
+ "type": "zeebe:input"
5815
+ },
5816
+ "condition": {
5817
+ "property": "operationId",
5818
+ "oneOf": [
5819
+ "post-/crm/v3/associations/contact/company/batch/create",
5820
+ "post-/crm/v3/associations/contact/company/batch/archive"
5821
+ ],
5822
+ "type": "simple"
5823
+ },
5824
+ "type": "Hidden"
5825
+ },
5826
+ {
5827
+ "id": "post-/crm/v3/associations/contact/company/batch_$queryParameters",
5828
+ "value": "={}",
5829
+ "group": "parameters",
5830
+ "binding": {
5831
+ "name": "queryParameters",
5832
+ "type": "zeebe:input"
5833
+ },
5834
+ "condition": {
5835
+ "property": "operationId",
5836
+ "oneOf": [
5837
+ "post-/crm/v3/associations/contact/company/batch/create",
5838
+ "post-/crm/v3/associations/contact/company/batch/archive"
5839
+ ],
5840
+ "type": "simple"
5841
+ },
5842
+ "type": "Hidden"
5843
+ },
5844
+ {
5845
+ "id": "post-/crm/v3/associations/contact/company/batch_$method",
5846
+ "value": "POST",
5847
+ "group": "parameters",
5848
+ "binding": {
5849
+ "name": "method",
5850
+ "type": "zeebe:input"
5851
+ },
5852
+ "condition": {
5853
+ "property": "operationId",
5854
+ "oneOf": [
5855
+ "post-/crm/v3/associations/contact/company/batch/create",
5856
+ "post-/crm/v3/associations/contact/company/batch/archive"
5857
+ ],
5858
+ "type": "simple"
5859
+ },
5860
+ "type": "Hidden"
5861
+ },
5862
+ {
5863
+ "id": "post-/crm/v3/associations/contact/company/batch_body",
5864
+ "value": "={\n \"inputs\":[\n {\n \"from\":\n {\"id\":contactId}, \n \"to\":\n {\"id\":companyId}, \n \"type\":\"contact_to_company\"}\n ]\n}",
5865
+ "binding": {
5866
+ "name": "body",
5867
+ "type": "zeebe:input"
5868
+ },
5869
+ "condition": {
5870
+ "property": "operationId",
5871
+ "oneOf": [
5872
+ "post-/crm/v3/associations/contact/company/batch/create",
5873
+ "post-/crm/v3/associations/contact/company/batch/archive"
5874
+ ],
5875
+ "type": "simple"
5876
+ },
5877
+ "type": "Hidden"
5878
+ },
5879
+
5880
+ {
5881
+ "id": "get-/crm/v3/objects/companies_getPage_$path",
5882
+ "value": "=\"/crm/v3/objects/companies\"",
5883
+ "group": "parameters",
5884
+ "binding": {
5885
+ "name": "operationPath",
5886
+ "type": "zeebe:input"
5887
+ },
5888
+ "condition": {
5889
+ "property": "operationId",
5890
+ "equals": "get-/crm/v3/objects/companies_getPage",
5891
+ "type": "simple"
5892
+ },
5893
+ "type": "Hidden"
5894
+ },
5895
+ {
5896
+ "id": "get-/crm/v3/objects/companies_getPage_$headers",
5897
+ "value": "={}",
5898
+ "group": "parameters",
5899
+ "binding": {
5900
+ "name": "headers",
5901
+ "type": "zeebe:input"
5902
+ },
5903
+ "condition": {
5904
+ "property": "operationId",
5905
+ "equals": "get-/crm/v3/objects/companies_getPage",
5906
+ "type": "simple"
5907
+ },
5908
+ "type": "Hidden"
5909
+ },
5910
+ {
5911
+ "id": "get-/crm/v3/objects/companies_getPage_$queryParameters",
5912
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
5913
+ "group": "input",
5914
+ "binding": {
5915
+ "name": "queryParameters",
5916
+ "type": "zeebe:input"
5917
+ },
5918
+ "condition": {
5919
+ "property": "operationId",
5920
+ "equals": "get-/crm/v3/objects/companies_getPage",
5921
+ "type": "simple"
5922
+ },
5923
+ "type": "Hidden"
5924
+ },
5925
+ {
5926
+ "id": "get-/crm/v3/objects/companies_getPage_$method",
5927
+ "value": "GET",
5928
+ "group": "parameters",
5929
+ "binding": {
5930
+ "name": "method",
5931
+ "type": "zeebe:input"
5932
+ },
5933
+ "condition": {
5934
+ "property": "operationId",
5935
+ "equals": "get-/crm/v3/objects/companies_getPage",
5936
+ "type": "simple"
5937
+ },
5938
+ "type": "Hidden"
5939
+ },
5940
+
5941
+ {
5942
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_path_companyId",
5943
+ "label": "Company id",
5944
+ "description": "The id of the company to get.",
5945
+ "optional": false,
5946
+ "constraints": {
5947
+ "notEmpty": true
5948
+ },
5949
+ "feel": "optional",
5950
+ "group": "input",
5951
+ "binding": {
5952
+ "name": "companyId",
5953
+ "type": "zeebe:input"
5954
+ },
5955
+ "condition": {
5956
+ "property": "operationId",
5957
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
5958
+ "type": "simple"
5959
+ },
5960
+ "type": "String"
5961
+ },
5962
+ {
5963
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$path",
5964
+ "value": "=\"/crm/v3/objects/companies/\"+companyId",
5965
+ "group": "parameters",
5966
+ "binding": {
5967
+ "name": "operationPath",
5968
+ "type": "zeebe:input"
5969
+ },
5970
+ "condition": {
5971
+ "property": "operationId",
5972
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
5973
+ "type": "simple"
5974
+ },
5975
+ "type": "Hidden"
5976
+ },
5977
+ {
5978
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$headers",
5979
+ "value": "={}",
5980
+ "group": "parameters",
5981
+ "binding": {
5982
+ "name": "headers",
5983
+ "type": "zeebe:input"
5984
+ },
5985
+ "condition": {
5986
+ "property": "operationId",
5987
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
5988
+ "type": "simple"
5989
+ },
5990
+ "type": "Hidden"
5991
+ },
5992
+ {
5993
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$queryParameters",
5994
+ "value": "={}",
5995
+ "group": "parameters",
5996
+ "binding": {
5997
+ "name": "queryParameters",
5998
+ "type": "zeebe:input"
5999
+ },
6000
+ "condition": {
6001
+ "property": "operationId",
6002
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
6003
+ "type": "simple"
6004
+ },
6005
+ "type": "Hidden"
6006
+ },
6007
+ {
6008
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$method",
6009
+ "value": "GET",
6010
+ "group": "parameters",
6011
+ "binding": {
6012
+ "name": "method",
6013
+ "type": "zeebe:input"
6014
+ },
6015
+ "condition": {
6016
+ "property": "operationId",
6017
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
6018
+ "type": "simple"
6019
+ },
6020
+ "type": "Hidden"
6021
+ },
6022
+
6023
+ {
6024
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$path",
6025
+ "value": "=\"/crm/v3/objects/companies/search\"",
6026
+ "group": "input",
6027
+ "binding": {
6028
+ "name": "operationPath",
6029
+ "type": "zeebe:input"
6030
+ },
6031
+ "condition": {
6032
+ "property": "operationId",
6033
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
6034
+ "type": "simple"
6035
+ },
6036
+ "type": "Hidden"
6037
+ },
6038
+ {
6039
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$headers",
6040
+ "value": "={}",
6041
+ "group": "parameters",
6042
+ "binding": {
6043
+ "name": "headers",
6044
+ "type": "zeebe:input"
6045
+ },
6046
+ "condition": {
6047
+ "property": "operationId",
6048
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
6049
+ "type": "simple"
6050
+ },
6051
+ "type": "Hidden"
6052
+ },
6053
+ {
6054
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$queryParameters",
6055
+ "value": "={}",
6056
+ "group": "parameters",
6057
+ "binding": {
6058
+ "name": "queryParameters",
6059
+ "type": "zeebe:input"
6060
+ },
6061
+ "condition": {
6062
+ "property": "operationId",
6063
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
6064
+ "type": "simple"
6065
+ },
6066
+ "type": "Hidden"
6067
+ },
6068
+ {
6069
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$method",
6070
+ "value": "POST",
6071
+ "group": "parameters",
6072
+ "binding": {
6073
+ "name": "method",
6074
+ "type": "zeebe:input"
6075
+ },
6076
+ "condition": {
6077
+ "property": "operationId",
6078
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
6079
+ "type": "simple"
6080
+ },
6081
+ "type": "Hidden"
6082
+ },
6083
+ {
6084
+ "id": "post-/crm/v3/objects/companies/search_doSearch_body",
6085
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
6086
+ "binding": {
6087
+ "name": "body",
6088
+ "type": "zeebe:input"
6089
+ },
6090
+ "condition": {
6091
+ "property": "operationId",
6092
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
6093
+ "type": "simple"
6094
+ },
6095
+ "type": "Hidden"
6096
+ },
6097
+
6098
+ {
6099
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6100
+ "label": "Company id",
6101
+ "description": "The id of the company for which to retrieve the contacts.",
6102
+ "optional": false,
6103
+ "constraints": {
6104
+ "notEmpty": true
6105
+ },
6106
+ "feel": "optional",
6107
+ "group": "input",
6108
+ "binding": {
6109
+ "name": "companyId",
6110
+ "type": "zeebe:input"
6111
+ },
6112
+ "condition": {
6113
+ "property": "operationId",
6114
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6115
+ "type": "simple"
6116
+ },
6117
+ "type": "String"
6118
+ },
6119
+ {
6120
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$path",
6121
+ "value": "=\"/crm/v3/objects/companies/\"+companyId+\"/associations/contacts\"",
6122
+ "group": "parameters",
6123
+ "binding": {
6124
+ "name": "operationPath",
6125
+ "type": "zeebe:input"
6126
+ },
6127
+ "condition": {
6128
+ "property": "operationId",
6129
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6130
+ "type": "simple"
6131
+ },
6132
+ "type": "Hidden"
6133
+ },
6134
+ {
6135
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$headers",
6136
+ "value": "={}",
6137
+ "group": "parameters",
6138
+ "binding": {
6139
+ "name": "headers",
6140
+ "type": "zeebe:input"
6141
+ },
6142
+ "condition": {
6143
+ "property": "operationId",
6144
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6145
+ "type": "simple"
6146
+ },
6147
+ "type": "Hidden"
6148
+ },
6149
+ {
6150
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$queryParameters",
6151
+ "value": "={}",
6152
+ "group": "parameters",
6153
+ "binding": {
6154
+ "name": "queryParameters",
6155
+ "type": "zeebe:input"
6156
+ },
6157
+ "condition": {
6158
+ "property": "operationId",
6159
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6160
+ "type": "simple"
6161
+ },
6162
+ "type": "Hidden"
6163
+ },
6164
+ {
6165
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$method",
6166
+ "value": "GET",
6167
+ "group": "parameters",
6168
+ "binding": {
6169
+ "name": "method",
6170
+ "type": "zeebe:input"
6171
+ },
6172
+ "condition": {
6173
+ "property": "operationId",
6174
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6175
+ "type": "simple"
6176
+ },
6177
+ "type": "Hidden"
6178
+ },
6179
+
6180
+ {
6181
+ "id": "post-/crm/v3/objects/companies_input",
6182
+ "label": "Company properties",
6183
+ "description": "The properties of the company",
6184
+ "group": "input",
6185
+ "type": "String",
6186
+ "feel": "required",
6187
+ "value": "={\n \"properties\": {\n \"name\": \"HubSpot\",\n \"domain\": \"hubspot.com\"\n }\n}",
6188
+ "binding": {
6189
+ "type": "zeebe:input",
6190
+ "name": "body"
6191
+ },
6192
+ "constraints": {
6193
+ "notEmpty": true
6194
+ },
6195
+ "condition": {
6196
+ "property": "operationId",
6197
+ "equals": "post-/crm/v3/objects/companies",
6198
+ "type": "simple"
6199
+ }
6200
+ },
6201
+ {
6202
+ "id": "post-/crm/v3/objects/companies_$path",
6203
+ "value": "=\"/crm/v3/objects/companies\"",
6204
+ "group": "parameters",
6205
+ "binding": {
6206
+ "name": "operationPath",
6207
+ "type": "zeebe:input"
6208
+ },
6209
+ "condition": {
6210
+ "property": "operationId",
6211
+ "equals": "post-/crm/v3/objects/companies",
6212
+ "type": "simple"
6213
+ },
6214
+ "type": "Hidden"
6215
+ },
6216
+ {
6217
+ "id": "post-/crm/v3/objects/companies_$headers",
6218
+ "value": "={}",
6219
+ "group": "parameters",
6220
+ "binding": {
6221
+ "name": "headers",
6222
+ "type": "zeebe:input"
6223
+ },
6224
+ "condition": {
6225
+ "property": "operationId",
6226
+ "equals": "post-/crm/v3/objects/companies",
6227
+ "type": "simple"
6228
+ },
6229
+ "type": "Hidden"
6230
+ },
6231
+ {
6232
+ "id": "post-/crm/v3/objects/companies_$queryParameters",
6233
+ "value": "={}",
6234
+ "group": "parameters",
6235
+ "binding": {
6236
+ "name": "queryParameters",
6237
+ "type": "zeebe:input"
6238
+ },
6239
+ "condition": {
6240
+ "property": "operationId",
6241
+ "equals": "post-/crm/v3/objects/companies",
6242
+ "type": "simple"
6243
+ },
6244
+ "type": "Hidden"
6245
+ },
6246
+ {
6247
+ "id": "post-/crm/v3/objects/companies_$method",
6248
+ "value": "POST",
6249
+ "group": "parameters",
6250
+ "binding": {
6251
+ "name": "method",
6252
+ "type": "zeebe:input"
6253
+ },
6254
+ "condition": {
6255
+ "property": "operationId",
6256
+ "equals": "post-/crm/v3/objects/companies",
6257
+ "type": "simple"
6258
+ },
6259
+ "type": "Hidden"
6260
+ },
6261
+
6262
+ {
6263
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_path_companyId",
6264
+ "label": "Company id",
6265
+ "optional": false,
6266
+ "constraints": {
6267
+ "notEmpty": true
6268
+ },
6269
+ "feel": "optional",
6270
+ "group": "input",
6271
+ "binding": {
6272
+ "name": "companyId",
6273
+ "type": "zeebe:input"
6274
+ },
6275
+ "condition": {
6276
+ "property": "operationId",
6277
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
6278
+ "type": "simple"
6279
+ },
6280
+ "type": "String"
6281
+ },
6282
+ {
6283
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$path",
6284
+ "value": "=\"/crm/v3/objects/companies/\"+companyId",
6285
+ "group": "parameters",
6286
+ "binding": {
6287
+ "name": "operationPath",
6288
+ "type": "zeebe:input"
6289
+ },
6290
+ "condition": {
6291
+ "property": "operationId",
6292
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
6293
+ "type": "simple"
6294
+ },
6295
+ "type": "Hidden"
6296
+ },
6297
+ {
6298
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$headers",
6299
+ "value": "={}",
6300
+ "group": "parameters",
6301
+ "binding": {
6302
+ "name": "headers",
6303
+ "type": "zeebe:input"
6304
+ },
6305
+ "condition": {
6306
+ "property": "operationId",
6307
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
6308
+ "type": "simple"
6309
+ },
6310
+ "type": "Hidden"
6311
+ },
6312
+ {
6313
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$queryParameters",
6314
+ "value": "={}",
6315
+ "group": "parameters",
6316
+ "binding": {
6317
+ "name": "queryParameters",
6318
+ "type": "zeebe:input"
6319
+ },
6320
+ "condition": {
6321
+ "property": "operationId",
6322
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
6323
+ "type": "simple"
6324
+ },
6325
+ "type": "Hidden"
6326
+ },
6327
+ {
6328
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$method",
6329
+ "value": "DELETE",
6330
+ "group": "parameters",
6331
+ "binding": {
6332
+ "name": "method",
6333
+ "type": "zeebe:input"
6334
+ },
6335
+ "condition": {
6336
+ "property": "operationId",
6337
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
6338
+ "type": "simple"
6339
+ },
6340
+ "type": "Hidden"
6341
+ },
6342
+
6343
+ {
6344
+ "id": "get-/crm/v3/objects/deals_getPage_$path",
6345
+ "value": "=\"/crm/v3/objects/deals\"",
6346
+ "group": "parameters",
6347
+ "binding": {
6348
+ "name": "operationPath",
6349
+ "type": "zeebe:input"
6350
+ },
6351
+ "condition": {
6352
+ "property": "operationId",
6353
+ "equals": "get-/crm/v3/objects/deals_getPage",
6354
+ "type": "simple"
6355
+ },
6356
+ "type": "Hidden"
6357
+ },
6358
+ {
6359
+ "id": "get-/crm/v3/objects/deals_getPage_$headers",
6360
+ "value": "={}",
6361
+ "group": "parameters",
6362
+ "binding": {
6363
+ "name": "headers",
6364
+ "type": "zeebe:input"
6365
+ },
6366
+ "condition": {
6367
+ "property": "operationId",
6368
+ "equals": "get-/crm/v3/objects/deals_getPage",
6369
+ "type": "simple"
6370
+ },
6371
+ "type": "Hidden"
6372
+ },
6373
+ {
6374
+ "id": "get-/crm/v3/objects/deals_getPage_$queryParameters",
6375
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
6376
+ "group": "input",
6377
+ "binding": {
6378
+ "name": "queryParameters",
6379
+ "type": "zeebe:input"
6380
+ },
6381
+ "condition": {
6382
+ "property": "operationId",
6383
+ "equals": "get-/crm/v3/objects/deals_getPage",
6384
+ "type": "simple"
6385
+ },
6386
+ "type": "Hidden"
6387
+ },
6388
+ {
6389
+ "id": "get-/crm/v3/objects/deals_getPage_$method",
6390
+ "value": "GET",
6391
+ "group": "parameters",
6392
+ "binding": {
6393
+ "name": "method",
6394
+ "type": "zeebe:input"
6395
+ },
6396
+ "condition": {
6397
+ "property": "operationId",
6398
+ "equals": "get-/crm/v3/objects/deals_getPage",
6399
+ "type": "simple"
6400
+ },
6401
+ "type": "Hidden"
6402
+ },
6403
+
6404
+ {
6405
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_path_dealId",
6406
+ "label": "Deal id",
6407
+ "description": "The id of the deal to get.",
6408
+ "optional": false,
6409
+ "constraints": {
6410
+ "notEmpty": true
6411
+ },
6412
+ "feel": "optional",
6413
+ "group": "input",
6414
+ "binding": {
6415
+ "name": "dealId",
6416
+ "type": "zeebe:input"
6417
+ },
6418
+ "condition": {
6419
+ "property": "operationId",
6420
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
6421
+ "type": "simple"
6422
+ },
6423
+ "type": "String"
6424
+ },
6425
+ {
6426
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$path",
6427
+ "value": "=\"/crm/v3/objects/deals/\"+dealId",
6428
+ "group": "parameters",
6429
+ "binding": {
6430
+ "name": "operationPath",
6431
+ "type": "zeebe:input"
6432
+ },
6433
+ "condition": {
6434
+ "property": "operationId",
6435
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
6436
+ "type": "simple"
6437
+ },
6438
+ "type": "Hidden"
6439
+ },
6440
+ {
6441
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$headers",
6442
+ "value": "={}",
6443
+ "group": "parameters",
6444
+ "binding": {
6445
+ "name": "headers",
6446
+ "type": "zeebe:input"
6447
+ },
6448
+ "condition": {
6449
+ "property": "operationId",
6450
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
6451
+ "type": "simple"
6452
+ },
6453
+ "type": "Hidden"
6454
+ },
6455
+ {
6456
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$queryParameters",
6457
+ "value": "={}",
6458
+ "group": "parameters",
6459
+ "binding": {
6460
+ "name": "queryParameters",
6461
+ "type": "zeebe:input"
6462
+ },
6463
+ "condition": {
6464
+ "property": "operationId",
6465
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
6466
+ "type": "simple"
6467
+ },
6468
+ "type": "Hidden"
6469
+ },
6470
+ {
6471
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$method",
6472
+ "value": "GET",
6473
+ "group": "parameters",
6474
+ "binding": {
6475
+ "name": "method",
6476
+ "type": "zeebe:input"
6477
+ },
6478
+ "condition": {
6479
+ "property": "operationId",
6480
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
6481
+ "type": "simple"
6482
+ },
6483
+ "type": "Hidden"
6484
+ },
6485
+
6486
+ {
6487
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$path",
6488
+ "value": "=\"/crm/v3/objects/deals/search\"",
6489
+ "group": "parameters",
6490
+ "binding": {
6491
+ "name": "operationPath",
6492
+ "type": "zeebe:input"
6493
+ },
6494
+ "condition": {
6495
+ "property": "operationId",
6496
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
6497
+ "type": "simple"
6498
+ },
6499
+ "type": "Hidden"
6500
+ },
6501
+ {
6502
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$headers",
6503
+ "value": "={}",
6504
+ "group": "parameters",
6505
+ "binding": {
6506
+ "name": "headers",
6507
+ "type": "zeebe:input"
6508
+ },
6509
+ "condition": {
6510
+ "property": "operationId",
6511
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
6512
+ "type": "simple"
6513
+ },
6514
+ "type": "Hidden"
6515
+ },
6516
+ {
6517
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$queryParameters",
6518
+ "value": "={}",
6519
+ "group": "parameters",
6520
+ "binding": {
6521
+ "name": "queryParameters",
6522
+ "type": "zeebe:input"
6523
+ },
6524
+ "condition": {
6525
+ "property": "operationId",
6526
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
6527
+ "type": "simple"
6528
+ },
6529
+ "type": "Hidden"
6530
+ },
6531
+ {
6532
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$method",
6533
+ "value": "POST",
6534
+ "group": "parameters",
6535
+ "binding": {
6536
+ "name": "method",
6537
+ "type": "zeebe:input"
6538
+ },
6539
+ "condition": {
6540
+ "property": "operationId",
6541
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
6542
+ "type": "simple"
6543
+ },
6544
+ "type": "Hidden"
6545
+ },
6546
+ {
6547
+ "id": "post-/crm/v3/objects/deals/search_doSearch_body",
6548
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
6549
+ "binding": {
6550
+ "name": "body",
6551
+ "type": "zeebe:input"
6552
+ },
6553
+ "condition": {
6554
+ "property": "operationId",
6555
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
6556
+ "type": "simple"
6557
+ },
6558
+ "type": "Hidden"
6559
+ },
6560
+
6561
+ {
6562
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_path_dealId",
6563
+ "label": "Deal id",
6564
+ "description": "The id of the deal that should be deleted.",
6565
+ "optional": false,
6566
+ "constraints": {
6567
+ "notEmpty": true
6568
+ },
6569
+ "feel": "optional",
6570
+ "group": "input",
6571
+ "binding": {
6572
+ "name": "dealId",
6573
+ "type": "zeebe:input"
6574
+ },
6575
+ "condition": {
6576
+ "property": "operationId",
6577
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
6578
+ "type": "simple"
6579
+ },
6580
+ "type": "String"
6581
+ },
6582
+ {
6583
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$path",
6584
+ "value": "=\"/crm/v3/objects/deals/\"+dealId",
6585
+ "group": "parameters",
6586
+ "binding": {
6587
+ "name": "operationPath",
6588
+ "type": "zeebe:input"
6589
+ },
6590
+ "condition": {
6591
+ "property": "operationId",
6592
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
6593
+ "type": "simple"
6594
+ },
6595
+ "type": "Hidden"
6596
+ },
6597
+ {
6598
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$headers",
6599
+ "value": "={}",
6600
+ "group": "parameters",
6601
+ "binding": {
6602
+ "name": "headers",
6603
+ "type": "zeebe:input"
6604
+ },
6605
+ "condition": {
6606
+ "property": "operationId",
6607
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
6608
+ "type": "simple"
6609
+ },
6610
+ "type": "Hidden"
6611
+ },
6612
+ {
6613
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$queryParameters",
6614
+ "value": "={}",
6615
+ "group": "parameters",
6616
+ "binding": {
6617
+ "name": "queryParameters",
6618
+ "type": "zeebe:input"
6619
+ },
6620
+ "condition": {
6621
+ "property": "operationId",
6622
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
6623
+ "type": "simple"
6624
+ },
6625
+ "type": "Hidden"
6626
+ },
6627
+ {
6628
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$method",
6629
+ "value": "DELETE",
6630
+ "group": "parameters",
6631
+ "binding": {
6632
+ "name": "method",
6633
+ "type": "zeebe:input"
6634
+ },
6635
+ "condition": {
6636
+ "property": "operationId",
6637
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
6638
+ "type": "simple"
6639
+ },
6640
+ "type": "Hidden"
6641
+ },
6642
+
6643
+ {
6644
+ "label": "Portal id",
6645
+ "description": "The HubSpot account that the form belongs to. <a href=\"https://knowledge.hubspot.com/account-management/manage-multiple-hubspot-accounts#check-your-current-account\" target=\"_blank\">Learn more</a>.",
6646
+ "group": "input",
6647
+ "type": "String",
6648
+ "feel": "optional",
6649
+ "binding": {
6650
+ "type": "zeebe:input",
6651
+ "name": "portalId"
6652
+ },
6653
+ "constraints": {
6654
+ "notEmpty": true
6655
+ },
6656
+ "condition": {
6657
+ "property": "operationId",
6658
+ "oneOf": ["post-api.hsforms.com/submissions"],
6659
+ "type": "simple"
6660
+ }
6661
+ },
6662
+ {
6663
+ "label": "Form id",
6664
+ "description": "The unique ID of the form you're sending data to. <a href=\"https://knowledge.hubspot.com/forms/find-your-form-guid\" target=\"_blank\">Learn more</a>.",
6665
+ "group": "input",
6666
+ "type": "String",
6667
+ "feel": "optional",
6668
+ "binding": {
6669
+ "type": "zeebe:input",
6670
+ "name": "formId"
6671
+ },
6672
+ "constraints": {
6673
+ "notEmpty": true
6674
+ },
6675
+ "condition": {
6676
+ "property": "operationId",
6677
+ "oneOf": ["post-api.hsforms.com/submissions"],
6678
+ "type": "simple"
6679
+ }
6680
+ },
6681
+ {
6682
+ "id": "post-api.hsforms.com/submissions_$path",
6683
+ "value": "=\"/submissions/v3/integration/submit/\"+portalId+\"/\"+formId",
6684
+ "group": "parameters",
6685
+ "binding": {
6686
+ "name": "operationPath",
6687
+ "type": "zeebe:input"
6688
+ },
6689
+ "condition": {
6690
+ "property": "operationId",
6691
+ "equals": "post-api.hsforms.com/submissions",
6692
+ "type": "simple"
6693
+ },
6694
+ "type": "Hidden"
6695
+ },
6696
+ {
6697
+ "id": "post-api.hsforms.com/submissions_$headers",
6698
+ "value": "={}",
6699
+ "group": "parameters",
6700
+ "binding": {
6701
+ "name": "headers",
6702
+ "type": "zeebe:input"
6703
+ },
6704
+ "condition": {
6705
+ "property": "operationId",
6706
+ "equals": "post-api.hsforms.com/submissions",
6707
+ "type": "simple"
6708
+ },
6709
+ "type": "Hidden"
6710
+ },
6711
+ {
6712
+ "id": "post-api.hsforms.com/submissions_$queryParameters",
6713
+ "value": "={}",
6714
+ "group": "parameters",
6715
+ "binding": {
6716
+ "name": "queryParameters",
6717
+ "type": "zeebe:input"
6718
+ },
6719
+ "condition": {
6720
+ "property": "operationId",
6721
+ "equals": "post-api.hsforms.com/submissions",
6722
+ "type": "simple"
6723
+ },
6724
+ "type": "Hidden"
6725
+ },
6726
+ {
6727
+ "id": "post-api.hsforms.com/submissions_$method",
6728
+ "value": "POST",
6729
+ "group": "parameters",
6730
+ "binding": {
6731
+ "name": "method",
6732
+ "type": "zeebe:input"
6733
+ },
6734
+ "condition": {
6735
+ "property": "operationId",
6736
+ "equals": "post-api.hsforms.com/submissions",
6737
+ "type": "simple"
6738
+ },
6739
+ "type": "Hidden"
6740
+ },
6741
+ {
6742
+ "label": "Form fields",
6743
+ "description": "The values to submit to the form. <a href=\"https://developers.hubspot.com/docs/reference/api/marketing/forms/v3-legacy\" target=\"_blank\">Learn more</a>.",
6744
+ "group": "input",
6745
+ "feel": "optional",
6746
+ "id": "post-api.hsforms.com/submissions_body",
6747
+ "value": "={\n \"fields\": [\n { \"name\": \"firstname\", \"value\": \"Jane\" },\n { \"name\": \"lasename\", \"value\": \"Doe\" },\n { \"name\": \"email\", \"value\": \"jane.doe@example.com\" }\n ]\n}",
6748
+ "binding": {
6749
+ "name": "body",
6750
+ "type": "zeebe:input"
6751
+ },
6752
+ "constraints": {
6753
+ "notEmpty": true
6754
+ },
6755
+ "condition": {
6756
+ "property": "operationId",
6757
+ "equals": "post-api.hsforms.com/submissions",
6758
+ "type": "simple"
6759
+ },
6760
+ "type": "String"
6761
+ },
6762
+
6763
+ {
6764
+ "label": "List id",
6765
+ "description": "The ID of the list where the object should be added to.",
6766
+ "group": "input",
6767
+ "type": "String",
6768
+ "feel": "optional",
6769
+ "binding": {
6770
+ "type": "zeebe:input",
6771
+ "name": "listId"
6772
+ },
6773
+ "constraints": {
6774
+ "notEmpty": true
6775
+ },
6776
+ "condition": {
6777
+ "property": "operationId",
6778
+ "oneOf": ["put-/crm/v3/lists/{listId}/memberships/add"],
6779
+ "type": "simple"
6780
+ }
6781
+ },
6782
+ {
6783
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$path",
6784
+ "value": "=\"/crm/v3/lists/\"+listId+\"/memberships/add\"",
6785
+ "group": "parameters",
6786
+ "binding": {
6787
+ "name": "operationPath",
6788
+ "type": "zeebe:input"
6789
+ },
6790
+ "condition": {
6791
+ "property": "operationId",
6792
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
6793
+ "type": "simple"
6794
+ },
6795
+ "type": "Hidden"
6796
+ },
6797
+ {
6798
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$headers",
6799
+ "value": "={}",
6800
+ "group": "parameters",
6801
+ "binding": {
6802
+ "name": "headers",
6803
+ "type": "zeebe:input"
6804
+ },
6805
+ "condition": {
6806
+ "property": "operationId",
6807
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
6808
+ "type": "simple"
6809
+ },
6810
+ "type": "Hidden"
6811
+ },
6812
+ {
6813
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$queryParameters",
6814
+ "value": "={}",
6815
+ "group": "parameters",
6816
+ "binding": {
6817
+ "name": "queryParameters",
6818
+ "type": "zeebe:input"
6819
+ },
6820
+ "condition": {
6821
+ "property": "operationId",
6822
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
6823
+ "type": "simple"
6824
+ },
6825
+ "type": "Hidden"
6826
+ },
6827
+ {
6828
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$method",
6829
+ "value": "PUT",
6830
+ "group": "parameters",
6831
+ "binding": {
6832
+ "name": "method",
6833
+ "type": "zeebe:input"
6834
+ },
6835
+ "condition": {
6836
+ "property": "operationId",
6837
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
6838
+ "type": "simple"
6839
+ },
6840
+ "type": "Hidden"
6841
+ },
6842
+ {
6843
+ "label": "Object ids",
6844
+ "description": "The ids of the objects, e.g. contacts or companies, to add to the list",
6845
+ "group": "input",
6846
+ "feel": "optional",
6847
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_body",
6848
+ "value": "=[\"12345678\"]",
6849
+ "binding": {
6850
+ "name": "body",
6851
+ "type": "zeebe:input"
6852
+ },
6853
+ "constraints": {
6854
+ "notEmpty": true
6855
+ },
6856
+ "condition": {
6857
+ "property": "operationId",
6858
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
6859
+ "type": "simple"
6860
+ },
6861
+ "type": "String"
6862
+ },
6863
+
6864
+ {
6865
+ "label": "Workflow id",
6866
+ "description": "The ID of the workflow that should be triggered.",
6867
+ "group": "input",
6868
+ "type": "String",
6869
+ "feel": "optional",
6870
+ "binding": {
6871
+ "type": "zeebe:input",
6872
+ "name": "workflowId"
6873
+ },
6874
+ "condition": {
6875
+ "property": "operationId",
6876
+ "oneOf": [
6877
+ "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
6878
+ ],
6879
+ "type": "simple"
6880
+ },
6881
+ "constraints": {
6882
+ "notEmpty": true
6883
+ }
6884
+ },
6885
+ {
6886
+ "label": "Contact email",
6887
+ "description": "The email of the contact that should be enrolled to the workflow.",
6888
+ "group": "input",
6889
+ "type": "String",
6890
+ "feel": "optional",
6891
+ "binding": {
6892
+ "type": "zeebe:input",
6893
+ "name": "contactMail"
6894
+ },
6895
+ "condition": {
6896
+ "property": "operationId",
6897
+ "oneOf": [
6898
+ "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
6899
+ ],
6900
+ "type": "simple"
6901
+ },
6902
+ "constraints": {
6903
+ "notEmpty": true
6904
+ }
6905
+ },
6906
+ {
6907
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$path",
6908
+ "value": "=\"/automation/v2/workflows/\"+workflowId+\"/enrollments/contacts/\"+contactMail",
6909
+ "group": "parameters",
6910
+ "binding": {
6911
+ "name": "operationPath",
6912
+ "type": "zeebe:input"
6913
+ },
6914
+ "condition": {
6915
+ "property": "operationId",
6916
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
6917
+ "type": "simple"
6918
+ },
6919
+ "type": "Hidden"
6920
+ },
6921
+ {
6922
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$headers",
6923
+ "value": "={}",
6924
+ "group": "parameters",
6925
+ "binding": {
6926
+ "name": "headers",
6927
+ "type": "zeebe:input"
6928
+ },
6929
+ "condition": {
6930
+ "property": "operationId",
6931
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
6932
+ "type": "simple"
6933
+ },
6934
+ "type": "Hidden"
6935
+ },
6936
+ {
6937
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$queryParameters",
6938
+ "value": "={}",
6939
+ "group": "parameters",
6940
+ "binding": {
6941
+ "name": "queryParameters",
6942
+ "type": "zeebe:input"
6943
+ },
6944
+ "condition": {
6945
+ "property": "operationId",
6946
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
6947
+ "type": "simple"
6948
+ },
6949
+ "type": "Hidden"
6950
+ },
6951
+ {
6952
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$method",
6953
+ "value": "POST",
6954
+ "group": "parameters",
6955
+ "binding": {
6956
+ "name": "method",
6957
+ "type": "zeebe:input"
6958
+ },
6959
+ "condition": {
6960
+ "property": "operationId",
6961
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
6962
+ "type": "simple"
6963
+ },
6964
+ "type": "Hidden"
6965
+ },
6966
+
6967
+ {
6968
+ "id": "url",
6969
+ "value": "= baseUrl + operationPath",
6970
+ "group": "url",
6971
+ "binding": {
6972
+ "name": "url",
6973
+ "type": "zeebe:input"
6974
+ },
6975
+ "type": "Hidden"
6976
+ },
6977
+ {
6978
+ "id": "resultVariable",
6979
+ "label": "Result variable",
6980
+ "description": "Name of variable to store the response in",
6981
+ "group": "output",
6982
+ "binding": {
6983
+ "key": "resultVariable",
6984
+ "type": "zeebe:taskHeader"
6985
+ },
6986
+ "type": "String"
6987
+ },
6988
+ {
6989
+ "id": "resultExpression",
6990
+ "label": "Result expression",
6991
+ "description": "Expression to map the response into process variables",
6992
+ "feel": "required",
6993
+ "group": "output",
6994
+ "binding": {
6995
+ "key": "resultExpression",
6996
+ "type": "zeebe:taskHeader"
6997
+ },
6998
+ "type": "Text"
6999
+ },
7000
+ {
7001
+ "id": "errorExpression",
7002
+ "label": "Error expression",
7003
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
7004
+ "feel": "required",
7005
+ "group": "error",
7006
+ "binding": {
7007
+ "key": "errorExpression",
7008
+ "type": "zeebe:taskHeader"
7009
+ },
7010
+ "type": "Text"
7011
+ },
7012
+ {
7013
+ "id": "retryCount",
7014
+ "label": "Retries",
7015
+ "description": "Number of retries",
7016
+ "value": "3",
7017
+ "feel": "optional",
7018
+ "group": "retries",
7019
+ "binding": {
7020
+ "property": "retries",
7021
+ "type": "zeebe:taskDefinition"
7022
+ },
7023
+ "type": "String"
7024
+ },
7025
+ {
7026
+ "id": "retryBackoff",
7027
+ "label": "Retry backoff",
7028
+ "description": "ISO-8601 duration to wait between retries",
7029
+ "value": "PT0S",
7030
+ "group": "retries",
7031
+ "binding": {
7032
+ "key": "retryBackoff",
7033
+ "type": "zeebe:taskHeader"
7034
+ },
7035
+ "type": "String"
7036
+ }
7037
+ ],
7038
+ "icon": {
7039
+ "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
7040
+ }
4695
7041
  }
4696
7042
  ]