@camunda/connectors-element-templates 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -2348,6 +2348,2350 @@
2348
2348
  "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
2349
2349
  }
2350
2350
  },
2351
+ {
2352
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2353
+ "name": "HubSpot Outbound Connector",
2354
+ "description": "Manage contacts, companies, and deals in HubSpot",
2355
+ "keywords": [
2356
+ "get all contacts",
2357
+ "get contact by ID",
2358
+ "get multiple contacts by ID",
2359
+ "search contact",
2360
+ "create contact",
2361
+ "update contact",
2362
+ "delete contact",
2363
+ "get all companies",
2364
+ "get company by ID",
2365
+ "search company",
2366
+ "get contacts of a company",
2367
+ "add contact to company",
2368
+ "remove contact from company",
2369
+ "create company",
2370
+ "delete company",
2371
+ "get all deals",
2372
+ "get deal by ID",
2373
+ "search deal",
2374
+ "delete deal",
2375
+ "submit form",
2376
+ "add to list",
2377
+ "enroll contact to workflow",
2378
+ "CRM",
2379
+ "marketing"
2380
+ ],
2381
+ "id": "io.camunda.connectors.HubSpot.v1",
2382
+ "version": 3,
2383
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/hubspot/",
2384
+ "category": {
2385
+ "id": "connectors",
2386
+ "name": "Connectors"
2387
+ },
2388
+ "appliesTo": ["bpmn:Task"],
2389
+ "elementType": {
2390
+ "value": "bpmn:ServiceTask"
2391
+ },
2392
+ "engines": {
2393
+ "camunda": "^8.3"
2394
+ },
2395
+ "groups": [
2396
+ {
2397
+ "id": "server",
2398
+ "label": "Server"
2399
+ },
2400
+ {
2401
+ "id": "operation",
2402
+ "label": "Operation"
2403
+ },
2404
+ {
2405
+ "id": "authentication",
2406
+ "label": "Authentication"
2407
+ },
2408
+ {
2409
+ "id": "parameters",
2410
+ "label": "Parameters"
2411
+ },
2412
+ {
2413
+ "id": "input",
2414
+ "label": "Input"
2415
+ },
2416
+ {
2417
+ "id": "url",
2418
+ "label": "URL"
2419
+ },
2420
+ {
2421
+ "id": "output",
2422
+ "label": "Output mapping"
2423
+ },
2424
+ {
2425
+ "id": "error",
2426
+ "label": "Error handling"
2427
+ },
2428
+ {
2429
+ "id": "retries",
2430
+ "label": "Retries"
2431
+ }
2432
+ ],
2433
+ "properties": [
2434
+ {
2435
+ "value": "io.camunda:http-json:1",
2436
+ "binding": {
2437
+ "property": "type",
2438
+ "type": "zeebe:taskDefinition"
2439
+ },
2440
+ "type": "Hidden"
2441
+ },
2442
+ {
2443
+ "id": "authentication.type",
2444
+ "label": "Type",
2445
+ "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
2446
+ "value": "bearer",
2447
+ "group": "authentication",
2448
+ "binding": {
2449
+ "name": "authentication.type",
2450
+ "type": "zeebe:input"
2451
+ },
2452
+ "type": "Hidden"
2453
+ },
2454
+ {
2455
+ "id": "authentication.token",
2456
+ "label": "Bearer token",
2457
+ "description": "The access token of your HubSpot private app.",
2458
+ "optional": false,
2459
+ "constraints": {
2460
+ "notEmpty": true
2461
+ },
2462
+ "feel": "optional",
2463
+ "group": "authentication",
2464
+ "binding": {
2465
+ "name": "authentication.token",
2466
+ "type": "zeebe:input"
2467
+ },
2468
+ "condition": {
2469
+ "property": "authentication.type",
2470
+ "equals": "bearer",
2471
+ "type": "simple"
2472
+ },
2473
+ "type": "String"
2474
+ },
2475
+ {
2476
+ "label": "Resource type",
2477
+ "id": "resourceType",
2478
+ "group": "operation",
2479
+ "description": "Choose resource type",
2480
+ "value": "contacts",
2481
+ "type": "Dropdown",
2482
+ "choices": [
2483
+ {
2484
+ "name": "Contacts",
2485
+ "value": "contacts"
2486
+ },
2487
+ {
2488
+ "name": "Companies",
2489
+ "value": "companies"
2490
+ },
2491
+ {
2492
+ "name": "Deals",
2493
+ "value": "deals"
2494
+ },
2495
+ {
2496
+ "name": "Miscellaneous",
2497
+ "value": "miscellaneous"
2498
+ }
2499
+ ],
2500
+ "binding": {
2501
+ "type": "zeebe:input",
2502
+ "name": "operationGroup"
2503
+ }
2504
+ },
2505
+ {
2506
+ "label": "Operation type",
2507
+ "id": "operationId",
2508
+ "group": "operation",
2509
+ "type": "Dropdown",
2510
+ "value": "get-/crm/v3/objects/contacts_getPage",
2511
+ "choices": [
2512
+ {
2513
+ "name": "Get all contacts",
2514
+ "value": "get-/crm/v3/objects/contacts_getPage"
2515
+ },
2516
+ {
2517
+ "name": "Get contact by id",
2518
+ "value": "get-/crm/v3/objects/contacts/{contactId}"
2519
+ },
2520
+ {
2521
+ "name": "Get multiple contacts by id",
2522
+ "value": "post-/crm/v3/objects/contacts/batch/read"
2523
+ },
2524
+ {
2525
+ "name": "Search contact",
2526
+ "value": "post-/crm/v3/objects/contacts/search_doSearch"
2527
+ },
2528
+ {
2529
+ "name": "Create contact",
2530
+ "value": "post-/crm/v3/objects/contacts"
2531
+ },
2532
+ {
2533
+ "name": "Update contact",
2534
+ "value": "patch-/crm/v3/objects/contacts/{contactId}"
2535
+ },
2536
+ {
2537
+ "name": "Delete contact",
2538
+ "value": "delete-/crm/v3/objects/contacts/{contactId}"
2539
+ }
2540
+ ],
2541
+ "condition": {
2542
+ "property": "resourceType",
2543
+ "oneOf": ["contacts"]
2544
+ },
2545
+ "binding": {
2546
+ "type": "zeebe:input",
2547
+ "name": "operationType"
2548
+ }
2549
+ },
2550
+ {
2551
+ "label": "Operation type",
2552
+ "id": "operationId",
2553
+ "group": "operation",
2554
+ "type": "Dropdown",
2555
+ "value": "get-/crm/v3/objects/companies_getPage",
2556
+ "choices": [
2557
+ {
2558
+ "name": "Get all companies",
2559
+ "value": "get-/crm/v3/objects/companies_getPage"
2560
+ },
2561
+ {
2562
+ "name": "Get company by id",
2563
+ "value": "get-/crm/v3/objects/companies/{companyId}_getById"
2564
+ },
2565
+ {
2566
+ "name": "Search company",
2567
+ "value": "post-/crm/v3/objects/companies/search_doSearch"
2568
+ },
2569
+ {
2570
+ "name": "Get all contacts of a company",
2571
+ "value": "get-/crm/v3/objects/companies/{companyId}/associations/contacts"
2572
+ },
2573
+ {
2574
+ "name": "Add contact to company",
2575
+ "value": "post-/crm/v3/associations/contact/company/batch/create"
2576
+ },
2577
+ {
2578
+ "name": "Remove contact from company",
2579
+ "value": "post-/crm/v3/associations/contact/company/batch/archive"
2580
+ },
2581
+ {
2582
+ "name": "Create company",
2583
+ "value": "post-/crm/v3/objects/companies"
2584
+ },
2585
+ {
2586
+ "name": "Delete company",
2587
+ "value": "delete-/crm/v3/objects/companies/{companyId}_archive"
2588
+ }
2589
+ ],
2590
+ "condition": {
2591
+ "property": "resourceType",
2592
+ "oneOf": ["companies"]
2593
+ },
2594
+ "binding": {
2595
+ "type": "zeebe:input",
2596
+ "name": "operationType"
2597
+ }
2598
+ },
2599
+ {
2600
+ "label": "Operation type",
2601
+ "id": "operationId",
2602
+ "group": "operation",
2603
+ "type": "Dropdown",
2604
+ "value": "get-/crm/v3/objects/deals_getPage",
2605
+ "choices": [
2606
+ {
2607
+ "name": "Get all deals",
2608
+ "value": "get-/crm/v3/objects/deals_getPage"
2609
+ },
2610
+ {
2611
+ "name": "Get deal by id",
2612
+ "value": "get-/crm/v3/objects/deals/{dealId}_getById"
2613
+ },
2614
+ {
2615
+ "name": "Search deal",
2616
+ "value": "post-/crm/v3/objects/deals/search_doSearch"
2617
+ },
2618
+ {
2619
+ "name": "Delete deal",
2620
+ "value": "delete-/crm/v3/objects/deals/{dealId}_archive"
2621
+ }
2622
+ ],
2623
+ "condition": {
2624
+ "property": "resourceType",
2625
+ "oneOf": ["deals"]
2626
+ },
2627
+ "binding": {
2628
+ "type": "zeebe:input",
2629
+ "name": "operationType"
2630
+ }
2631
+ },
2632
+ {
2633
+ "label": "Operation type",
2634
+ "id": "operationId",
2635
+ "group": "operation",
2636
+ "type": "Dropdown",
2637
+ "value": "post-api.hsforms.com/submissions",
2638
+ "choices": [
2639
+ {
2640
+ "name": "Submit form",
2641
+ "value": "post-api.hsforms.com/submissions"
2642
+ },
2643
+ {
2644
+ "name": "Add element to list",
2645
+ "value": "put-/crm/v3/lists/{listId}/memberships/add"
2646
+ },
2647
+ {
2648
+ "name": "Enroll contact to workflow",
2649
+ "value": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
2650
+ }
2651
+ ],
2652
+ "condition": {
2653
+ "property": "resourceType",
2654
+ "oneOf": ["miscellaneous"]
2655
+ },
2656
+ "binding": {
2657
+ "type": "zeebe:input",
2658
+ "name": "operationType"
2659
+ }
2660
+ },
2661
+ {
2662
+ "id": "baseUrl",
2663
+ "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\"",
2664
+ "group": "server",
2665
+ "binding": {
2666
+ "name": "baseUrl",
2667
+ "type": "zeebe:input"
2668
+ },
2669
+ "type": "Hidden"
2670
+ },
2671
+
2672
+ {
2673
+ "label": "Next page after object id",
2674
+ "description": "The id of the object from which to retrieve the next page.",
2675
+ "optional": true,
2676
+ "feel": "optional",
2677
+ "group": "parameters",
2678
+ "binding": {
2679
+ "name": "afterId",
2680
+ "type": "zeebe:input"
2681
+ },
2682
+ "condition": {
2683
+ "property": "operationId",
2684
+ "oneOf": [
2685
+ "get-/crm/v3/objects/companies_getPage",
2686
+ "get-/crm/v3/objects/contacts_getPage",
2687
+ "get-/crm/v3/objects/deals_getPage"
2688
+ ],
2689
+ "type": "simple"
2690
+ },
2691
+ "type": "String"
2692
+ },
2693
+
2694
+ {
2695
+ "id": "get-/crm/v3/objects/contacts_getPage_$path",
2696
+ "value": "=\"/crm/v3/objects/contacts\"",
2697
+ "group": "parameters",
2698
+ "binding": {
2699
+ "name": "operationPath",
2700
+ "type": "zeebe:input"
2701
+ },
2702
+ "condition": {
2703
+ "property": "operationId",
2704
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2705
+ "type": "simple"
2706
+ },
2707
+ "type": "Hidden"
2708
+ },
2709
+ {
2710
+ "id": "get-/crm/v3/objects/contacts_getPage_$headers",
2711
+ "value": "={}",
2712
+ "group": "parameters",
2713
+ "binding": {
2714
+ "name": "headers",
2715
+ "type": "zeebe:input"
2716
+ },
2717
+ "condition": {
2718
+ "property": "operationId",
2719
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2720
+ "type": "simple"
2721
+ },
2722
+ "type": "Hidden"
2723
+ },
2724
+ {
2725
+ "id": "get-/crm/v3/objects/contacts_getPage_$queryParameters",
2726
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
2727
+ "group": "input",
2728
+ "binding": {
2729
+ "name": "queryParameters",
2730
+ "type": "zeebe:input"
2731
+ },
2732
+ "condition": {
2733
+ "property": "operationId",
2734
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2735
+ "type": "simple"
2736
+ },
2737
+ "type": "Hidden"
2738
+ },
2739
+ {
2740
+ "id": "get-/crm/v3/objects/contacts_getPage_$method",
2741
+ "value": "GET",
2742
+ "group": "parameters",
2743
+ "binding": {
2744
+ "name": "method",
2745
+ "type": "zeebe:input"
2746
+ },
2747
+ "condition": {
2748
+ "property": "operationId",
2749
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2750
+ "type": "simple"
2751
+ },
2752
+ "type": "Hidden"
2753
+ },
2754
+
2755
+ {
2756
+ "id": "get-/crm/v3/objects/contacts/{contactId}_path_contactId",
2757
+ "label": "Contact id",
2758
+ "description": "The id of the contact to get.",
2759
+ "optional": false,
2760
+ "constraints": {
2761
+ "notEmpty": true
2762
+ },
2763
+ "feel": "optional",
2764
+ "group": "input",
2765
+ "binding": {
2766
+ "name": "contactId",
2767
+ "type": "zeebe:input"
2768
+ },
2769
+ "condition": {
2770
+ "property": "operationId",
2771
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2772
+ "type": "simple"
2773
+ },
2774
+ "type": "String"
2775
+ },
2776
+ {
2777
+ "label": "Additional properties that should be returned",
2778
+ "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.",
2779
+ "optional": true,
2780
+ "value": "",
2781
+ "feel": "optional",
2782
+ "group": "input",
2783
+ "binding": {
2784
+ "name": "properties",
2785
+ "type": "zeebe:input"
2786
+ },
2787
+ "condition": {
2788
+ "property": "operationId",
2789
+ "oneOf": ["get-/crm/v3/objects/contacts/{contactId}"],
2790
+ "type": "simple"
2791
+ },
2792
+ "type": "String"
2793
+ },
2794
+ {
2795
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$path",
2796
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
2797
+ "group": "parameters",
2798
+ "binding": {
2799
+ "name": "operationPath",
2800
+ "type": "zeebe:input"
2801
+ },
2802
+ "condition": {
2803
+ "property": "operationId",
2804
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2805
+ "type": "simple"
2806
+ },
2807
+ "type": "Hidden"
2808
+ },
2809
+ {
2810
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$headers",
2811
+ "value": "={}",
2812
+ "group": "parameters",
2813
+ "binding": {
2814
+ "name": "headers",
2815
+ "type": "zeebe:input"
2816
+ },
2817
+ "condition": {
2818
+ "property": "operationId",
2819
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2820
+ "type": "simple"
2821
+ },
2822
+ "type": "Hidden"
2823
+ },
2824
+ {
2825
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$queryParameters",
2826
+ "value": "=if properties != null then {\"properties\": properties+\",email,firstname,lastname\"} else {\"properties\": \"email,firstname,lastname\"}",
2827
+ "group": "parameters",
2828
+ "binding": {
2829
+ "name": "queryParameters",
2830
+ "type": "zeebe:input"
2831
+ },
2832
+ "condition": {
2833
+ "property": "operationId",
2834
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2835
+ "type": "simple"
2836
+ },
2837
+ "type": "Hidden"
2838
+ },
2839
+ {
2840
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$method",
2841
+ "value": "GET",
2842
+ "group": "parameters",
2843
+ "binding": {
2844
+ "name": "method",
2845
+ "type": "zeebe:input"
2846
+ },
2847
+ "condition": {
2848
+ "property": "operationId",
2849
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2850
+ "type": "simple"
2851
+ },
2852
+ "type": "Hidden"
2853
+ },
2854
+
2855
+ {
2856
+ "id": "post-/crm/v3/objects/contacts/batch/read_ids",
2857
+ "label": "Contact ids",
2858
+ "description": "The ids of the contacts to get.",
2859
+ "feel": "optional",
2860
+ "group": "input",
2861
+ "type": "String",
2862
+ "binding": {
2863
+ "type": "zeebe:input",
2864
+ "name": "batchReadIds"
2865
+ },
2866
+ "constraints": {
2867
+ "notEmpty": true
2868
+ },
2869
+ "condition": {
2870
+ "property": "operationId",
2871
+ "oneOf": ["post-/crm/v3/objects/contacts/batch/read"],
2872
+ "type": "simple"
2873
+ },
2874
+ "value": "=[\"237433423042\", \"230280910052\"]"
2875
+ },
2876
+ {
2877
+ "id": "post-/crm/v3/objects/contacts/batch/read_$path",
2878
+ "value": "=\"/crm/v3/objects/contacts/batch/read\"",
2879
+ "group": "parameters",
2880
+ "binding": {
2881
+ "name": "operationPath",
2882
+ "type": "zeebe:input"
2883
+ },
2884
+ "condition": {
2885
+ "property": "operationId",
2886
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2887
+ "type": "simple"
2888
+ },
2889
+ "type": "Hidden"
2890
+ },
2891
+ {
2892
+ "id": "post-/crm/v3/objects/contacts/batch/read_$headers",
2893
+ "value": "={}",
2894
+ "group": "parameters",
2895
+ "binding": {
2896
+ "name": "headers",
2897
+ "type": "zeebe:input"
2898
+ },
2899
+ "condition": {
2900
+ "property": "operationId",
2901
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2902
+ "type": "simple"
2903
+ },
2904
+ "type": "Hidden"
2905
+ },
2906
+ {
2907
+ "id": "post-/crm/v3/objects/contacts/batch/read_$queryParameters",
2908
+ "value": "={}",
2909
+ "group": "parameters",
2910
+ "binding": {
2911
+ "name": "queryParameters",
2912
+ "type": "zeebe:input"
2913
+ },
2914
+ "condition": {
2915
+ "property": "operationId",
2916
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2917
+ "type": "simple"
2918
+ },
2919
+ "type": "Hidden"
2920
+ },
2921
+ {
2922
+ "id": "post-/crm/v3/objects/contacts/batch/read_$method",
2923
+ "value": "POST",
2924
+ "group": "parameters",
2925
+ "binding": {
2926
+ "name": "method",
2927
+ "type": "zeebe:input"
2928
+ },
2929
+ "condition": {
2930
+ "property": "operationId",
2931
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2932
+ "type": "simple"
2933
+ },
2934
+ "type": "Hidden"
2935
+ },
2936
+ {
2937
+ "id": "post-/crm/v3/objects/contacts/batch/read_body",
2938
+ "value": "={\"inputs\": for id in batchReadIds return { id: id } }",
2939
+ "binding": {
2940
+ "name": "body",
2941
+ "type": "zeebe:input"
2942
+ },
2943
+ "condition": {
2944
+ "property": "operationId",
2945
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2946
+ "type": "simple"
2947
+ },
2948
+ "type": "Hidden"
2949
+ },
2950
+
2951
+ {
2952
+ "label": "Search field",
2953
+ "description": "The field within the object to perform the search on, e.g. lastname",
2954
+ "feel": "optional",
2955
+ "group": "input",
2956
+ "type": "String",
2957
+ "binding": {
2958
+ "type": "zeebe:input",
2959
+ "name": "searchField"
2960
+ },
2961
+ "constraints": {
2962
+ "notEmpty": true
2963
+ },
2964
+ "condition": {
2965
+ "property": "operationId",
2966
+ "oneOf": [
2967
+ "post-/crm/v3/objects/contacts/search_doSearch",
2968
+ "post-/crm/v3/objects/companies/search_doSearch",
2969
+ "post-/crm/v3/objects/deals/search_doSearch"
2970
+ ],
2971
+ "type": "simple"
2972
+ }
2973
+ },
2974
+ {
2975
+ "label": "Search value",
2976
+ "description": "The value to search for, e.g. Smith",
2977
+ "feel": "optional",
2978
+ "group": "input",
2979
+ "type": "String",
2980
+ "binding": {
2981
+ "type": "zeebe:input",
2982
+ "name": "searchValue"
2983
+ },
2984
+ "constraints": {
2985
+ "notEmpty": true
2986
+ },
2987
+ "condition": {
2988
+ "property": "operationId",
2989
+ "oneOf": [
2990
+ "post-/crm/v3/objects/contacts/search_doSearch",
2991
+ "post-/crm/v3/objects/companies/search_doSearch",
2992
+ "post-/crm/v3/objects/deals/search_doSearch"
2993
+ ],
2994
+ "type": "simple"
2995
+ }
2996
+ },
2997
+
2998
+ {
2999
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$path",
3000
+ "value": "=\"/crm/v3/objects/contacts/search\"",
3001
+ "group": "parameters",
3002
+ "binding": {
3003
+ "name": "operationPath",
3004
+ "type": "zeebe:input"
3005
+ },
3006
+ "condition": {
3007
+ "property": "operationId",
3008
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3009
+ "type": "simple"
3010
+ },
3011
+ "type": "Hidden"
3012
+ },
3013
+ {
3014
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$headers",
3015
+ "value": "={}",
3016
+ "group": "parameters",
3017
+ "binding": {
3018
+ "name": "headers",
3019
+ "type": "zeebe:input"
3020
+ },
3021
+ "condition": {
3022
+ "property": "operationId",
3023
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3024
+ "type": "simple"
3025
+ },
3026
+ "type": "Hidden"
3027
+ },
3028
+ {
3029
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$queryParameters",
3030
+ "value": "={}",
3031
+ "group": "parameters",
3032
+ "binding": {
3033
+ "name": "queryParameters",
3034
+ "type": "zeebe:input"
3035
+ },
3036
+ "condition": {
3037
+ "property": "operationId",
3038
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3039
+ "type": "simple"
3040
+ },
3041
+ "type": "Hidden"
3042
+ },
3043
+ {
3044
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$method",
3045
+ "value": "POST",
3046
+ "group": "parameters",
3047
+ "binding": {
3048
+ "name": "method",
3049
+ "type": "zeebe:input"
3050
+ },
3051
+ "condition": {
3052
+ "property": "operationId",
3053
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3054
+ "type": "simple"
3055
+ },
3056
+ "type": "Hidden"
3057
+ },
3058
+ {
3059
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_body",
3060
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
3061
+ "binding": {
3062
+ "name": "body",
3063
+ "type": "zeebe:input"
3064
+ },
3065
+ "condition": {
3066
+ "property": "operationId",
3067
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3068
+ "type": "simple"
3069
+ },
3070
+ "type": "Hidden"
3071
+ },
3072
+
3073
+ {
3074
+ "label": "Properties",
3075
+ "description": "Properties of the contact",
3076
+ "feel": "required",
3077
+ "group": "input",
3078
+ "type": "String",
3079
+ "binding": {
3080
+ "type": "zeebe:input",
3081
+ "name": "properties"
3082
+ },
3083
+ "constraints": {
3084
+ "notEmpty": true
3085
+ },
3086
+ "condition": {
3087
+ "property": "operationId",
3088
+ "oneOf": [
3089
+ "post-/crm/v3/objects/contacts",
3090
+ "patch-/crm/v3/objects/contacts/{contactId}"
3091
+ ],
3092
+ "type": "simple"
3093
+ },
3094
+ "value": "={\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
3095
+ },
3096
+ {
3097
+ "label": "Company id",
3098
+ "description": "Company id the contact should be associated with",
3099
+ "feel": "optional",
3100
+ "group": "input",
3101
+ "type": "String",
3102
+ "optional": true,
3103
+ "binding": {
3104
+ "type": "zeebe:input",
3105
+ "name": "companyId"
3106
+ },
3107
+ "condition": {
3108
+ "property": "operationId",
3109
+ "oneOf": ["post-/crm/v3/objects/contacts"],
3110
+ "type": "simple"
3111
+ }
3112
+ },
3113
+ {
3114
+ "group": "input",
3115
+ "type": "Hidden",
3116
+ "value": "=if companyId = null then [] else [{\"to\": {\"id\": companyId }, \"types\": [{\"associationCategory\": \"HUBSPOT_DEFINED\",\"associationTypeId\": 1}]}]",
3117
+ "binding": {
3118
+ "type": "zeebe:input",
3119
+ "name": "associations"
3120
+ },
3121
+ "condition": {
3122
+ "property": "operationId",
3123
+ "oneOf": ["post-/crm/v3/objects/contacts"],
3124
+ "type": "simple"
3125
+ },
3126
+ "optional": true
3127
+ },
3128
+ {
3129
+ "group": "input",
3130
+ "type": "Hidden",
3131
+ "value": "={\"properties\": if properties = null then null else properties, \"associations\": associations}",
3132
+ "binding": {
3133
+ "type": "zeebe:input",
3134
+ "name": "body"
3135
+ },
3136
+ "condition": {
3137
+ "property": "operationId",
3138
+ "oneOf": ["post-/crm/v3/objects/contacts"],
3139
+ "type": "simple"
3140
+ },
3141
+ "optional": true
3142
+ },
3143
+ {
3144
+ "group": "input",
3145
+ "type": "Hidden",
3146
+ "value": "={\"properties\": if properties = null then null else properties}",
3147
+ "binding": {
3148
+ "type": "zeebe:input",
3149
+ "name": "body"
3150
+ },
3151
+ "condition": {
3152
+ "property": "operationId",
3153
+ "oneOf": ["patch-/crm/v3/objects/contacts/{contactId}"],
3154
+ "type": "simple"
3155
+ },
3156
+ "optional": true
3157
+ },
3158
+
3159
+ {
3160
+ "id": "post-/crm/v3/objects/contacts_$path",
3161
+ "value": "=\"/crm/v3/objects/contacts\"",
3162
+ "group": "parameters",
3163
+ "binding": {
3164
+ "name": "operationPath",
3165
+ "type": "zeebe:input"
3166
+ },
3167
+ "condition": {
3168
+ "property": "operationId",
3169
+ "equals": "post-/crm/v3/objects/contacts",
3170
+ "type": "simple"
3171
+ },
3172
+ "type": "Hidden"
3173
+ },
3174
+ {
3175
+ "id": "post-/crm/v3/objects/contacts_$headers",
3176
+ "value": "={}",
3177
+ "group": "parameters",
3178
+ "binding": {
3179
+ "name": "headers",
3180
+ "type": "zeebe:input"
3181
+ },
3182
+ "condition": {
3183
+ "property": "operationId",
3184
+ "equals": "post-/crm/v3/objects/contacts",
3185
+ "type": "simple"
3186
+ },
3187
+ "type": "Hidden"
3188
+ },
3189
+ {
3190
+ "id": "post-/crm/v3/objects/contacts_$queryParameters",
3191
+ "value": "={}",
3192
+ "group": "parameters",
3193
+ "binding": {
3194
+ "name": "queryParameters",
3195
+ "type": "zeebe:input"
3196
+ },
3197
+ "condition": {
3198
+ "property": "operationId",
3199
+ "equals": "post-/crm/v3/objects/contacts",
3200
+ "type": "simple"
3201
+ },
3202
+ "type": "Hidden"
3203
+ },
3204
+ {
3205
+ "id": "post-/crm/v3/objects/contacts_$method",
3206
+ "value": "POST",
3207
+ "group": "parameters",
3208
+ "binding": {
3209
+ "name": "method",
3210
+ "type": "zeebe:input"
3211
+ },
3212
+ "condition": {
3213
+ "property": "operationId",
3214
+ "equals": "post-/crm/v3/objects/contacts",
3215
+ "type": "simple"
3216
+ },
3217
+ "type": "Hidden"
3218
+ },
3219
+
3220
+ {
3221
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_path_contactId",
3222
+ "label": "Contact id",
3223
+ "description": "The id of the contact that should be updated.",
3224
+ "optional": false,
3225
+ "constraints": {
3226
+ "notEmpty": true
3227
+ },
3228
+ "feel": "optional",
3229
+ "group": "input",
3230
+ "binding": {
3231
+ "name": "contactId",
3232
+ "type": "zeebe:input"
3233
+ },
3234
+ "condition": {
3235
+ "property": "operationId",
3236
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3237
+ "type": "simple"
3238
+ },
3239
+ "type": "String"
3240
+ },
3241
+ {
3242
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$path",
3243
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
3244
+ "group": "parameters",
3245
+ "binding": {
3246
+ "name": "operationPath",
3247
+ "type": "zeebe:input"
3248
+ },
3249
+ "condition": {
3250
+ "property": "operationId",
3251
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3252
+ "type": "simple"
3253
+ },
3254
+ "type": "Hidden"
3255
+ },
3256
+ {
3257
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$headers",
3258
+ "value": "={}",
3259
+ "group": "parameters",
3260
+ "binding": {
3261
+ "name": "headers",
3262
+ "type": "zeebe:input"
3263
+ },
3264
+ "condition": {
3265
+ "property": "operationId",
3266
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3267
+ "type": "simple"
3268
+ },
3269
+ "type": "Hidden"
3270
+ },
3271
+ {
3272
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$queryParameters",
3273
+ "value": "={}",
3274
+ "group": "parameters",
3275
+ "binding": {
3276
+ "name": "queryParameters",
3277
+ "type": "zeebe:input"
3278
+ },
3279
+ "condition": {
3280
+ "property": "operationId",
3281
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3282
+ "type": "simple"
3283
+ },
3284
+ "type": "Hidden"
3285
+ },
3286
+ {
3287
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$method",
3288
+ "value": "PATCH",
3289
+ "group": "parameters",
3290
+ "binding": {
3291
+ "name": "method",
3292
+ "type": "zeebe:input"
3293
+ },
3294
+ "condition": {
3295
+ "property": "operationId",
3296
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3297
+ "type": "simple"
3298
+ },
3299
+ "type": "Hidden"
3300
+ },
3301
+
3302
+ {
3303
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_path_contactId",
3304
+ "label": "Contact id",
3305
+ "description": "The id of the contact that should be deleted.",
3306
+ "optional": false,
3307
+ "constraints": {
3308
+ "notEmpty": true
3309
+ },
3310
+ "feel": "optional",
3311
+ "group": "input",
3312
+ "binding": {
3313
+ "name": "contactId",
3314
+ "type": "zeebe:input"
3315
+ },
3316
+ "condition": {
3317
+ "property": "operationId",
3318
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3319
+ "type": "simple"
3320
+ },
3321
+ "type": "String"
3322
+ },
3323
+ {
3324
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$path",
3325
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
3326
+ "group": "parameters",
3327
+ "binding": {
3328
+ "name": "operationPath",
3329
+ "type": "zeebe:input"
3330
+ },
3331
+ "condition": {
3332
+ "property": "operationId",
3333
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3334
+ "type": "simple"
3335
+ },
3336
+ "type": "Hidden"
3337
+ },
3338
+ {
3339
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$headers",
3340
+ "value": "={}",
3341
+ "group": "parameters",
3342
+ "binding": {
3343
+ "name": "headers",
3344
+ "type": "zeebe:input"
3345
+ },
3346
+ "condition": {
3347
+ "property": "operationId",
3348
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3349
+ "type": "simple"
3350
+ },
3351
+ "type": "Hidden"
3352
+ },
3353
+ {
3354
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$queryParameters",
3355
+ "value": "={}",
3356
+ "group": "parameters",
3357
+ "binding": {
3358
+ "name": "queryParameters",
3359
+ "type": "zeebe:input"
3360
+ },
3361
+ "condition": {
3362
+ "property": "operationId",
3363
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3364
+ "type": "simple"
3365
+ },
3366
+ "type": "Hidden"
3367
+ },
3368
+ {
3369
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$method",
3370
+ "value": "DELETE",
3371
+ "group": "parameters",
3372
+ "binding": {
3373
+ "name": "method",
3374
+ "type": "zeebe:input"
3375
+ },
3376
+ "condition": {
3377
+ "property": "operationId",
3378
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3379
+ "type": "simple"
3380
+ },
3381
+ "type": "Hidden"
3382
+ },
3383
+
3384
+ {
3385
+ "label": "Contact id",
3386
+ "description": "The id of the contact",
3387
+ "optional": false,
3388
+ "constraints": {
3389
+ "notEmpty": true
3390
+ },
3391
+ "feel": "optional",
3392
+ "group": "input",
3393
+ "binding": {
3394
+ "name": "contactId",
3395
+ "type": "zeebe:input"
3396
+ },
3397
+ "condition": {
3398
+ "property": "operationId",
3399
+ "oneOf": [
3400
+ "post-/crm/v3/associations/contact/company/batch/create",
3401
+ "post-/crm/v3/associations/contact/company/batch/archive"
3402
+ ],
3403
+ "type": "simple"
3404
+ },
3405
+ "type": "String"
3406
+ },
3407
+ {
3408
+ "label": "Company id",
3409
+ "description": "The id of the company",
3410
+ "optional": false,
3411
+ "constraints": {
3412
+ "notEmpty": true
3413
+ },
3414
+ "feel": "optional",
3415
+ "group": "input",
3416
+ "binding": {
3417
+ "name": "companyId",
3418
+ "type": "zeebe:input"
3419
+ },
3420
+ "condition": {
3421
+ "property": "operationId",
3422
+ "oneOf": [
3423
+ "post-/crm/v3/associations/contact/company/batch/create",
3424
+ "post-/crm/v3/associations/contact/company/batch/archive"
3425
+ ],
3426
+ "type": "simple"
3427
+ },
3428
+ "type": "String"
3429
+ },
3430
+ {
3431
+ "id": "post-/crm/v3/associations/contact/company/batch/create_$path",
3432
+ "value": "/crm/v3/associations/contact/company/batch/create",
3433
+ "group": "parameters",
3434
+ "binding": {
3435
+ "name": "operationPath",
3436
+ "type": "zeebe:input"
3437
+ },
3438
+ "condition": {
3439
+ "property": "operationId",
3440
+ "equals": "post-/crm/v3/associations/contact/company/batch/create",
3441
+ "type": "simple"
3442
+ },
3443
+ "type": "Hidden"
3444
+ },
3445
+ {
3446
+ "id": "post-/crm/v3/associations/contact/company/batch/archive_$path",
3447
+ "value": "/crm/v3/associations/contact/company/batch/archive",
3448
+ "group": "parameters",
3449
+ "binding": {
3450
+ "name": "operationPath",
3451
+ "type": "zeebe:input"
3452
+ },
3453
+ "condition": {
3454
+ "property": "operationId",
3455
+ "equals": "post-/crm/v3/associations/contact/company/batch/archive",
3456
+ "type": "simple"
3457
+ },
3458
+ "type": "Hidden"
3459
+ },
3460
+
3461
+ {
3462
+ "id": "post-/crm/v3/associations/contact/company/batch_$headers",
3463
+ "value": "={}",
3464
+ "group": "parameters",
3465
+ "binding": {
3466
+ "name": "headers",
3467
+ "type": "zeebe:input"
3468
+ },
3469
+ "condition": {
3470
+ "property": "operationId",
3471
+ "oneOf": [
3472
+ "post-/crm/v3/associations/contact/company/batch/create",
3473
+ "post-/crm/v3/associations/contact/company/batch/archive"
3474
+ ],
3475
+ "type": "simple"
3476
+ },
3477
+ "type": "Hidden"
3478
+ },
3479
+ {
3480
+ "id": "post-/crm/v3/associations/contact/company/batch_$queryParameters",
3481
+ "value": "={}",
3482
+ "group": "parameters",
3483
+ "binding": {
3484
+ "name": "queryParameters",
3485
+ "type": "zeebe:input"
3486
+ },
3487
+ "condition": {
3488
+ "property": "operationId",
3489
+ "oneOf": [
3490
+ "post-/crm/v3/associations/contact/company/batch/create",
3491
+ "post-/crm/v3/associations/contact/company/batch/archive"
3492
+ ],
3493
+ "type": "simple"
3494
+ },
3495
+ "type": "Hidden"
3496
+ },
3497
+ {
3498
+ "id": "post-/crm/v3/associations/contact/company/batch_$method",
3499
+ "value": "POST",
3500
+ "group": "parameters",
3501
+ "binding": {
3502
+ "name": "method",
3503
+ "type": "zeebe:input"
3504
+ },
3505
+ "condition": {
3506
+ "property": "operationId",
3507
+ "oneOf": [
3508
+ "post-/crm/v3/associations/contact/company/batch/create",
3509
+ "post-/crm/v3/associations/contact/company/batch/archive"
3510
+ ],
3511
+ "type": "simple"
3512
+ },
3513
+ "type": "Hidden"
3514
+ },
3515
+ {
3516
+ "id": "post-/crm/v3/associations/contact/company/batch_body",
3517
+ "value": "={\n \"inputs\":[\n {\n \"from\":\n {\"id\":contactId}, \n \"to\":\n {\"id\":companyId}, \n \"type\":\"contact_to_company\"}\n ]\n}",
3518
+ "binding": {
3519
+ "name": "body",
3520
+ "type": "zeebe:input"
3521
+ },
3522
+ "condition": {
3523
+ "property": "operationId",
3524
+ "oneOf": [
3525
+ "post-/crm/v3/associations/contact/company/batch/create",
3526
+ "post-/crm/v3/associations/contact/company/batch/archive"
3527
+ ],
3528
+ "type": "simple"
3529
+ },
3530
+ "type": "Hidden"
3531
+ },
3532
+
3533
+ {
3534
+ "id": "get-/crm/v3/objects/companies_getPage_$path",
3535
+ "value": "=\"/crm/v3/objects/companies\"",
3536
+ "group": "parameters",
3537
+ "binding": {
3538
+ "name": "operationPath",
3539
+ "type": "zeebe:input"
3540
+ },
3541
+ "condition": {
3542
+ "property": "operationId",
3543
+ "equals": "get-/crm/v3/objects/companies_getPage",
3544
+ "type": "simple"
3545
+ },
3546
+ "type": "Hidden"
3547
+ },
3548
+ {
3549
+ "id": "get-/crm/v3/objects/companies_getPage_$headers",
3550
+ "value": "={}",
3551
+ "group": "parameters",
3552
+ "binding": {
3553
+ "name": "headers",
3554
+ "type": "zeebe:input"
3555
+ },
3556
+ "condition": {
3557
+ "property": "operationId",
3558
+ "equals": "get-/crm/v3/objects/companies_getPage",
3559
+ "type": "simple"
3560
+ },
3561
+ "type": "Hidden"
3562
+ },
3563
+ {
3564
+ "id": "get-/crm/v3/objects/companies_getPage_$queryParameters",
3565
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
3566
+ "group": "input",
3567
+ "binding": {
3568
+ "name": "queryParameters",
3569
+ "type": "zeebe:input"
3570
+ },
3571
+ "condition": {
3572
+ "property": "operationId",
3573
+ "equals": "get-/crm/v3/objects/companies_getPage",
3574
+ "type": "simple"
3575
+ },
3576
+ "type": "Hidden"
3577
+ },
3578
+ {
3579
+ "id": "get-/crm/v3/objects/companies_getPage_$method",
3580
+ "value": "GET",
3581
+ "group": "parameters",
3582
+ "binding": {
3583
+ "name": "method",
3584
+ "type": "zeebe:input"
3585
+ },
3586
+ "condition": {
3587
+ "property": "operationId",
3588
+ "equals": "get-/crm/v3/objects/companies_getPage",
3589
+ "type": "simple"
3590
+ },
3591
+ "type": "Hidden"
3592
+ },
3593
+
3594
+ {
3595
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_path_companyId",
3596
+ "label": "Company id",
3597
+ "description": "The id of the company to get.",
3598
+ "optional": false,
3599
+ "constraints": {
3600
+ "notEmpty": true
3601
+ },
3602
+ "feel": "optional",
3603
+ "group": "input",
3604
+ "binding": {
3605
+ "name": "companyId",
3606
+ "type": "zeebe:input"
3607
+ },
3608
+ "condition": {
3609
+ "property": "operationId",
3610
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3611
+ "type": "simple"
3612
+ },
3613
+ "type": "String"
3614
+ },
3615
+ {
3616
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$path",
3617
+ "value": "=\"/crm/v3/objects/companies/\"+companyId",
3618
+ "group": "parameters",
3619
+ "binding": {
3620
+ "name": "operationPath",
3621
+ "type": "zeebe:input"
3622
+ },
3623
+ "condition": {
3624
+ "property": "operationId",
3625
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3626
+ "type": "simple"
3627
+ },
3628
+ "type": "Hidden"
3629
+ },
3630
+ {
3631
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$headers",
3632
+ "value": "={}",
3633
+ "group": "parameters",
3634
+ "binding": {
3635
+ "name": "headers",
3636
+ "type": "zeebe:input"
3637
+ },
3638
+ "condition": {
3639
+ "property": "operationId",
3640
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3641
+ "type": "simple"
3642
+ },
3643
+ "type": "Hidden"
3644
+ },
3645
+ {
3646
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$queryParameters",
3647
+ "value": "={}",
3648
+ "group": "parameters",
3649
+ "binding": {
3650
+ "name": "queryParameters",
3651
+ "type": "zeebe:input"
3652
+ },
3653
+ "condition": {
3654
+ "property": "operationId",
3655
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3656
+ "type": "simple"
3657
+ },
3658
+ "type": "Hidden"
3659
+ },
3660
+ {
3661
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$method",
3662
+ "value": "GET",
3663
+ "group": "parameters",
3664
+ "binding": {
3665
+ "name": "method",
3666
+ "type": "zeebe:input"
3667
+ },
3668
+ "condition": {
3669
+ "property": "operationId",
3670
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3671
+ "type": "simple"
3672
+ },
3673
+ "type": "Hidden"
3674
+ },
3675
+
3676
+ {
3677
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$path",
3678
+ "value": "=\"/crm/v3/objects/companies/search\"",
3679
+ "group": "input",
3680
+ "binding": {
3681
+ "name": "operationPath",
3682
+ "type": "zeebe:input"
3683
+ },
3684
+ "condition": {
3685
+ "property": "operationId",
3686
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3687
+ "type": "simple"
3688
+ },
3689
+ "type": "Hidden"
3690
+ },
3691
+ {
3692
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$headers",
3693
+ "value": "={}",
3694
+ "group": "parameters",
3695
+ "binding": {
3696
+ "name": "headers",
3697
+ "type": "zeebe:input"
3698
+ },
3699
+ "condition": {
3700
+ "property": "operationId",
3701
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3702
+ "type": "simple"
3703
+ },
3704
+ "type": "Hidden"
3705
+ },
3706
+ {
3707
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$queryParameters",
3708
+ "value": "={}",
3709
+ "group": "parameters",
3710
+ "binding": {
3711
+ "name": "queryParameters",
3712
+ "type": "zeebe:input"
3713
+ },
3714
+ "condition": {
3715
+ "property": "operationId",
3716
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3717
+ "type": "simple"
3718
+ },
3719
+ "type": "Hidden"
3720
+ },
3721
+ {
3722
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$method",
3723
+ "value": "POST",
3724
+ "group": "parameters",
3725
+ "binding": {
3726
+ "name": "method",
3727
+ "type": "zeebe:input"
3728
+ },
3729
+ "condition": {
3730
+ "property": "operationId",
3731
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3732
+ "type": "simple"
3733
+ },
3734
+ "type": "Hidden"
3735
+ },
3736
+ {
3737
+ "id": "post-/crm/v3/objects/companies/search_doSearch_body",
3738
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
3739
+ "binding": {
3740
+ "name": "body",
3741
+ "type": "zeebe:input"
3742
+ },
3743
+ "condition": {
3744
+ "property": "operationId",
3745
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3746
+ "type": "simple"
3747
+ },
3748
+ "type": "Hidden"
3749
+ },
3750
+
3751
+ {
3752
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
3753
+ "label": "Company id",
3754
+ "description": "The id of the company for which to retrieve the contacts.",
3755
+ "optional": false,
3756
+ "constraints": {
3757
+ "notEmpty": true
3758
+ },
3759
+ "feel": "optional",
3760
+ "group": "input",
3761
+ "binding": {
3762
+ "name": "companyId",
3763
+ "type": "zeebe:input"
3764
+ },
3765
+ "condition": {
3766
+ "property": "operationId",
3767
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
3768
+ "type": "simple"
3769
+ },
3770
+ "type": "String"
3771
+ },
3772
+ {
3773
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$path",
3774
+ "value": "=\"/crm/v3/objects/companies/\"+companyId+\"/associations/contacts\"",
3775
+ "group": "parameters",
3776
+ "binding": {
3777
+ "name": "operationPath",
3778
+ "type": "zeebe:input"
3779
+ },
3780
+ "condition": {
3781
+ "property": "operationId",
3782
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
3783
+ "type": "simple"
3784
+ },
3785
+ "type": "Hidden"
3786
+ },
3787
+ {
3788
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$headers",
3789
+ "value": "={}",
3790
+ "group": "parameters",
3791
+ "binding": {
3792
+ "name": "headers",
3793
+ "type": "zeebe:input"
3794
+ },
3795
+ "condition": {
3796
+ "property": "operationId",
3797
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
3798
+ "type": "simple"
3799
+ },
3800
+ "type": "Hidden"
3801
+ },
3802
+ {
3803
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$queryParameters",
3804
+ "value": "={}",
3805
+ "group": "parameters",
3806
+ "binding": {
3807
+ "name": "queryParameters",
3808
+ "type": "zeebe:input"
3809
+ },
3810
+ "condition": {
3811
+ "property": "operationId",
3812
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
3813
+ "type": "simple"
3814
+ },
3815
+ "type": "Hidden"
3816
+ },
3817
+ {
3818
+ "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$method",
3819
+ "value": "GET",
3820
+ "group": "parameters",
3821
+ "binding": {
3822
+ "name": "method",
3823
+ "type": "zeebe:input"
3824
+ },
3825
+ "condition": {
3826
+ "property": "operationId",
3827
+ "equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
3828
+ "type": "simple"
3829
+ },
3830
+ "type": "Hidden"
3831
+ },
3832
+
3833
+ {
3834
+ "id": "post-/crm/v3/objects/companies_input",
3835
+ "label": "Company properties",
3836
+ "description": "The properties of the company",
3837
+ "group": "input",
3838
+ "type": "String",
3839
+ "feel": "required",
3840
+ "value": "={\n \"properties\": {\n \"name\": \"HubSpot\",\n \"domain\": \"hubspot.com\"\n }\n}",
3841
+ "binding": {
3842
+ "type": "zeebe:input",
3843
+ "name": "body"
3844
+ },
3845
+ "constraints": {
3846
+ "notEmpty": true
3847
+ },
3848
+ "condition": {
3849
+ "property": "operationId",
3850
+ "equals": "post-/crm/v3/objects/companies",
3851
+ "type": "simple"
3852
+ }
3853
+ },
3854
+ {
3855
+ "id": "post-/crm/v3/objects/companies_$path",
3856
+ "value": "=\"/crm/v3/objects/companies\"",
3857
+ "group": "parameters",
3858
+ "binding": {
3859
+ "name": "operationPath",
3860
+ "type": "zeebe:input"
3861
+ },
3862
+ "condition": {
3863
+ "property": "operationId",
3864
+ "equals": "post-/crm/v3/objects/companies",
3865
+ "type": "simple"
3866
+ },
3867
+ "type": "Hidden"
3868
+ },
3869
+ {
3870
+ "id": "post-/crm/v3/objects/companies_$headers",
3871
+ "value": "={}",
3872
+ "group": "parameters",
3873
+ "binding": {
3874
+ "name": "headers",
3875
+ "type": "zeebe:input"
3876
+ },
3877
+ "condition": {
3878
+ "property": "operationId",
3879
+ "equals": "post-/crm/v3/objects/companies",
3880
+ "type": "simple"
3881
+ },
3882
+ "type": "Hidden"
3883
+ },
3884
+ {
3885
+ "id": "post-/crm/v3/objects/companies_$queryParameters",
3886
+ "value": "={}",
3887
+ "group": "parameters",
3888
+ "binding": {
3889
+ "name": "queryParameters",
3890
+ "type": "zeebe:input"
3891
+ },
3892
+ "condition": {
3893
+ "property": "operationId",
3894
+ "equals": "post-/crm/v3/objects/companies",
3895
+ "type": "simple"
3896
+ },
3897
+ "type": "Hidden"
3898
+ },
3899
+ {
3900
+ "id": "post-/crm/v3/objects/companies_$method",
3901
+ "value": "POST",
3902
+ "group": "parameters",
3903
+ "binding": {
3904
+ "name": "method",
3905
+ "type": "zeebe:input"
3906
+ },
3907
+ "condition": {
3908
+ "property": "operationId",
3909
+ "equals": "post-/crm/v3/objects/companies",
3910
+ "type": "simple"
3911
+ },
3912
+ "type": "Hidden"
3913
+ },
3914
+
3915
+ {
3916
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_path_companyId",
3917
+ "label": "Company id",
3918
+ "optional": false,
3919
+ "constraints": {
3920
+ "notEmpty": true
3921
+ },
3922
+ "feel": "optional",
3923
+ "group": "input",
3924
+ "binding": {
3925
+ "name": "companyId",
3926
+ "type": "zeebe:input"
3927
+ },
3928
+ "condition": {
3929
+ "property": "operationId",
3930
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
3931
+ "type": "simple"
3932
+ },
3933
+ "type": "String"
3934
+ },
3935
+ {
3936
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$path",
3937
+ "value": "=\"/crm/v3/objects/companies/\"+companyId",
3938
+ "group": "parameters",
3939
+ "binding": {
3940
+ "name": "operationPath",
3941
+ "type": "zeebe:input"
3942
+ },
3943
+ "condition": {
3944
+ "property": "operationId",
3945
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
3946
+ "type": "simple"
3947
+ },
3948
+ "type": "Hidden"
3949
+ },
3950
+ {
3951
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$headers",
3952
+ "value": "={}",
3953
+ "group": "parameters",
3954
+ "binding": {
3955
+ "name": "headers",
3956
+ "type": "zeebe:input"
3957
+ },
3958
+ "condition": {
3959
+ "property": "operationId",
3960
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
3961
+ "type": "simple"
3962
+ },
3963
+ "type": "Hidden"
3964
+ },
3965
+ {
3966
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$queryParameters",
3967
+ "value": "={}",
3968
+ "group": "parameters",
3969
+ "binding": {
3970
+ "name": "queryParameters",
3971
+ "type": "zeebe:input"
3972
+ },
3973
+ "condition": {
3974
+ "property": "operationId",
3975
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
3976
+ "type": "simple"
3977
+ },
3978
+ "type": "Hidden"
3979
+ },
3980
+ {
3981
+ "id": "delete-/crm/v3/objects/companies/{companyId}_archive_$method",
3982
+ "value": "DELETE",
3983
+ "group": "parameters",
3984
+ "binding": {
3985
+ "name": "method",
3986
+ "type": "zeebe:input"
3987
+ },
3988
+ "condition": {
3989
+ "property": "operationId",
3990
+ "equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
3991
+ "type": "simple"
3992
+ },
3993
+ "type": "Hidden"
3994
+ },
3995
+
3996
+ {
3997
+ "id": "get-/crm/v3/objects/deals_getPage_$path",
3998
+ "value": "=\"/crm/v3/objects/deals\"",
3999
+ "group": "parameters",
4000
+ "binding": {
4001
+ "name": "operationPath",
4002
+ "type": "zeebe:input"
4003
+ },
4004
+ "condition": {
4005
+ "property": "operationId",
4006
+ "equals": "get-/crm/v3/objects/deals_getPage",
4007
+ "type": "simple"
4008
+ },
4009
+ "type": "Hidden"
4010
+ },
4011
+ {
4012
+ "id": "get-/crm/v3/objects/deals_getPage_$headers",
4013
+ "value": "={}",
4014
+ "group": "parameters",
4015
+ "binding": {
4016
+ "name": "headers",
4017
+ "type": "zeebe:input"
4018
+ },
4019
+ "condition": {
4020
+ "property": "operationId",
4021
+ "equals": "get-/crm/v3/objects/deals_getPage",
4022
+ "type": "simple"
4023
+ },
4024
+ "type": "Hidden"
4025
+ },
4026
+ {
4027
+ "id": "get-/crm/v3/objects/deals_getPage_$queryParameters",
4028
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
4029
+ "group": "input",
4030
+ "binding": {
4031
+ "name": "queryParameters",
4032
+ "type": "zeebe:input"
4033
+ },
4034
+ "condition": {
4035
+ "property": "operationId",
4036
+ "equals": "get-/crm/v3/objects/deals_getPage",
4037
+ "type": "simple"
4038
+ },
4039
+ "type": "Hidden"
4040
+ },
4041
+ {
4042
+ "id": "get-/crm/v3/objects/deals_getPage_$method",
4043
+ "value": "GET",
4044
+ "group": "parameters",
4045
+ "binding": {
4046
+ "name": "method",
4047
+ "type": "zeebe:input"
4048
+ },
4049
+ "condition": {
4050
+ "property": "operationId",
4051
+ "equals": "get-/crm/v3/objects/deals_getPage",
4052
+ "type": "simple"
4053
+ },
4054
+ "type": "Hidden"
4055
+ },
4056
+
4057
+ {
4058
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_path_dealId",
4059
+ "label": "Deal id",
4060
+ "description": "The id of the deal to get.",
4061
+ "optional": false,
4062
+ "constraints": {
4063
+ "notEmpty": true
4064
+ },
4065
+ "feel": "optional",
4066
+ "group": "input",
4067
+ "binding": {
4068
+ "name": "dealId",
4069
+ "type": "zeebe:input"
4070
+ },
4071
+ "condition": {
4072
+ "property": "operationId",
4073
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
4074
+ "type": "simple"
4075
+ },
4076
+ "type": "String"
4077
+ },
4078
+ {
4079
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$path",
4080
+ "value": "=\"/crm/v3/objects/deals/\"+dealId",
4081
+ "group": "parameters",
4082
+ "binding": {
4083
+ "name": "operationPath",
4084
+ "type": "zeebe:input"
4085
+ },
4086
+ "condition": {
4087
+ "property": "operationId",
4088
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
4089
+ "type": "simple"
4090
+ },
4091
+ "type": "Hidden"
4092
+ },
4093
+ {
4094
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$headers",
4095
+ "value": "={}",
4096
+ "group": "parameters",
4097
+ "binding": {
4098
+ "name": "headers",
4099
+ "type": "zeebe:input"
4100
+ },
4101
+ "condition": {
4102
+ "property": "operationId",
4103
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
4104
+ "type": "simple"
4105
+ },
4106
+ "type": "Hidden"
4107
+ },
4108
+ {
4109
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$queryParameters",
4110
+ "value": "={}",
4111
+ "group": "parameters",
4112
+ "binding": {
4113
+ "name": "queryParameters",
4114
+ "type": "zeebe:input"
4115
+ },
4116
+ "condition": {
4117
+ "property": "operationId",
4118
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
4119
+ "type": "simple"
4120
+ },
4121
+ "type": "Hidden"
4122
+ },
4123
+ {
4124
+ "id": "get-/crm/v3/objects/deals/{dealId}_getById_$method",
4125
+ "value": "GET",
4126
+ "group": "parameters",
4127
+ "binding": {
4128
+ "name": "method",
4129
+ "type": "zeebe:input"
4130
+ },
4131
+ "condition": {
4132
+ "property": "operationId",
4133
+ "equals": "get-/crm/v3/objects/deals/{dealId}_getById",
4134
+ "type": "simple"
4135
+ },
4136
+ "type": "Hidden"
4137
+ },
4138
+
4139
+ {
4140
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$path",
4141
+ "value": "=\"/crm/v3/objects/deals/search\"",
4142
+ "group": "parameters",
4143
+ "binding": {
4144
+ "name": "operationPath",
4145
+ "type": "zeebe:input"
4146
+ },
4147
+ "condition": {
4148
+ "property": "operationId",
4149
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
4150
+ "type": "simple"
4151
+ },
4152
+ "type": "Hidden"
4153
+ },
4154
+ {
4155
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$headers",
4156
+ "value": "={}",
4157
+ "group": "parameters",
4158
+ "binding": {
4159
+ "name": "headers",
4160
+ "type": "zeebe:input"
4161
+ },
4162
+ "condition": {
4163
+ "property": "operationId",
4164
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
4165
+ "type": "simple"
4166
+ },
4167
+ "type": "Hidden"
4168
+ },
4169
+ {
4170
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$queryParameters",
4171
+ "value": "={}",
4172
+ "group": "parameters",
4173
+ "binding": {
4174
+ "name": "queryParameters",
4175
+ "type": "zeebe:input"
4176
+ },
4177
+ "condition": {
4178
+ "property": "operationId",
4179
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
4180
+ "type": "simple"
4181
+ },
4182
+ "type": "Hidden"
4183
+ },
4184
+ {
4185
+ "id": "post-/crm/v3/objects/deals/search_doSearch_$method",
4186
+ "value": "POST",
4187
+ "group": "parameters",
4188
+ "binding": {
4189
+ "name": "method",
4190
+ "type": "zeebe:input"
4191
+ },
4192
+ "condition": {
4193
+ "property": "operationId",
4194
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
4195
+ "type": "simple"
4196
+ },
4197
+ "type": "Hidden"
4198
+ },
4199
+ {
4200
+ "id": "post-/crm/v3/objects/deals/search_doSearch_body",
4201
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
4202
+ "binding": {
4203
+ "name": "body",
4204
+ "type": "zeebe:input"
4205
+ },
4206
+ "condition": {
4207
+ "property": "operationId",
4208
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
4209
+ "type": "simple"
4210
+ },
4211
+ "type": "Hidden"
4212
+ },
4213
+
4214
+ {
4215
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_path_dealId",
4216
+ "label": "Deal id",
4217
+ "description": "The id of the deal that should be deleted.",
4218
+ "optional": false,
4219
+ "constraints": {
4220
+ "notEmpty": true
4221
+ },
4222
+ "feel": "optional",
4223
+ "group": "input",
4224
+ "binding": {
4225
+ "name": "dealId",
4226
+ "type": "zeebe:input"
4227
+ },
4228
+ "condition": {
4229
+ "property": "operationId",
4230
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4231
+ "type": "simple"
4232
+ },
4233
+ "type": "String"
4234
+ },
4235
+ {
4236
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$path",
4237
+ "value": "=\"/crm/v3/objects/deals/\"+dealId",
4238
+ "group": "parameters",
4239
+ "binding": {
4240
+ "name": "operationPath",
4241
+ "type": "zeebe:input"
4242
+ },
4243
+ "condition": {
4244
+ "property": "operationId",
4245
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4246
+ "type": "simple"
4247
+ },
4248
+ "type": "Hidden"
4249
+ },
4250
+ {
4251
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$headers",
4252
+ "value": "={}",
4253
+ "group": "parameters",
4254
+ "binding": {
4255
+ "name": "headers",
4256
+ "type": "zeebe:input"
4257
+ },
4258
+ "condition": {
4259
+ "property": "operationId",
4260
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4261
+ "type": "simple"
4262
+ },
4263
+ "type": "Hidden"
4264
+ },
4265
+ {
4266
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$queryParameters",
4267
+ "value": "={}",
4268
+ "group": "parameters",
4269
+ "binding": {
4270
+ "name": "queryParameters",
4271
+ "type": "zeebe:input"
4272
+ },
4273
+ "condition": {
4274
+ "property": "operationId",
4275
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4276
+ "type": "simple"
4277
+ },
4278
+ "type": "Hidden"
4279
+ },
4280
+ {
4281
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$method",
4282
+ "value": "DELETE",
4283
+ "group": "parameters",
4284
+ "binding": {
4285
+ "name": "method",
4286
+ "type": "zeebe:input"
4287
+ },
4288
+ "condition": {
4289
+ "property": "operationId",
4290
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4291
+ "type": "simple"
4292
+ },
4293
+ "type": "Hidden"
4294
+ },
4295
+
4296
+ {
4297
+ "label": "Portal id",
4298
+ "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>.",
4299
+ "group": "input",
4300
+ "type": "String",
4301
+ "feel": "optional",
4302
+ "binding": {
4303
+ "type": "zeebe:input",
4304
+ "name": "portalId"
4305
+ },
4306
+ "constraints": {
4307
+ "notEmpty": true
4308
+ },
4309
+ "condition": {
4310
+ "property": "operationId",
4311
+ "oneOf": ["post-api.hsforms.com/submissions"],
4312
+ "type": "simple"
4313
+ }
4314
+ },
4315
+ {
4316
+ "label": "Form id",
4317
+ "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>.",
4318
+ "group": "input",
4319
+ "type": "String",
4320
+ "feel": "optional",
4321
+ "binding": {
4322
+ "type": "zeebe:input",
4323
+ "name": "formId"
4324
+ },
4325
+ "constraints": {
4326
+ "notEmpty": true
4327
+ },
4328
+ "condition": {
4329
+ "property": "operationId",
4330
+ "oneOf": ["post-api.hsforms.com/submissions"],
4331
+ "type": "simple"
4332
+ }
4333
+ },
4334
+ {
4335
+ "id": "post-api.hsforms.com/submissions_$path",
4336
+ "value": "=\"/submissions/v3/integration/submit/\"+portalId+\"/\"+formId",
4337
+ "group": "parameters",
4338
+ "binding": {
4339
+ "name": "operationPath",
4340
+ "type": "zeebe:input"
4341
+ },
4342
+ "condition": {
4343
+ "property": "operationId",
4344
+ "equals": "post-api.hsforms.com/submissions",
4345
+ "type": "simple"
4346
+ },
4347
+ "type": "Hidden"
4348
+ },
4349
+ {
4350
+ "id": "post-api.hsforms.com/submissions_$headers",
4351
+ "value": "={}",
4352
+ "group": "parameters",
4353
+ "binding": {
4354
+ "name": "headers",
4355
+ "type": "zeebe:input"
4356
+ },
4357
+ "condition": {
4358
+ "property": "operationId",
4359
+ "equals": "post-api.hsforms.com/submissions",
4360
+ "type": "simple"
4361
+ },
4362
+ "type": "Hidden"
4363
+ },
4364
+ {
4365
+ "id": "post-api.hsforms.com/submissions_$queryParameters",
4366
+ "value": "={}",
4367
+ "group": "parameters",
4368
+ "binding": {
4369
+ "name": "queryParameters",
4370
+ "type": "zeebe:input"
4371
+ },
4372
+ "condition": {
4373
+ "property": "operationId",
4374
+ "equals": "post-api.hsforms.com/submissions",
4375
+ "type": "simple"
4376
+ },
4377
+ "type": "Hidden"
4378
+ },
4379
+ {
4380
+ "id": "post-api.hsforms.com/submissions_$method",
4381
+ "value": "POST",
4382
+ "group": "parameters",
4383
+ "binding": {
4384
+ "name": "method",
4385
+ "type": "zeebe:input"
4386
+ },
4387
+ "condition": {
4388
+ "property": "operationId",
4389
+ "equals": "post-api.hsforms.com/submissions",
4390
+ "type": "simple"
4391
+ },
4392
+ "type": "Hidden"
4393
+ },
4394
+ {
4395
+ "label": "Form fields",
4396
+ "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>.",
4397
+ "group": "input",
4398
+ "feel": "optional",
4399
+ "id": "post-api.hsforms.com/submissions_body",
4400
+ "value": "={\n \"fields\": [\n { \"name\": \"firstname\", \"value\": \"Jane\" },\n { \"name\": \"lasename\", \"value\": \"Doe\" },\n { \"name\": \"email\", \"value\": \"jane.doe@example.com\" }\n ]\n}",
4401
+ "binding": {
4402
+ "name": "body",
4403
+ "type": "zeebe:input"
4404
+ },
4405
+ "constraints": {
4406
+ "notEmpty": true
4407
+ },
4408
+ "condition": {
4409
+ "property": "operationId",
4410
+ "equals": "post-api.hsforms.com/submissions",
4411
+ "type": "simple"
4412
+ },
4413
+ "type": "String"
4414
+ },
4415
+
4416
+ {
4417
+ "label": "List id",
4418
+ "description": "The ID of the list where the object should be added to.",
4419
+ "group": "input",
4420
+ "type": "String",
4421
+ "feel": "optional",
4422
+ "binding": {
4423
+ "type": "zeebe:input",
4424
+ "name": "listId"
4425
+ },
4426
+ "constraints": {
4427
+ "notEmpty": true
4428
+ },
4429
+ "condition": {
4430
+ "property": "operationId",
4431
+ "oneOf": ["put-/crm/v3/lists/{listId}/memberships/add"],
4432
+ "type": "simple"
4433
+ }
4434
+ },
4435
+ {
4436
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$path",
4437
+ "value": "=\"/crm/v3/lists/\"+listId+\"/memberships/add\"",
4438
+ "group": "parameters",
4439
+ "binding": {
4440
+ "name": "operationPath",
4441
+ "type": "zeebe:input"
4442
+ },
4443
+ "condition": {
4444
+ "property": "operationId",
4445
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4446
+ "type": "simple"
4447
+ },
4448
+ "type": "Hidden"
4449
+ },
4450
+ {
4451
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$headers",
4452
+ "value": "={}",
4453
+ "group": "parameters",
4454
+ "binding": {
4455
+ "name": "headers",
4456
+ "type": "zeebe:input"
4457
+ },
4458
+ "condition": {
4459
+ "property": "operationId",
4460
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4461
+ "type": "simple"
4462
+ },
4463
+ "type": "Hidden"
4464
+ },
4465
+ {
4466
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$queryParameters",
4467
+ "value": "={}",
4468
+ "group": "parameters",
4469
+ "binding": {
4470
+ "name": "queryParameters",
4471
+ "type": "zeebe:input"
4472
+ },
4473
+ "condition": {
4474
+ "property": "operationId",
4475
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4476
+ "type": "simple"
4477
+ },
4478
+ "type": "Hidden"
4479
+ },
4480
+ {
4481
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$method",
4482
+ "value": "PUT",
4483
+ "group": "parameters",
4484
+ "binding": {
4485
+ "name": "method",
4486
+ "type": "zeebe:input"
4487
+ },
4488
+ "condition": {
4489
+ "property": "operationId",
4490
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4491
+ "type": "simple"
4492
+ },
4493
+ "type": "Hidden"
4494
+ },
4495
+ {
4496
+ "label": "Object ids",
4497
+ "description": "The ids of the objects, e.g. contacts or companies, to add to the list",
4498
+ "group": "input",
4499
+ "feel": "optional",
4500
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_body",
4501
+ "value": "=[\"12345678\"]",
4502
+ "binding": {
4503
+ "name": "body",
4504
+ "type": "zeebe:input"
4505
+ },
4506
+ "constraints": {
4507
+ "notEmpty": true
4508
+ },
4509
+ "condition": {
4510
+ "property": "operationId",
4511
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4512
+ "type": "simple"
4513
+ },
4514
+ "type": "String"
4515
+ },
4516
+
4517
+ {
4518
+ "label": "Workflow id",
4519
+ "description": "The ID of the workflow that should be triggered.",
4520
+ "group": "input",
4521
+ "type": "String",
4522
+ "feel": "optional",
4523
+ "binding": {
4524
+ "type": "zeebe:input",
4525
+ "name": "workflowId"
4526
+ },
4527
+ "condition": {
4528
+ "property": "operationId",
4529
+ "oneOf": [
4530
+ "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
4531
+ ],
4532
+ "type": "simple"
4533
+ },
4534
+ "constraints": {
4535
+ "notEmpty": true
4536
+ }
4537
+ },
4538
+ {
4539
+ "label": "Contact email",
4540
+ "description": "The email of the contact that should be enrolled to the workflow.",
4541
+ "group": "input",
4542
+ "type": "String",
4543
+ "feel": "optional",
4544
+ "binding": {
4545
+ "type": "zeebe:input",
4546
+ "name": "contactMail"
4547
+ },
4548
+ "condition": {
4549
+ "property": "operationId",
4550
+ "oneOf": [
4551
+ "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
4552
+ ],
4553
+ "type": "simple"
4554
+ },
4555
+ "constraints": {
4556
+ "notEmpty": true
4557
+ }
4558
+ },
4559
+ {
4560
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$path",
4561
+ "value": "=\"/automation/v2/workflows/\"+workflowId+\"/enrollments/contacts/\"+contactMail",
4562
+ "group": "parameters",
4563
+ "binding": {
4564
+ "name": "operationPath",
4565
+ "type": "zeebe:input"
4566
+ },
4567
+ "condition": {
4568
+ "property": "operationId",
4569
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4570
+ "type": "simple"
4571
+ },
4572
+ "type": "Hidden"
4573
+ },
4574
+ {
4575
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$headers",
4576
+ "value": "={}",
4577
+ "group": "parameters",
4578
+ "binding": {
4579
+ "name": "headers",
4580
+ "type": "zeebe:input"
4581
+ },
4582
+ "condition": {
4583
+ "property": "operationId",
4584
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4585
+ "type": "simple"
4586
+ },
4587
+ "type": "Hidden"
4588
+ },
4589
+ {
4590
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$queryParameters",
4591
+ "value": "={}",
4592
+ "group": "parameters",
4593
+ "binding": {
4594
+ "name": "queryParameters",
4595
+ "type": "zeebe:input"
4596
+ },
4597
+ "condition": {
4598
+ "property": "operationId",
4599
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4600
+ "type": "simple"
4601
+ },
4602
+ "type": "Hidden"
4603
+ },
4604
+ {
4605
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$method",
4606
+ "value": "POST",
4607
+ "group": "parameters",
4608
+ "binding": {
4609
+ "name": "method",
4610
+ "type": "zeebe:input"
4611
+ },
4612
+ "condition": {
4613
+ "property": "operationId",
4614
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4615
+ "type": "simple"
4616
+ },
4617
+ "type": "Hidden"
4618
+ },
4619
+
4620
+ {
4621
+ "id": "url",
4622
+ "value": "= baseUrl + operationPath",
4623
+ "group": "url",
4624
+ "binding": {
4625
+ "name": "url",
4626
+ "type": "zeebe:input"
4627
+ },
4628
+ "type": "Hidden"
4629
+ },
4630
+ {
4631
+ "id": "resultVariable",
4632
+ "label": "Result variable",
4633
+ "description": "Name of variable to store the response in",
4634
+ "group": "output",
4635
+ "binding": {
4636
+ "key": "resultVariable",
4637
+ "type": "zeebe:taskHeader"
4638
+ },
4639
+ "type": "String"
4640
+ },
4641
+ {
4642
+ "id": "resultExpression",
4643
+ "label": "Result expression",
4644
+ "description": "Expression to map the response into process variables",
4645
+ "feel": "required",
4646
+ "group": "output",
4647
+ "binding": {
4648
+ "key": "resultExpression",
4649
+ "type": "zeebe:taskHeader"
4650
+ },
4651
+ "type": "Text"
4652
+ },
4653
+ {
4654
+ "id": "errorExpression",
4655
+ "label": "Error expression",
4656
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
4657
+ "feel": "required",
4658
+ "group": "error",
4659
+ "binding": {
4660
+ "key": "errorExpression",
4661
+ "type": "zeebe:taskHeader"
4662
+ },
4663
+ "type": "Text"
4664
+ },
4665
+ {
4666
+ "id": "retryCount",
4667
+ "label": "Retries",
4668
+ "description": "Number of retries",
4669
+ "value": "3",
4670
+ "feel": "optional",
4671
+ "group": "retries",
4672
+ "binding": {
4673
+ "property": "retries",
4674
+ "type": "zeebe:taskDefinition"
4675
+ },
4676
+ "type": "String"
4677
+ },
4678
+ {
4679
+ "id": "retryBackoff",
4680
+ "label": "Retry backoff",
4681
+ "description": "ISO-8601 duration to wait between retries",
4682
+ "value": "PT30S",
4683
+ "group": "retries",
4684
+ "binding": {
4685
+ "key": "retryBackoff",
4686
+ "type": "zeebe:taskHeader"
4687
+ },
4688
+ "type": "String"
4689
+ }
4690
+ ],
4691
+ "icon": {
4692
+ "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
4693
+ }
4694
+ },
2351
4695
  {
2352
4696
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2353
4697
  "name": "HubSpot Outbound Connector",
@@ -4726,7 +7070,7 @@
4726
7070
  "marketing"
4727
7071
  ],
4728
7072
  "id": "io.camunda.connectors.HubSpot.v1",
4729
- "version": 3,
7073
+ "version": 4,
4730
7074
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/hubspot/",
4731
7075
  "category": {
4732
7076
  "id": "connectors",
@@ -4740,14 +7084,14 @@
4740
7084
  "camunda": "^8.3"
4741
7085
  },
4742
7086
  "groups": [
4743
- {
4744
- "id": "server",
4745
- "label": "Server"
4746
- },
4747
7087
  {
4748
7088
  "id": "operation",
4749
7089
  "label": "Operation"
4750
7090
  },
7091
+ {
7092
+ "id": "server",
7093
+ "label": "Server"
7094
+ },
4751
7095
  {
4752
7096
  "id": "authentication",
4753
7097
  "label": "Authentication"
@@ -4801,7 +7145,7 @@
4801
7145
  {
4802
7146
  "id": "authentication.token",
4803
7147
  "label": "Bearer token",
4804
- "description": "The access token of your HubSpot private app.",
7148
+ "tooltip": "The access token of your HubSpot private app.",
4805
7149
  "optional": false,
4806
7150
  "constraints": {
4807
7151
  "notEmpty": true
@@ -4823,7 +7167,6 @@
4823
7167
  "label": "Resource type",
4824
7168
  "id": "resourceType",
4825
7169
  "group": "operation",
4826
- "description": "Choose resource type",
4827
7170
  "value": "contacts",
4828
7171
  "type": "Dropdown",
4829
7172
  "choices": [
@@ -5018,7 +7361,7 @@
5018
7361
 
5019
7362
  {
5020
7363
  "label": "Next page after object id",
5021
- "description": "The id of the object from which to retrieve the next page.",
7364
+ "tooltip": "The id of the object from which to retrieve the next page.",
5022
7365
  "optional": true,
5023
7366
  "feel": "optional",
5024
7367
  "group": "parameters",
@@ -5102,7 +7445,6 @@
5102
7445
  {
5103
7446
  "id": "get-/crm/v3/objects/contacts/{contactId}_path_contactId",
5104
7447
  "label": "Contact id",
5105
- "description": "The id of the contact to get.",
5106
7448
  "optional": false,
5107
7449
  "constraints": {
5108
7450
  "notEmpty": true
@@ -5122,7 +7464,8 @@
5122
7464
  },
5123
7465
  {
5124
7466
  "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.",
7467
+ "tooltip": "Names of the additional properties as a comma separated list. Leave this empty to get only standard properties. See all <a href=\"https://developers.hubspot.com/docs/reference/api/crm/properties/v1-contacts#get-all-contact-properties\" target=\"_blank\">contact properties</a> and HubSpot's <a href=\"https://knowledge.hubspot.com/properties/hubspots-default-contact-properties\" target=\"_blank\">default contact properties</a>.",
7468
+ "placeholder": "city,annualrevenue",
5126
7469
  "optional": true,
5127
7470
  "value": "",
5128
7471
  "feel": "optional",
@@ -5202,7 +7545,6 @@
5202
7545
  {
5203
7546
  "id": "post-/crm/v3/objects/contacts/batch/read_ids",
5204
7547
  "label": "Contact ids",
5205
- "description": "The ids of the contacts to get.",
5206
7548
  "feel": "optional",
5207
7549
  "group": "input",
5208
7550
  "type": "String",
@@ -5297,7 +7639,8 @@
5297
7639
 
5298
7640
  {
5299
7641
  "label": "Search field",
5300
- "description": "The field within the object to perform the search on, e.g. lastname",
7642
+ "tooltip": "The field within the object to perform the search on.",
7643
+ "placeholder": "lastname",
5301
7644
  "feel": "optional",
5302
7645
  "group": "input",
5303
7646
  "type": "String",
@@ -5320,7 +7663,8 @@
5320
7663
  },
5321
7664
  {
5322
7665
  "label": "Search value",
5323
- "description": "The value to search for, e.g. Smith",
7666
+ "tooltip": "The value to search for.",
7667
+ "placeholder": "Smith",
5324
7668
  "feel": "optional",
5325
7669
  "group": "input",
5326
7670
  "type": "String",
@@ -5419,7 +7763,7 @@
5419
7763
 
5420
7764
  {
5421
7765
  "label": "Properties",
5422
- "description": "Properties of the contact",
7766
+ "tooltip": "Properties of the contact",
5423
7767
  "feel": "required",
5424
7768
  "group": "input",
5425
7769
  "type": "String",
@@ -5442,7 +7786,7 @@
5442
7786
  },
5443
7787
  {
5444
7788
  "label": "Company id",
5445
- "description": "Company id the contact should be associated with",
7789
+ "tooltip": "Company id the contact should be associated with",
5446
7790
  "feel": "optional",
5447
7791
  "group": "input",
5448
7792
  "type": "String",
@@ -5567,7 +7911,6 @@
5567
7911
  {
5568
7912
  "id": "patch-/crm/v3/objects/contacts/{contactId}_path_contactId",
5569
7913
  "label": "Contact id",
5570
- "description": "The id of the contact that should be updated.",
5571
7914
  "optional": false,
5572
7915
  "constraints": {
5573
7916
  "notEmpty": true
@@ -5649,7 +7992,6 @@
5649
7992
  {
5650
7993
  "id": "delete-/crm/v3/objects/contacts/{contactId}_path_contactId",
5651
7994
  "label": "Contact id",
5652
- "description": "The id of the contact that should be deleted.",
5653
7995
  "optional": false,
5654
7996
  "constraints": {
5655
7997
  "notEmpty": true
@@ -5730,7 +8072,6 @@
5730
8072
 
5731
8073
  {
5732
8074
  "label": "Contact id",
5733
- "description": "The id of the contact",
5734
8075
  "optional": false,
5735
8076
  "constraints": {
5736
8077
  "notEmpty": true
@@ -5753,7 +8094,6 @@
5753
8094
  },
5754
8095
  {
5755
8096
  "label": "Company id",
5756
- "description": "The id of the company",
5757
8097
  "optional": false,
5758
8098
  "constraints": {
5759
8099
  "notEmpty": true
@@ -5941,7 +8281,6 @@
5941
8281
  {
5942
8282
  "id": "get-/crm/v3/objects/companies/{companyId}_getById_path_companyId",
5943
8283
  "label": "Company id",
5944
- "description": "The id of the company to get.",
5945
8284
  "optional": false,
5946
8285
  "constraints": {
5947
8286
  "notEmpty": true
@@ -6098,7 +8437,6 @@
6098
8437
  {
6099
8438
  "id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
6100
8439
  "label": "Company id",
6101
- "description": "The id of the company for which to retrieve the contacts.",
6102
8440
  "optional": false,
6103
8441
  "constraints": {
6104
8442
  "notEmpty": true
@@ -6180,7 +8518,6 @@
6180
8518
  {
6181
8519
  "id": "post-/crm/v3/objects/companies_input",
6182
8520
  "label": "Company properties",
6183
- "description": "The properties of the company",
6184
8521
  "group": "input",
6185
8522
  "type": "String",
6186
8523
  "feel": "required",
@@ -6404,7 +8741,6 @@
6404
8741
  {
6405
8742
  "id": "get-/crm/v3/objects/deals/{dealId}_getById_path_dealId",
6406
8743
  "label": "Deal id",
6407
- "description": "The id of the deal to get.",
6408
8744
  "optional": false,
6409
8745
  "constraints": {
6410
8746
  "notEmpty": true
@@ -6561,7 +8897,6 @@
6561
8897
  {
6562
8898
  "id": "delete-/crm/v3/objects/deals/{dealId}_archive_path_dealId",
6563
8899
  "label": "Deal id",
6564
- "description": "The id of the deal that should be deleted.",
6565
8900
  "optional": false,
6566
8901
  "constraints": {
6567
8902
  "notEmpty": true
@@ -6642,7 +8977,7 @@
6642
8977
 
6643
8978
  {
6644
8979
  "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>.",
8980
+ "tooltip": "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\">HubSpot account management</a>.",
6646
8981
  "group": "input",
6647
8982
  "type": "String",
6648
8983
  "feel": "optional",
@@ -6661,7 +8996,7 @@
6661
8996
  },
6662
8997
  {
6663
8998
  "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>.",
8999
+ "tooltip": "The unique ID of the form you're sending data to. <a href=\"https://knowledge.hubspot.com/forms/find-your-form-guid\" target=\"_blank\">HubSpot form GUID</a>.",
6665
9000
  "group": "input",
6666
9001
  "type": "String",
6667
9002
  "feel": "optional",
@@ -6740,7 +9075,7 @@
6740
9075
  },
6741
9076
  {
6742
9077
  "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>.",
9078
+ "tooltip": "The values to submit to the form. <a href=\"https://developers.hubspot.com/docs/reference/api/marketing/forms/v3-legacy\" target=\"_blank\">HubSpot Forms API</a>.",
6744
9079
  "group": "input",
6745
9080
  "feel": "optional",
6746
9081
  "id": "post-api.hsforms.com/submissions_body",
@@ -6762,7 +9097,6 @@
6762
9097
 
6763
9098
  {
6764
9099
  "label": "List id",
6765
- "description": "The ID of the list where the object should be added to.",
6766
9100
  "group": "input",
6767
9101
  "type": "String",
6768
9102
  "feel": "optional",
@@ -6841,7 +9175,7 @@
6841
9175
  },
6842
9176
  {
6843
9177
  "label": "Object ids",
6844
- "description": "The ids of the objects, e.g. contacts or companies, to add to the list",
9178
+ "tooltip": "The ids of the objects, e.g. contacts or companies, to add to the list",
6845
9179
  "group": "input",
6846
9180
  "feel": "optional",
6847
9181
  "id": "put-/crm/v3/lists/{listId}/memberships/add_body",
@@ -6863,7 +9197,6 @@
6863
9197
 
6864
9198
  {
6865
9199
  "label": "Workflow id",
6866
- "description": "The ID of the workflow that should be triggered.",
6867
9200
  "group": "input",
6868
9201
  "type": "String",
6869
9202
  "feel": "optional",
@@ -6884,7 +9217,6 @@
6884
9217
  },
6885
9218
  {
6886
9219
  "label": "Contact email",
6887
- "description": "The email of the contact that should be enrolled to the workflow.",
6888
9220
  "group": "input",
6889
9221
  "type": "String",
6890
9222
  "feel": "optional",
@@ -6977,7 +9309,7 @@
6977
9309
  {
6978
9310
  "id": "resultVariable",
6979
9311
  "label": "Result variable",
6980
- "description": "Name of variable to store the response in",
9312
+ "tooltip": "Name of variable to store the response in. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">result variable documentation</a>",
6981
9313
  "group": "output",
6982
9314
  "binding": {
6983
9315
  "key": "resultVariable",
@@ -6988,7 +9320,7 @@
6988
9320
  {
6989
9321
  "id": "resultExpression",
6990
9322
  "label": "Result expression",
6991
- "description": "Expression to map the response into process variables",
9323
+ "tooltip": "Expression to map the response into process variables. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">result expression documentation</a>",
6992
9324
  "feel": "required",
6993
9325
  "group": "output",
6994
9326
  "binding": {
@@ -7000,7 +9332,7 @@
7000
9332
  {
7001
9333
  "id": "errorExpression",
7002
9334
  "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>.",
9335
+ "tooltip": "Expression to handle errors. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">BPMN error handling documentation</a>",
7004
9336
  "feel": "required",
7005
9337
  "group": "error",
7006
9338
  "binding": {
@@ -7012,7 +9344,6 @@
7012
9344
  {
7013
9345
  "id": "retryCount",
7014
9346
  "label": "Retries",
7015
- "description": "Number of retries",
7016
9347
  "value": "3",
7017
9348
  "feel": "optional",
7018
9349
  "group": "retries",
@@ -7025,7 +9356,7 @@
7025
9356
  {
7026
9357
  "id": "retryBackoff",
7027
9358
  "label": "Retry backoff",
7028
- "description": "ISO-8601 duration to wait between retries",
9359
+ "tooltip": "ISO-8601 duration to wait between retries",
7029
9360
  "value": "PT30S",
7030
9361
  "group": "retries",
7031
9362
  "binding": {
@@ -7035,6 +9366,425 @@
7035
9366
  "type": "String"
7036
9367
  }
7037
9368
  ],
9369
+ "steps": [
9370
+ {
9371
+ "name": "Contacts",
9372
+ "description": "Read, create, update, delete and search HubSpot contacts",
9373
+ "steps": [
9374
+ {
9375
+ "name": "List contacts",
9376
+ "description": "Retrieve a page of all contacts in HubSpot.",
9377
+ "keywords": [
9378
+ "list contacts",
9379
+ "get all contacts",
9380
+ "all contacts",
9381
+ "contacts page"
9382
+ ],
9383
+ "presetId": "contacts_getPage"
9384
+ },
9385
+ {
9386
+ "name": "Get contact by ID",
9387
+ "description": "Fetch a single contact from HubSpot by its ID.",
9388
+ "keywords": [
9389
+ "get contact",
9390
+ "contact by id",
9391
+ "fetch contact",
9392
+ "read contact"
9393
+ ],
9394
+ "presetId": "contacts_getById"
9395
+ },
9396
+ {
9397
+ "name": "Batch read contacts",
9398
+ "description": "Retrieve multiple contacts from HubSpot by their IDs in a single request.",
9399
+ "keywords": [
9400
+ "batch read contacts",
9401
+ "multiple contacts",
9402
+ "get contacts by id",
9403
+ "bulk contacts"
9404
+ ],
9405
+ "presetId": "contacts_batchRead"
9406
+ },
9407
+ {
9408
+ "name": "Search contacts",
9409
+ "description": "Search contacts in HubSpot by a property value.",
9410
+ "keywords": [
9411
+ "search contacts",
9412
+ "find contact",
9413
+ "query contacts",
9414
+ "filter contacts"
9415
+ ],
9416
+ "presetId": "contacts_search"
9417
+ },
9418
+ {
9419
+ "name": "Create contact",
9420
+ "description": "Create a new contact in HubSpot.",
9421
+ "keywords": [
9422
+ "create contact",
9423
+ "add contact",
9424
+ "new contact",
9425
+ "insert contact"
9426
+ ],
9427
+ "presetId": "contacts_create"
9428
+ },
9429
+ {
9430
+ "name": "Update contact",
9431
+ "description": "Update the properties of an existing contact in HubSpot.",
9432
+ "keywords": [
9433
+ "update contact",
9434
+ "edit contact",
9435
+ "modify contact",
9436
+ "patch contact"
9437
+ ],
9438
+ "presetId": "contacts_update"
9439
+ },
9440
+ {
9441
+ "name": "Delete contact",
9442
+ "description": "Delete a contact from HubSpot by its ID.",
9443
+ "keywords": [
9444
+ "delete contact",
9445
+ "remove contact",
9446
+ "archive contact",
9447
+ "drop contact"
9448
+ ],
9449
+ "presetId": "contacts_delete"
9450
+ }
9451
+ ]
9452
+ },
9453
+ {
9454
+ "name": "Companies",
9455
+ "description": "Read, create, delete and search HubSpot companies and manage their contact associations",
9456
+ "steps": [
9457
+ {
9458
+ "name": "List companies",
9459
+ "description": "Retrieve a page of all companies in HubSpot.",
9460
+ "keywords": [
9461
+ "list companies",
9462
+ "get all companies",
9463
+ "all companies",
9464
+ "companies page"
9465
+ ],
9466
+ "presetId": "companies_getPage"
9467
+ },
9468
+ {
9469
+ "name": "Get company by ID",
9470
+ "description": "Fetch a single company from HubSpot by its ID.",
9471
+ "keywords": [
9472
+ "get company",
9473
+ "company by id",
9474
+ "fetch company",
9475
+ "read company"
9476
+ ],
9477
+ "presetId": "companies_getById"
9478
+ },
9479
+ {
9480
+ "name": "Search companies",
9481
+ "description": "Search companies in HubSpot by a property value.",
9482
+ "keywords": [
9483
+ "search companies",
9484
+ "find company",
9485
+ "query companies",
9486
+ "filter companies"
9487
+ ],
9488
+ "presetId": "companies_search"
9489
+ },
9490
+ {
9491
+ "name": "List company contacts",
9492
+ "description": "Retrieve all contacts associated with a company in HubSpot.",
9493
+ "keywords": [
9494
+ "company contacts",
9495
+ "contacts of company",
9496
+ "associated contacts",
9497
+ "list contacts of company"
9498
+ ],
9499
+ "presetId": "companies_getContacts"
9500
+ },
9501
+ {
9502
+ "name": "Add contact to company",
9503
+ "description": "Associate a contact with a company in HubSpot.",
9504
+ "keywords": [
9505
+ "add contact to company",
9506
+ "associate contact",
9507
+ "link contact company",
9508
+ "create association"
9509
+ ],
9510
+ "presetId": "companies_addContact"
9511
+ },
9512
+ {
9513
+ "name": "Remove contact from company",
9514
+ "description": "Remove the association between a contact and a company in HubSpot.",
9515
+ "keywords": [
9516
+ "remove contact from company",
9517
+ "unlink contact",
9518
+ "archive association",
9519
+ "detach contact"
9520
+ ],
9521
+ "presetId": "companies_removeContact"
9522
+ },
9523
+ {
9524
+ "name": "Create company",
9525
+ "description": "Create a new company in HubSpot.",
9526
+ "keywords": [
9527
+ "create company",
9528
+ "add company",
9529
+ "new company",
9530
+ "insert company"
9531
+ ],
9532
+ "presetId": "companies_create"
9533
+ },
9534
+ {
9535
+ "name": "Delete company",
9536
+ "description": "Delete a company from HubSpot by its ID.",
9537
+ "keywords": [
9538
+ "delete company",
9539
+ "remove company",
9540
+ "archive company",
9541
+ "drop company"
9542
+ ],
9543
+ "presetId": "companies_delete"
9544
+ }
9545
+ ]
9546
+ },
9547
+ {
9548
+ "name": "Deals",
9549
+ "description": "Read, search and delete HubSpot deals",
9550
+ "steps": [
9551
+ {
9552
+ "name": "List deals",
9553
+ "description": "Retrieve a page of all deals in HubSpot.",
9554
+ "keywords": [
9555
+ "list deals",
9556
+ "get all deals",
9557
+ "all deals",
9558
+ "deals page"
9559
+ ],
9560
+ "presetId": "deals_getPage"
9561
+ },
9562
+ {
9563
+ "name": "Get deal by ID",
9564
+ "description": "Fetch a single deal from HubSpot by its ID.",
9565
+ "keywords": ["get deal", "deal by id", "fetch deal", "read deal"],
9566
+ "presetId": "deals_getById"
9567
+ },
9568
+ {
9569
+ "name": "Search deals",
9570
+ "description": "Search deals in HubSpot by a property value.",
9571
+ "keywords": [
9572
+ "search deals",
9573
+ "find deal",
9574
+ "query deals",
9575
+ "filter deals"
9576
+ ],
9577
+ "presetId": "deals_search"
9578
+ },
9579
+ {
9580
+ "name": "Delete deal",
9581
+ "description": "Delete a deal from HubSpot by its ID.",
9582
+ "keywords": [
9583
+ "delete deal",
9584
+ "remove deal",
9585
+ "archive deal",
9586
+ "drop deal"
9587
+ ],
9588
+ "presetId": "deals_delete"
9589
+ }
9590
+ ]
9591
+ },
9592
+ {
9593
+ "name": "Miscellaneous",
9594
+ "description": "Submit forms, manage list memberships and enroll contacts in workflows",
9595
+ "steps": [
9596
+ {
9597
+ "name": "Submit form",
9598
+ "description": "Submit values to a HubSpot form.",
9599
+ "keywords": [
9600
+ "submit form",
9601
+ "form submission",
9602
+ "send form",
9603
+ "post form"
9604
+ ],
9605
+ "presetId": "misc_submitForm"
9606
+ },
9607
+ {
9608
+ "name": "Add to list",
9609
+ "description": "Add objects such as contacts or companies to a list in HubSpot.",
9610
+ "keywords": [
9611
+ "add to list",
9612
+ "list membership",
9613
+ "add member",
9614
+ "join list"
9615
+ ],
9616
+ "presetId": "misc_addToList"
9617
+ },
9618
+ {
9619
+ "name": "Enroll contact in workflow",
9620
+ "description": "Enroll a contact into a HubSpot workflow.",
9621
+ "keywords": [
9622
+ "enroll workflow",
9623
+ "workflow enrollment",
9624
+ "add to workflow",
9625
+ "trigger workflow"
9626
+ ],
9627
+ "presetId": "misc_enrollWorkflow"
9628
+ }
9629
+ ]
9630
+ }
9631
+ ],
9632
+ "presets": [
9633
+ {
9634
+ "id": "contacts_getPage",
9635
+ "properties": {
9636
+ "resourceType": "contacts",
9637
+ "operationId": "get-/crm/v3/objects/contacts_getPage"
9638
+ }
9639
+ },
9640
+ {
9641
+ "id": "contacts_getById",
9642
+ "properties": {
9643
+ "resourceType": "contacts",
9644
+ "operationId": "get-/crm/v3/objects/contacts/{contactId}"
9645
+ }
9646
+ },
9647
+ {
9648
+ "id": "contacts_batchRead",
9649
+ "properties": {
9650
+ "resourceType": "contacts",
9651
+ "operationId": "post-/crm/v3/objects/contacts/batch/read"
9652
+ }
9653
+ },
9654
+ {
9655
+ "id": "contacts_search",
9656
+ "properties": {
9657
+ "resourceType": "contacts",
9658
+ "operationId": "post-/crm/v3/objects/contacts/search_doSearch"
9659
+ }
9660
+ },
9661
+ {
9662
+ "id": "contacts_create",
9663
+ "properties": {
9664
+ "resourceType": "contacts",
9665
+ "operationId": "post-/crm/v3/objects/contacts"
9666
+ }
9667
+ },
9668
+ {
9669
+ "id": "contacts_update",
9670
+ "properties": {
9671
+ "resourceType": "contacts",
9672
+ "operationId": "patch-/crm/v3/objects/contacts/{contactId}"
9673
+ }
9674
+ },
9675
+ {
9676
+ "id": "contacts_delete",
9677
+ "properties": {
9678
+ "resourceType": "contacts",
9679
+ "operationId": "delete-/crm/v3/objects/contacts/{contactId}"
9680
+ }
9681
+ },
9682
+ {
9683
+ "id": "companies_getPage",
9684
+ "properties": {
9685
+ "resourceType": "companies",
9686
+ "operationId": "get-/crm/v3/objects/companies_getPage"
9687
+ }
9688
+ },
9689
+ {
9690
+ "id": "companies_getById",
9691
+ "properties": {
9692
+ "resourceType": "companies",
9693
+ "operationId": "get-/crm/v3/objects/companies/{companyId}_getById"
9694
+ }
9695
+ },
9696
+ {
9697
+ "id": "companies_search",
9698
+ "properties": {
9699
+ "resourceType": "companies",
9700
+ "operationId": "post-/crm/v3/objects/companies/search_doSearch"
9701
+ }
9702
+ },
9703
+ {
9704
+ "id": "companies_getContacts",
9705
+ "properties": {
9706
+ "resourceType": "companies",
9707
+ "operationId": "get-/crm/v3/objects/companies/{companyId}/associations/contacts"
9708
+ }
9709
+ },
9710
+ {
9711
+ "id": "companies_addContact",
9712
+ "properties": {
9713
+ "resourceType": "companies",
9714
+ "operationId": "post-/crm/v3/associations/contact/company/batch/create"
9715
+ }
9716
+ },
9717
+ {
9718
+ "id": "companies_removeContact",
9719
+ "properties": {
9720
+ "resourceType": "companies",
9721
+ "operationId": "post-/crm/v3/associations/contact/company/batch/archive"
9722
+ }
9723
+ },
9724
+ {
9725
+ "id": "companies_create",
9726
+ "properties": {
9727
+ "resourceType": "companies",
9728
+ "operationId": "post-/crm/v3/objects/companies"
9729
+ }
9730
+ },
9731
+ {
9732
+ "id": "companies_delete",
9733
+ "properties": {
9734
+ "resourceType": "companies",
9735
+ "operationId": "delete-/crm/v3/objects/companies/{companyId}_archive"
9736
+ }
9737
+ },
9738
+ {
9739
+ "id": "deals_getPage",
9740
+ "properties": {
9741
+ "resourceType": "deals",
9742
+ "operationId": "get-/crm/v3/objects/deals_getPage"
9743
+ }
9744
+ },
9745
+ {
9746
+ "id": "deals_getById",
9747
+ "properties": {
9748
+ "resourceType": "deals",
9749
+ "operationId": "get-/crm/v3/objects/deals/{dealId}_getById"
9750
+ }
9751
+ },
9752
+ {
9753
+ "id": "deals_search",
9754
+ "properties": {
9755
+ "resourceType": "deals",
9756
+ "operationId": "post-/crm/v3/objects/deals/search_doSearch"
9757
+ }
9758
+ },
9759
+ {
9760
+ "id": "deals_delete",
9761
+ "properties": {
9762
+ "resourceType": "deals",
9763
+ "operationId": "delete-/crm/v3/objects/deals/{dealId}_archive"
9764
+ }
9765
+ },
9766
+ {
9767
+ "id": "misc_submitForm",
9768
+ "properties": {
9769
+ "resourceType": "miscellaneous",
9770
+ "operationId": "post-api.hsforms.com/submissions"
9771
+ }
9772
+ },
9773
+ {
9774
+ "id": "misc_addToList",
9775
+ "properties": {
9776
+ "resourceType": "miscellaneous",
9777
+ "operationId": "put-/crm/v3/lists/{listId}/memberships/add"
9778
+ }
9779
+ },
9780
+ {
9781
+ "id": "misc_enrollWorkflow",
9782
+ "properties": {
9783
+ "resourceType": "miscellaneous",
9784
+ "operationId": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
9785
+ }
9786
+ }
9787
+ ],
7038
9788
  "icon": {
7039
9789
  "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
7040
9790
  }