@camunda/connectors-element-templates 1.0.9 → 1.0.11

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 (21) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +10 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +832 -0
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +340 -0
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +339 -0
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +558 -0
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +557 -0
  8. package/src/element-templates/agenticai-aiagent-job-worker.json +3273 -9
  9. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3366 -140
  10. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +360 -1
  11. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1123 -1
  12. package/src/element-templates/aws-textract-outbound-connector.json +627 -0
  13. package/src/element-templates/azure-blobstorage-outbound-connector.json +463 -0
  14. package/src/element-templates/email-outbound-connector.json +1532 -4
  15. package/src/element-templates/embeddings-vector-database-outbound-connector.json +4 -1
  16. package/src/element-templates/http-polling-boundary-catch-event-connector.json +22 -0
  17. package/src/element-templates/http-polling-connector.json +22 -0
  18. package/src/element-templates/hubspot-outbound-connector.json +2347 -0
  19. package/src/element-templates/servicenow-connector.json +1 -1
  20. package/src/element-templates/servicenow-flow-starter-connector.json +1 -1
  21. package/src/element-templates/servicenow-incident-connector.json +1 -1
@@ -2345,5 +2345,2352 @@
2345
2345
  "icon": {
2346
2346
  "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
2347
2347
  }
2348
+ },
2349
+ {
2350
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2351
+ "name": "HubSpot Outbound Connector",
2352
+ "description": "Manage contacts, companies, and deals in HubSpot",
2353
+ "metadata": {
2354
+ "keywords": [
2355
+ "create contact",
2356
+ "update contact",
2357
+ "delete contact",
2358
+ "get contact",
2359
+ "get all contacts",
2360
+ "search contact",
2361
+ "create company",
2362
+ "get company",
2363
+ "get all companies",
2364
+ "search company",
2365
+ "delete company",
2366
+ "get all deals",
2367
+ "get deal",
2368
+ "search deal",
2369
+ "delete deal",
2370
+ "batch read contacts",
2371
+ "get all contacts of a company",
2372
+ "add element to list",
2373
+ "enroll contact to a workflow",
2374
+ "submit form"
2375
+ ]
2376
+ },
2377
+ "id": "io.camunda.connectors.HubSpot.v1",
2378
+ "version": 2,
2379
+ "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/hubspot/",
2380
+ "category": {
2381
+ "id": "connectors",
2382
+ "name": "Connectors"
2383
+ },
2384
+ "appliesTo": ["bpmn:Task"],
2385
+ "elementType": {
2386
+ "value": "bpmn:ServiceTask"
2387
+ },
2388
+ "engines": {
2389
+ "camunda": "^8.3"
2390
+ },
2391
+ "groups": [
2392
+ {
2393
+ "id": "server",
2394
+ "label": "Server"
2395
+ },
2396
+ {
2397
+ "id": "operation",
2398
+ "label": "Operation"
2399
+ },
2400
+ {
2401
+ "id": "authentication",
2402
+ "label": "Authentication"
2403
+ },
2404
+ {
2405
+ "id": "parameters",
2406
+ "label": "Parameters"
2407
+ },
2408
+ {
2409
+ "id": "input",
2410
+ "label": "Input"
2411
+ },
2412
+ {
2413
+ "id": "url",
2414
+ "label": "URL"
2415
+ },
2416
+ {
2417
+ "id": "output",
2418
+ "label": "Output mapping"
2419
+ },
2420
+ {
2421
+ "id": "error",
2422
+ "label": "Error handling"
2423
+ },
2424
+ {
2425
+ "id": "retries",
2426
+ "label": "Retries"
2427
+ }
2428
+ ],
2429
+ "properties": [
2430
+ {
2431
+ "value": "io.camunda:http-json:1",
2432
+ "binding": {
2433
+ "property": "type",
2434
+ "type": "zeebe:taskDefinition"
2435
+ },
2436
+ "type": "Hidden"
2437
+ },
2438
+ {
2439
+ "id": "authentication.type",
2440
+ "label": "Type",
2441
+ "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
2442
+ "value": "bearer",
2443
+ "group": "authentication",
2444
+ "binding": {
2445
+ "name": "authentication.type",
2446
+ "type": "zeebe:input"
2447
+ },
2448
+ "type": "Hidden"
2449
+ },
2450
+ {
2451
+ "id": "authentication.token",
2452
+ "label": "Bearer token",
2453
+ "description": "The access token of your HubSpot private app.",
2454
+ "optional": false,
2455
+ "constraints": {
2456
+ "notEmpty": true
2457
+ },
2458
+ "feel": "optional",
2459
+ "group": "authentication",
2460
+ "binding": {
2461
+ "name": "authentication.token",
2462
+ "type": "zeebe:input"
2463
+ },
2464
+ "condition": {
2465
+ "property": "authentication.type",
2466
+ "equals": "bearer",
2467
+ "type": "simple"
2468
+ },
2469
+ "type": "String"
2470
+ },
2471
+ {
2472
+ "label": "Resource type",
2473
+ "id": "resourceType",
2474
+ "group": "operation",
2475
+ "description": "Choose resource type",
2476
+ "value": "contacts",
2477
+ "type": "Dropdown",
2478
+ "choices": [
2479
+ {
2480
+ "name": "Contacts",
2481
+ "value": "contacts"
2482
+ },
2483
+ {
2484
+ "name": "Companies",
2485
+ "value": "companies"
2486
+ },
2487
+ {
2488
+ "name": "Deals",
2489
+ "value": "deals"
2490
+ },
2491
+ {
2492
+ "name": "Miscellaneous",
2493
+ "value": "miscellaneous"
2494
+ }
2495
+ ],
2496
+ "binding": {
2497
+ "type": "zeebe:input",
2498
+ "name": "operationGroup"
2499
+ }
2500
+ },
2501
+ {
2502
+ "label": "Operation type",
2503
+ "id": "operationId",
2504
+ "group": "operation",
2505
+ "type": "Dropdown",
2506
+ "value": "get-/crm/v3/objects/contacts_getPage",
2507
+ "choices": [
2508
+ {
2509
+ "name": "Get all contacts",
2510
+ "value": "get-/crm/v3/objects/contacts_getPage"
2511
+ },
2512
+ {
2513
+ "name": "Get contact by id",
2514
+ "value": "get-/crm/v3/objects/contacts/{contactId}"
2515
+ },
2516
+ {
2517
+ "name": "Get multiple contacts by id",
2518
+ "value": "post-/crm/v3/objects/contacts/batch/read"
2519
+ },
2520
+ {
2521
+ "name": "Search contact",
2522
+ "value": "post-/crm/v3/objects/contacts/search_doSearch"
2523
+ },
2524
+ {
2525
+ "name": "Create contact",
2526
+ "value": "post-/crm/v3/objects/contacts"
2527
+ },
2528
+ {
2529
+ "name": "Update contact",
2530
+ "value": "patch-/crm/v3/objects/contacts/{contactId}"
2531
+ },
2532
+ {
2533
+ "name": "Delete contact",
2534
+ "value": "delete-/crm/v3/objects/contacts/{contactId}"
2535
+ }
2536
+ ],
2537
+ "condition": {
2538
+ "property": "resourceType",
2539
+ "oneOf": ["contacts"]
2540
+ },
2541
+ "binding": {
2542
+ "type": "zeebe:input",
2543
+ "name": "operationType"
2544
+ }
2545
+ },
2546
+ {
2547
+ "label": "Operation type",
2548
+ "id": "operationId",
2549
+ "group": "operation",
2550
+ "type": "Dropdown",
2551
+ "value": "get-/crm/v3/objects/companies_getPage",
2552
+ "choices": [
2553
+ {
2554
+ "name": "Get all companies",
2555
+ "value": "get-/crm/v3/objects/companies_getPage"
2556
+ },
2557
+ {
2558
+ "name": "Get company by id",
2559
+ "value": "get-/crm/v3/objects/companies/{companyId}_getById"
2560
+ },
2561
+ {
2562
+ "name": "Search company",
2563
+ "value": "post-/crm/v3/objects/companies/search_doSearch"
2564
+ },
2565
+ {
2566
+ "name": "Get all contacts of a company",
2567
+ "value": "get-/crm/v3/objects/companies/{companyId}/associations/contacts"
2568
+ },
2569
+ {
2570
+ "name": "Add contact to company",
2571
+ "value": "post-/crm/v3/associations/contact/company/batch/create"
2572
+ },
2573
+ {
2574
+ "name": "Remove contact from company",
2575
+ "value": "post-/crm/v3/associations/contact/company/batch/archive"
2576
+ },
2577
+ {
2578
+ "name": "Create company",
2579
+ "value": "post-/crm/v3/objects/companies"
2580
+ },
2581
+ {
2582
+ "name": "Delete company",
2583
+ "value": "delete-/crm/v3/objects/companies/{companyId}_archive"
2584
+ }
2585
+ ],
2586
+ "condition": {
2587
+ "property": "resourceType",
2588
+ "oneOf": ["companies"]
2589
+ },
2590
+ "binding": {
2591
+ "type": "zeebe:input",
2592
+ "name": "operationType"
2593
+ }
2594
+ },
2595
+ {
2596
+ "label": "Operation type",
2597
+ "id": "operationId",
2598
+ "group": "operation",
2599
+ "type": "Dropdown",
2600
+ "value": "get-/crm/v3/objects/deals_getPage",
2601
+ "choices": [
2602
+ {
2603
+ "name": "Get all deals",
2604
+ "value": "get-/crm/v3/objects/deals_getPage"
2605
+ },
2606
+ {
2607
+ "name": "Get deal by id",
2608
+ "value": "get-/crm/v3/objects/deals/{dealId}_getById"
2609
+ },
2610
+ {
2611
+ "name": "Search deal",
2612
+ "value": "post-/crm/v3/objects/deals/search_doSearch"
2613
+ },
2614
+ {
2615
+ "name": "Delete deal",
2616
+ "value": "delete-/crm/v3/objects/deals/{dealId}_archive"
2617
+ }
2618
+ ],
2619
+ "condition": {
2620
+ "property": "resourceType",
2621
+ "oneOf": ["deals"]
2622
+ },
2623
+ "binding": {
2624
+ "type": "zeebe:input",
2625
+ "name": "operationType"
2626
+ }
2627
+ },
2628
+ {
2629
+ "label": "Operation type",
2630
+ "id": "operationId",
2631
+ "group": "operation",
2632
+ "type": "Dropdown",
2633
+ "value": "post-api.hsforms.com/submissions",
2634
+ "choices": [
2635
+ {
2636
+ "name": "Submit form",
2637
+ "value": "post-api.hsforms.com/submissions"
2638
+ },
2639
+ {
2640
+ "name": "Add element to list",
2641
+ "value": "put-/crm/v3/lists/{listId}/memberships/add"
2642
+ },
2643
+ {
2644
+ "name": "Enroll contact to workflow",
2645
+ "value": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
2646
+ }
2647
+ ],
2648
+ "condition": {
2649
+ "property": "resourceType",
2650
+ "oneOf": ["miscellaneous"]
2651
+ },
2652
+ "binding": {
2653
+ "type": "zeebe:input",
2654
+ "name": "operationType"
2655
+ }
2656
+ },
2657
+ {
2658
+ "id": "baseUrl",
2659
+ "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\"",
2660
+ "group": "server",
2661
+ "binding": {
2662
+ "name": "baseUrl",
2663
+ "type": "zeebe:input"
2664
+ },
2665
+ "type": "Hidden"
2666
+ },
2667
+
2668
+ {
2669
+ "label": "Next page after object id",
2670
+ "description": "The id of the object from which to retrieve the next page.",
2671
+ "optional": true,
2672
+ "feel": "optional",
2673
+ "group": "parameters",
2674
+ "binding": {
2675
+ "name": "afterId",
2676
+ "type": "zeebe:input"
2677
+ },
2678
+ "condition": {
2679
+ "property": "operationId",
2680
+ "oneOf": [
2681
+ "get-/crm/v3/objects/companies_getPage",
2682
+ "get-/crm/v3/objects/contacts_getPage",
2683
+ "get-/crm/v3/objects/deals_getPage"
2684
+ ],
2685
+ "type": "simple"
2686
+ },
2687
+ "type": "String"
2688
+ },
2689
+
2690
+ {
2691
+ "id": "get-/crm/v3/objects/contacts_getPage_$path",
2692
+ "value": "=\"/crm/v3/objects/contacts\"",
2693
+ "group": "parameters",
2694
+ "binding": {
2695
+ "name": "operationPath",
2696
+ "type": "zeebe:input"
2697
+ },
2698
+ "condition": {
2699
+ "property": "operationId",
2700
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2701
+ "type": "simple"
2702
+ },
2703
+ "type": "Hidden"
2704
+ },
2705
+ {
2706
+ "id": "get-/crm/v3/objects/contacts_getPage_$headers",
2707
+ "value": "={}",
2708
+ "group": "parameters",
2709
+ "binding": {
2710
+ "name": "headers",
2711
+ "type": "zeebe:input"
2712
+ },
2713
+ "condition": {
2714
+ "property": "operationId",
2715
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2716
+ "type": "simple"
2717
+ },
2718
+ "type": "Hidden"
2719
+ },
2720
+ {
2721
+ "id": "get-/crm/v3/objects/contacts_getPage_$queryParameters",
2722
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
2723
+ "group": "input",
2724
+ "binding": {
2725
+ "name": "queryParameters",
2726
+ "type": "zeebe:input"
2727
+ },
2728
+ "condition": {
2729
+ "property": "operationId",
2730
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2731
+ "type": "simple"
2732
+ },
2733
+ "type": "Hidden"
2734
+ },
2735
+ {
2736
+ "id": "get-/crm/v3/objects/contacts_getPage_$method",
2737
+ "value": "GET",
2738
+ "group": "parameters",
2739
+ "binding": {
2740
+ "name": "method",
2741
+ "type": "zeebe:input"
2742
+ },
2743
+ "condition": {
2744
+ "property": "operationId",
2745
+ "equals": "get-/crm/v3/objects/contacts_getPage",
2746
+ "type": "simple"
2747
+ },
2748
+ "type": "Hidden"
2749
+ },
2750
+
2751
+ {
2752
+ "id": "get-/crm/v3/objects/contacts/{contactId}_path_contactId",
2753
+ "label": "Contact id",
2754
+ "description": "The id of the contact to get.",
2755
+ "optional": false,
2756
+ "constraints": {
2757
+ "notEmpty": true
2758
+ },
2759
+ "feel": "optional",
2760
+ "group": "input",
2761
+ "binding": {
2762
+ "name": "contactId",
2763
+ "type": "zeebe:input"
2764
+ },
2765
+ "condition": {
2766
+ "property": "operationId",
2767
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2768
+ "type": "simple"
2769
+ },
2770
+ "type": "String"
2771
+ },
2772
+ {
2773
+ "label": "Additional properties that should be returned",
2774
+ "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.",
2775
+ "optional": true,
2776
+ "value": "",
2777
+ "feel": "optional",
2778
+ "group": "input",
2779
+ "binding": {
2780
+ "name": "properties",
2781
+ "type": "zeebe:input"
2782
+ },
2783
+ "condition": {
2784
+ "property": "operationId",
2785
+ "oneOf": ["get-/crm/v3/objects/contacts/{contactId}"],
2786
+ "type": "simple"
2787
+ },
2788
+ "type": "String"
2789
+ },
2790
+ {
2791
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$path",
2792
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
2793
+ "group": "parameters",
2794
+ "binding": {
2795
+ "name": "operationPath",
2796
+ "type": "zeebe:input"
2797
+ },
2798
+ "condition": {
2799
+ "property": "operationId",
2800
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2801
+ "type": "simple"
2802
+ },
2803
+ "type": "Hidden"
2804
+ },
2805
+ {
2806
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$headers",
2807
+ "value": "={}",
2808
+ "group": "parameters",
2809
+ "binding": {
2810
+ "name": "headers",
2811
+ "type": "zeebe:input"
2812
+ },
2813
+ "condition": {
2814
+ "property": "operationId",
2815
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2816
+ "type": "simple"
2817
+ },
2818
+ "type": "Hidden"
2819
+ },
2820
+ {
2821
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$queryParameters",
2822
+ "value": "=if properties != null then {\"properties\": properties+\",email,firstname,lastname\"} else {\"properties\": \"email,firstname,lastname\"}",
2823
+ "group": "parameters",
2824
+ "binding": {
2825
+ "name": "queryParameters",
2826
+ "type": "zeebe:input"
2827
+ },
2828
+ "condition": {
2829
+ "property": "operationId",
2830
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2831
+ "type": "simple"
2832
+ },
2833
+ "type": "Hidden"
2834
+ },
2835
+ {
2836
+ "id": "get-/crm/v3/objects/contacts/{contactId}_$method",
2837
+ "value": "GET",
2838
+ "group": "parameters",
2839
+ "binding": {
2840
+ "name": "method",
2841
+ "type": "zeebe:input"
2842
+ },
2843
+ "condition": {
2844
+ "property": "operationId",
2845
+ "equals": "get-/crm/v3/objects/contacts/{contactId}",
2846
+ "type": "simple"
2847
+ },
2848
+ "type": "Hidden"
2849
+ },
2850
+
2851
+ {
2852
+ "id": "post-/crm/v3/objects/contacts/batch/read_ids",
2853
+ "label": "Contact ids",
2854
+ "description": "The ids of the contacts to get.",
2855
+ "feel": "optional",
2856
+ "group": "input",
2857
+ "type": "String",
2858
+ "binding": {
2859
+ "type": "zeebe:input",
2860
+ "name": "batchReadIds"
2861
+ },
2862
+ "constraints": {
2863
+ "notEmpty": true
2864
+ },
2865
+ "condition": {
2866
+ "property": "operationId",
2867
+ "oneOf": ["post-/crm/v3/objects/contacts/batch/read"],
2868
+ "type": "simple"
2869
+ },
2870
+ "value": "=[\"237433423042\", \"230280910052\"]"
2871
+ },
2872
+ {
2873
+ "id": "post-/crm/v3/objects/contacts/batch/read_$path",
2874
+ "value": "=\"/crm/v3/objects/contacts/batch/read\"",
2875
+ "group": "parameters",
2876
+ "binding": {
2877
+ "name": "operationPath",
2878
+ "type": "zeebe:input"
2879
+ },
2880
+ "condition": {
2881
+ "property": "operationId",
2882
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2883
+ "type": "simple"
2884
+ },
2885
+ "type": "Hidden"
2886
+ },
2887
+ {
2888
+ "id": "post-/crm/v3/objects/contacts/batch/read_$headers",
2889
+ "value": "={}",
2890
+ "group": "parameters",
2891
+ "binding": {
2892
+ "name": "headers",
2893
+ "type": "zeebe:input"
2894
+ },
2895
+ "condition": {
2896
+ "property": "operationId",
2897
+ "equals": "post-/crm/v3/objects/contacts/batch/read_doSearch",
2898
+ "type": "simple"
2899
+ },
2900
+ "type": "Hidden"
2901
+ },
2902
+ {
2903
+ "id": "post-/crm/v3/objects/contacts/batch/read_$queryParameters",
2904
+ "value": "={}",
2905
+ "group": "parameters",
2906
+ "binding": {
2907
+ "name": "queryParameters",
2908
+ "type": "zeebe:input"
2909
+ },
2910
+ "condition": {
2911
+ "property": "operationId",
2912
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2913
+ "type": "simple"
2914
+ },
2915
+ "type": "Hidden"
2916
+ },
2917
+ {
2918
+ "id": "post-/crm/v3/objects/contacts/batch/read_$method",
2919
+ "value": "POST",
2920
+ "group": "parameters",
2921
+ "binding": {
2922
+ "name": "method",
2923
+ "type": "zeebe:input"
2924
+ },
2925
+ "condition": {
2926
+ "property": "operationId",
2927
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2928
+ "type": "simple"
2929
+ },
2930
+ "type": "Hidden"
2931
+ },
2932
+ {
2933
+ "id": "post-/crm/v3/objects/contacts/batch/read_body",
2934
+ "value": "={\"inputs\": for id in batchReadIds return { id: id } }",
2935
+ "group": "requestBody",
2936
+ "binding": {
2937
+ "name": "body",
2938
+ "type": "zeebe:input"
2939
+ },
2940
+ "condition": {
2941
+ "property": "operationId",
2942
+ "equals": "post-/crm/v3/objects/contacts/batch/read",
2943
+ "type": "simple"
2944
+ },
2945
+ "type": "Hidden"
2946
+ },
2947
+
2948
+ {
2949
+ "label": "Search field",
2950
+ "description": "The field within the object to perform the search on, e.g. lastname",
2951
+ "feel": "optional",
2952
+ "group": "input",
2953
+ "type": "String",
2954
+ "binding": {
2955
+ "type": "zeebe:input",
2956
+ "name": "searchField"
2957
+ },
2958
+ "constraints": {
2959
+ "notEmpty": true
2960
+ },
2961
+ "condition": {
2962
+ "property": "operationId",
2963
+ "oneOf": [
2964
+ "post-/crm/v3/objects/contacts/search_doSearch",
2965
+ "post-/crm/v3/objects/companies/search_doSearch",
2966
+ "post-/crm/v3/objects/deals/search_doSearch"
2967
+ ],
2968
+ "type": "simple"
2969
+ }
2970
+ },
2971
+ {
2972
+ "label": "Search value",
2973
+ "description": "The value to search for, e.g. Smith",
2974
+ "feel": "optional",
2975
+ "group": "input",
2976
+ "type": "String",
2977
+ "binding": {
2978
+ "type": "zeebe:input",
2979
+ "name": "searchValue"
2980
+ },
2981
+ "constraints": {
2982
+ "notEmpty": true
2983
+ },
2984
+ "condition": {
2985
+ "property": "operationId",
2986
+ "oneOf": [
2987
+ "post-/crm/v3/objects/contacts/search_doSearch",
2988
+ "post-/crm/v3/objects/companies/search_doSearch",
2989
+ "post-/crm/v3/objects/deals/search_doSearch"
2990
+ ],
2991
+ "type": "simple"
2992
+ }
2993
+ },
2994
+
2995
+ {
2996
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$path",
2997
+ "value": "=\"/crm/v3/objects/contacts/search\"",
2998
+ "group": "parameters",
2999
+ "binding": {
3000
+ "name": "operationPath",
3001
+ "type": "zeebe:input"
3002
+ },
3003
+ "condition": {
3004
+ "property": "operationId",
3005
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3006
+ "type": "simple"
3007
+ },
3008
+ "type": "Hidden"
3009
+ },
3010
+ {
3011
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$headers",
3012
+ "value": "={}",
3013
+ "group": "parameters",
3014
+ "binding": {
3015
+ "name": "headers",
3016
+ "type": "zeebe:input"
3017
+ },
3018
+ "condition": {
3019
+ "property": "operationId",
3020
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3021
+ "type": "simple"
3022
+ },
3023
+ "type": "Hidden"
3024
+ },
3025
+ {
3026
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$queryParameters",
3027
+ "value": "={}",
3028
+ "group": "parameters",
3029
+ "binding": {
3030
+ "name": "queryParameters",
3031
+ "type": "zeebe:input"
3032
+ },
3033
+ "condition": {
3034
+ "property": "operationId",
3035
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3036
+ "type": "simple"
3037
+ },
3038
+ "type": "Hidden"
3039
+ },
3040
+ {
3041
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_$method",
3042
+ "value": "POST",
3043
+ "group": "parameters",
3044
+ "binding": {
3045
+ "name": "method",
3046
+ "type": "zeebe:input"
3047
+ },
3048
+ "condition": {
3049
+ "property": "operationId",
3050
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3051
+ "type": "simple"
3052
+ },
3053
+ "type": "Hidden"
3054
+ },
3055
+ {
3056
+ "id": "post-/crm/v3/objects/contacts/search_doSearch_body",
3057
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
3058
+ "group": "requestBody",
3059
+ "binding": {
3060
+ "name": "body",
3061
+ "type": "zeebe:input"
3062
+ },
3063
+ "condition": {
3064
+ "property": "operationId",
3065
+ "equals": "post-/crm/v3/objects/contacts/search_doSearch",
3066
+ "type": "simple"
3067
+ },
3068
+ "type": "Hidden"
3069
+ },
3070
+
3071
+ {
3072
+ "label": "Properties",
3073
+ "description": "Properties of the contact",
3074
+ "feel": "required",
3075
+ "group": "input",
3076
+ "type": "String",
3077
+ "binding": {
3078
+ "type": "zeebe:input",
3079
+ "name": "properties"
3080
+ },
3081
+ "constraints": {
3082
+ "notEmpty": true
3083
+ },
3084
+ "condition": {
3085
+ "property": "operationId",
3086
+ "oneOf": [
3087
+ "post-/crm/v3/objects/contacts",
3088
+ "patch-/crm/v3/objects/contacts/{contactId}"
3089
+ ],
3090
+ "type": "simple"
3091
+ },
3092
+ "value": "={\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
3093
+ },
3094
+ {
3095
+ "label": "Company id",
3096
+ "description": "Company id the contact should be associated with",
3097
+ "feel": "optional",
3098
+ "group": "input",
3099
+ "type": "String",
3100
+ "optional": true,
3101
+ "binding": {
3102
+ "type": "zeebe:input",
3103
+ "name": "companyId"
3104
+ },
3105
+ "condition": {
3106
+ "property": "operationId",
3107
+ "oneOf": ["post-/crm/v3/objects/contacts"],
3108
+ "type": "simple"
3109
+ }
3110
+ },
3111
+ {
3112
+ "group": "input",
3113
+ "type": "Hidden",
3114
+ "value": "=if companyId = null then [] else [{\"to\": {\"id\": companyId }, \"types\": [{\"associationCategory\": \"HUBSPOT_DEFINED\",\"associationTypeId\": 1}]}]",
3115
+ "binding": {
3116
+ "type": "zeebe:input",
3117
+ "name": "associations"
3118
+ },
3119
+ "condition": {
3120
+ "property": "operationId",
3121
+ "oneOf": ["post-/crm/v3/objects/contacts"],
3122
+ "type": "simple"
3123
+ },
3124
+ "optional": true
3125
+ },
3126
+ {
3127
+ "group": "input",
3128
+ "type": "Hidden",
3129
+ "value": "={\"properties\": if properties = null then null else properties, \"associations\": associations}",
3130
+ "binding": {
3131
+ "type": "zeebe:input",
3132
+ "name": "body"
3133
+ },
3134
+ "condition": {
3135
+ "property": "operationId",
3136
+ "oneOf": ["post-/crm/v3/objects/contacts"],
3137
+ "type": "simple"
3138
+ },
3139
+ "optional": true
3140
+ },
3141
+ {
3142
+ "group": "input",
3143
+ "type": "Hidden",
3144
+ "value": "={\"properties\": if properties = null then null else properties}",
3145
+ "binding": {
3146
+ "type": "zeebe:input",
3147
+ "name": "body"
3148
+ },
3149
+ "condition": {
3150
+ "property": "operationId",
3151
+ "oneOf": ["patch-/crm/v3/objects/contacts/{contactId}"],
3152
+ "type": "simple"
3153
+ },
3154
+ "optional": true
3155
+ },
3156
+
3157
+ {
3158
+ "id": "post-/crm/v3/objects/contacts_$path",
3159
+ "value": "=\"/crm/v3/objects/contacts\"",
3160
+ "group": "parameters",
3161
+ "binding": {
3162
+ "name": "operationPath",
3163
+ "type": "zeebe:input"
3164
+ },
3165
+ "condition": {
3166
+ "property": "operationId",
3167
+ "equals": "post-/crm/v3/objects/contacts",
3168
+ "type": "simple"
3169
+ },
3170
+ "type": "Hidden"
3171
+ },
3172
+ {
3173
+ "id": "post-/crm/v3/objects/contacts_$headers",
3174
+ "value": "={}",
3175
+ "group": "parameters",
3176
+ "binding": {
3177
+ "name": "headers",
3178
+ "type": "zeebe:input"
3179
+ },
3180
+ "condition": {
3181
+ "property": "operationId",
3182
+ "equals": "post-/crm/v3/objects/contacts",
3183
+ "type": "simple"
3184
+ },
3185
+ "type": "Hidden"
3186
+ },
3187
+ {
3188
+ "id": "post-/crm/v3/objects/contacts_$queryParameters",
3189
+ "value": "={}",
3190
+ "group": "parameters",
3191
+ "binding": {
3192
+ "name": "queryParameters",
3193
+ "type": "zeebe:input"
3194
+ },
3195
+ "condition": {
3196
+ "property": "operationId",
3197
+ "equals": "post-/crm/v3/objects/contacts",
3198
+ "type": "simple"
3199
+ },
3200
+ "type": "Hidden"
3201
+ },
3202
+ {
3203
+ "id": "post-/crm/v3/objects/contacts_$method",
3204
+ "value": "POST",
3205
+ "group": "parameters",
3206
+ "binding": {
3207
+ "name": "method",
3208
+ "type": "zeebe:input"
3209
+ },
3210
+ "condition": {
3211
+ "property": "operationId",
3212
+ "equals": "post-/crm/v3/objects/contacts",
3213
+ "type": "simple"
3214
+ },
3215
+ "type": "Hidden"
3216
+ },
3217
+
3218
+ {
3219
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_path_contactId",
3220
+ "label": "Contact id",
3221
+ "description": "The id of the contact that should be updated.",
3222
+ "optional": false,
3223
+ "constraints": {
3224
+ "notEmpty": true
3225
+ },
3226
+ "feel": "optional",
3227
+ "group": "input",
3228
+ "binding": {
3229
+ "name": "contactId",
3230
+ "type": "zeebe:input"
3231
+ },
3232
+ "condition": {
3233
+ "property": "operationId",
3234
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3235
+ "type": "simple"
3236
+ },
3237
+ "type": "String"
3238
+ },
3239
+ {
3240
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$path",
3241
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
3242
+ "group": "parameters",
3243
+ "binding": {
3244
+ "name": "operationPath",
3245
+ "type": "zeebe:input"
3246
+ },
3247
+ "condition": {
3248
+ "property": "operationId",
3249
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3250
+ "type": "simple"
3251
+ },
3252
+ "type": "Hidden"
3253
+ },
3254
+ {
3255
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$headers",
3256
+ "value": "={}",
3257
+ "group": "parameters",
3258
+ "binding": {
3259
+ "name": "headers",
3260
+ "type": "zeebe:input"
3261
+ },
3262
+ "condition": {
3263
+ "property": "operationId",
3264
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3265
+ "type": "simple"
3266
+ },
3267
+ "type": "Hidden"
3268
+ },
3269
+ {
3270
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$queryParameters",
3271
+ "value": "={}",
3272
+ "group": "parameters",
3273
+ "binding": {
3274
+ "name": "queryParameters",
3275
+ "type": "zeebe:input"
3276
+ },
3277
+ "condition": {
3278
+ "property": "operationId",
3279
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3280
+ "type": "simple"
3281
+ },
3282
+ "type": "Hidden"
3283
+ },
3284
+ {
3285
+ "id": "patch-/crm/v3/objects/contacts/{contactId}_$method",
3286
+ "value": "PATCH",
3287
+ "group": "parameters",
3288
+ "binding": {
3289
+ "name": "method",
3290
+ "type": "zeebe:input"
3291
+ },
3292
+ "condition": {
3293
+ "property": "operationId",
3294
+ "equals": "patch-/crm/v3/objects/contacts/{contactId}",
3295
+ "type": "simple"
3296
+ },
3297
+ "type": "Hidden"
3298
+ },
3299
+
3300
+ {
3301
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_path_contactId",
3302
+ "label": "Contact id",
3303
+ "description": "The id of the contact that should be deleted.",
3304
+ "optional": false,
3305
+ "constraints": {
3306
+ "notEmpty": true
3307
+ },
3308
+ "feel": "optional",
3309
+ "group": "input",
3310
+ "binding": {
3311
+ "name": "contactId",
3312
+ "type": "zeebe:input"
3313
+ },
3314
+ "condition": {
3315
+ "property": "operationId",
3316
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3317
+ "type": "simple"
3318
+ },
3319
+ "type": "String"
3320
+ },
3321
+ {
3322
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$path",
3323
+ "value": "=\"/crm/v3/objects/contacts/\"+contactId",
3324
+ "group": "parameters",
3325
+ "binding": {
3326
+ "name": "operationPath",
3327
+ "type": "zeebe:input"
3328
+ },
3329
+ "condition": {
3330
+ "property": "operationId",
3331
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3332
+ "type": "simple"
3333
+ },
3334
+ "type": "Hidden"
3335
+ },
3336
+ {
3337
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$headers",
3338
+ "value": "={}",
3339
+ "group": "parameters",
3340
+ "binding": {
3341
+ "name": "headers",
3342
+ "type": "zeebe:input"
3343
+ },
3344
+ "condition": {
3345
+ "property": "operationId",
3346
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3347
+ "type": "simple"
3348
+ },
3349
+ "type": "Hidden"
3350
+ },
3351
+ {
3352
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$queryParameters",
3353
+ "value": "={}",
3354
+ "group": "parameters",
3355
+ "binding": {
3356
+ "name": "queryParameters",
3357
+ "type": "zeebe:input"
3358
+ },
3359
+ "condition": {
3360
+ "property": "operationId",
3361
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3362
+ "type": "simple"
3363
+ },
3364
+ "type": "Hidden"
3365
+ },
3366
+ {
3367
+ "id": "delete-/crm/v3/objects/contacts/{contactId}_$method",
3368
+ "value": "DELETE",
3369
+ "group": "parameters",
3370
+ "binding": {
3371
+ "name": "method",
3372
+ "type": "zeebe:input"
3373
+ },
3374
+ "condition": {
3375
+ "property": "operationId",
3376
+ "equals": "delete-/crm/v3/objects/contacts/{contactId}",
3377
+ "type": "simple"
3378
+ },
3379
+ "type": "Hidden"
3380
+ },
3381
+
3382
+ {
3383
+ "label": "Contact id",
3384
+ "description": "The id of the contact",
3385
+ "optional": false,
3386
+ "constraints": {
3387
+ "notEmpty": true
3388
+ },
3389
+ "feel": "optional",
3390
+ "group": "input",
3391
+ "binding": {
3392
+ "name": "contactId",
3393
+ "type": "zeebe:input"
3394
+ },
3395
+ "condition": {
3396
+ "property": "operationId",
3397
+ "oneOf": [
3398
+ "post-/crm/v3/associations/contact/company/batch/create",
3399
+ "post-/crm/v3/associations/contact/company/batch/archive"
3400
+ ],
3401
+ "type": "simple"
3402
+ },
3403
+ "type": "String"
3404
+ },
3405
+ {
3406
+ "label": "Company id",
3407
+ "description": "The id of the company",
3408
+ "optional": false,
3409
+ "constraints": {
3410
+ "notEmpty": true
3411
+ },
3412
+ "feel": "optional",
3413
+ "group": "input",
3414
+ "binding": {
3415
+ "name": "companyId",
3416
+ "type": "zeebe:input"
3417
+ },
3418
+ "condition": {
3419
+ "property": "operationId",
3420
+ "oneOf": [
3421
+ "post-/crm/v3/associations/contact/company/batch/create",
3422
+ "post-/crm/v3/associations/contact/company/batch/archive"
3423
+ ],
3424
+ "type": "simple"
3425
+ },
3426
+ "type": "String"
3427
+ },
3428
+ {
3429
+ "id": "post-/crm/v3/associations/contact/company/batch/create_$path",
3430
+ "value": "/crm/v3/associations/contact/company/batch/create",
3431
+ "group": "parameters",
3432
+ "binding": {
3433
+ "name": "operationPath",
3434
+ "type": "zeebe:input"
3435
+ },
3436
+ "condition": {
3437
+ "property": "operationId",
3438
+ "equals": "post-/crm/v3/associations/contact/company/batch/create",
3439
+ "type": "simple"
3440
+ },
3441
+ "type": "Hidden"
3442
+ },
3443
+ {
3444
+ "id": "post-/crm/v3/associations/contact/company/batch/archive_$path",
3445
+ "value": "/crm/v3/associations/contact/company/batch/archive",
3446
+ "group": "parameters",
3447
+ "binding": {
3448
+ "name": "operationPath",
3449
+ "type": "zeebe:input"
3450
+ },
3451
+ "condition": {
3452
+ "property": "operationId",
3453
+ "equals": "post-/crm/v3/associations/contact/company/batch/archive",
3454
+ "type": "simple"
3455
+ },
3456
+ "type": "Hidden"
3457
+ },
3458
+
3459
+ {
3460
+ "id": "post-/crm/v3/associations/contact/company/batch_$headers",
3461
+ "value": "={}",
3462
+ "group": "parameters",
3463
+ "binding": {
3464
+ "name": "headers",
3465
+ "type": "zeebe:input"
3466
+ },
3467
+ "condition": {
3468
+ "property": "operationId",
3469
+ "oneOf": [
3470
+ "post-/crm/v3/associations/contact/company/batch/create",
3471
+ "post-/crm/v3/associations/contact/company/batch/archive"
3472
+ ],
3473
+ "type": "simple"
3474
+ },
3475
+ "type": "Hidden"
3476
+ },
3477
+ {
3478
+ "id": "post-/crm/v3/associations/contact/company/batch_$queryParameters",
3479
+ "value": "={}",
3480
+ "group": "parameters",
3481
+ "binding": {
3482
+ "name": "queryParameters",
3483
+ "type": "zeebe:input"
3484
+ },
3485
+ "condition": {
3486
+ "property": "operationId",
3487
+ "oneOf": [
3488
+ "post-/crm/v3/associations/contact/company/batch/create",
3489
+ "post-/crm/v3/associations/contact/company/batch/archive"
3490
+ ],
3491
+ "type": "simple"
3492
+ },
3493
+ "type": "Hidden"
3494
+ },
3495
+ {
3496
+ "id": "post-/crm/v3/associations/contact/company/batch_$method",
3497
+ "value": "POST",
3498
+ "group": "parameters",
3499
+ "binding": {
3500
+ "name": "method",
3501
+ "type": "zeebe:input"
3502
+ },
3503
+ "condition": {
3504
+ "property": "operationId",
3505
+ "oneOf": [
3506
+ "post-/crm/v3/associations/contact/company/batch/create",
3507
+ "post-/crm/v3/associations/contact/company/batch/archive"
3508
+ ],
3509
+ "type": "simple"
3510
+ },
3511
+ "type": "Hidden"
3512
+ },
3513
+ {
3514
+ "id": "post-/crm/v3/associations/contact/company/batch_body",
3515
+ "value": "={\n \"inputs\":[\n {\n \"from\":\n {\"id\":contactId}, \n \"to\":\n {\"id\":companyId}, \n \"type\":\"contact_to_company\"}\n ]\n}",
3516
+ "group": "requestBody",
3517
+ "binding": {
3518
+ "name": "body",
3519
+ "type": "zeebe:input"
3520
+ },
3521
+ "condition": {
3522
+ "property": "operationId",
3523
+ "oneOf": [
3524
+ "post-/crm/v3/associations/contact/company/batch/create",
3525
+ "post-/crm/v3/associations/contact/company/batch/archive"
3526
+ ],
3527
+ "type": "simple"
3528
+ },
3529
+ "type": "Hidden"
3530
+ },
3531
+
3532
+ {
3533
+ "id": "get-/crm/v3/objects/companies_getPage_$path",
3534
+ "value": "=\"/crm/v3/objects/companies\"",
3535
+ "group": "parameters",
3536
+ "binding": {
3537
+ "name": "operationPath",
3538
+ "type": "zeebe:input"
3539
+ },
3540
+ "condition": {
3541
+ "property": "operationId",
3542
+ "equals": "get-/crm/v3/objects/companies_getPage",
3543
+ "type": "simple"
3544
+ },
3545
+ "type": "Hidden"
3546
+ },
3547
+ {
3548
+ "id": "get-/crm/v3/objects/companies_getPage_$headers",
3549
+ "value": "={}",
3550
+ "group": "parameters",
3551
+ "binding": {
3552
+ "name": "headers",
3553
+ "type": "zeebe:input"
3554
+ },
3555
+ "condition": {
3556
+ "property": "operationId",
3557
+ "equals": "get-/crm/v3/objects/companies_getPage",
3558
+ "type": "simple"
3559
+ },
3560
+ "type": "Hidden"
3561
+ },
3562
+ {
3563
+ "id": "get-/crm/v3/objects/companies_getPage_$queryParameters",
3564
+ "value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
3565
+ "group": "input",
3566
+ "binding": {
3567
+ "name": "queryParameters",
3568
+ "type": "zeebe:input"
3569
+ },
3570
+ "condition": {
3571
+ "property": "operationId",
3572
+ "equals": "get-/crm/v3/objects/companies_getPage",
3573
+ "type": "simple"
3574
+ },
3575
+ "type": "Hidden"
3576
+ },
3577
+ {
3578
+ "id": "get-/crm/v3/objects/companies_getPage_$method",
3579
+ "value": "GET",
3580
+ "group": "parameters",
3581
+ "binding": {
3582
+ "name": "method",
3583
+ "type": "zeebe:input"
3584
+ },
3585
+ "condition": {
3586
+ "property": "operationId",
3587
+ "equals": "get-/crm/v3/objects/companies_getPage",
3588
+ "type": "simple"
3589
+ },
3590
+ "type": "Hidden"
3591
+ },
3592
+
3593
+ {
3594
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_path_companyId",
3595
+ "label": "Company id",
3596
+ "description": "The id of the company to get.",
3597
+ "optional": false,
3598
+ "constraints": {
3599
+ "notEmpty": true
3600
+ },
3601
+ "feel": "optional",
3602
+ "group": "input",
3603
+ "binding": {
3604
+ "name": "companyId",
3605
+ "type": "zeebe:input"
3606
+ },
3607
+ "condition": {
3608
+ "property": "operationId",
3609
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3610
+ "type": "simple"
3611
+ },
3612
+ "type": "String"
3613
+ },
3614
+ {
3615
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$path",
3616
+ "value": "=\"/crm/v3/objects/companies/\"+companyId",
3617
+ "group": "parameters",
3618
+ "binding": {
3619
+ "name": "operationPath",
3620
+ "type": "zeebe:input"
3621
+ },
3622
+ "condition": {
3623
+ "property": "operationId",
3624
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3625
+ "type": "simple"
3626
+ },
3627
+ "type": "Hidden"
3628
+ },
3629
+ {
3630
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$headers",
3631
+ "value": "={}",
3632
+ "group": "parameters",
3633
+ "binding": {
3634
+ "name": "headers",
3635
+ "type": "zeebe:input"
3636
+ },
3637
+ "condition": {
3638
+ "property": "operationId",
3639
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3640
+ "type": "simple"
3641
+ },
3642
+ "type": "Hidden"
3643
+ },
3644
+ {
3645
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$queryParameters",
3646
+ "value": "={}",
3647
+ "group": "parameters",
3648
+ "binding": {
3649
+ "name": "queryParameters",
3650
+ "type": "zeebe:input"
3651
+ },
3652
+ "condition": {
3653
+ "property": "operationId",
3654
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3655
+ "type": "simple"
3656
+ },
3657
+ "type": "Hidden"
3658
+ },
3659
+ {
3660
+ "id": "get-/crm/v3/objects/companies/{companyId}_getById_$method",
3661
+ "value": "GET",
3662
+ "group": "parameters",
3663
+ "binding": {
3664
+ "name": "method",
3665
+ "type": "zeebe:input"
3666
+ },
3667
+ "condition": {
3668
+ "property": "operationId",
3669
+ "equals": "get-/crm/v3/objects/companies/{companyId}_getById",
3670
+ "type": "simple"
3671
+ },
3672
+ "type": "Hidden"
3673
+ },
3674
+
3675
+ {
3676
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$path",
3677
+ "value": "=\"/crm/v3/objects/companies/search\"",
3678
+ "group": "input",
3679
+ "binding": {
3680
+ "name": "operationPath",
3681
+ "type": "zeebe:input"
3682
+ },
3683
+ "condition": {
3684
+ "property": "operationId",
3685
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3686
+ "type": "simple"
3687
+ },
3688
+ "type": "Hidden"
3689
+ },
3690
+ {
3691
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$headers",
3692
+ "value": "={}",
3693
+ "group": "parameters",
3694
+ "binding": {
3695
+ "name": "headers",
3696
+ "type": "zeebe:input"
3697
+ },
3698
+ "condition": {
3699
+ "property": "operationId",
3700
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3701
+ "type": "simple"
3702
+ },
3703
+ "type": "Hidden"
3704
+ },
3705
+ {
3706
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$queryParameters",
3707
+ "value": "={}",
3708
+ "group": "parameters",
3709
+ "binding": {
3710
+ "name": "queryParameters",
3711
+ "type": "zeebe:input"
3712
+ },
3713
+ "condition": {
3714
+ "property": "operationId",
3715
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3716
+ "type": "simple"
3717
+ },
3718
+ "type": "Hidden"
3719
+ },
3720
+ {
3721
+ "id": "post-/crm/v3/objects/companies/search_doSearch_$method",
3722
+ "value": "POST",
3723
+ "group": "parameters",
3724
+ "binding": {
3725
+ "name": "method",
3726
+ "type": "zeebe:input"
3727
+ },
3728
+ "condition": {
3729
+ "property": "operationId",
3730
+ "equals": "post-/crm/v3/objects/companies/search_doSearch",
3731
+ "type": "simple"
3732
+ },
3733
+ "type": "Hidden"
3734
+ },
3735
+ {
3736
+ "id": "post-/crm/v3/objects/companies/search_doSearch_body",
3737
+ "value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
3738
+ "group": "requestBody",
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
+ "group": "requestBody",
4203
+ "binding": {
4204
+ "name": "body",
4205
+ "type": "zeebe:input"
4206
+ },
4207
+ "condition": {
4208
+ "property": "operationId",
4209
+ "equals": "post-/crm/v3/objects/deals/search_doSearch",
4210
+ "type": "simple"
4211
+ },
4212
+ "type": "Hidden"
4213
+ },
4214
+
4215
+ {
4216
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_path_dealId",
4217
+ "label": "Deal id",
4218
+ "description": "The id of the deal that should be deleted.",
4219
+ "optional": false,
4220
+ "constraints": {
4221
+ "notEmpty": true
4222
+ },
4223
+ "feel": "optional",
4224
+ "group": "input",
4225
+ "binding": {
4226
+ "name": "dealId",
4227
+ "type": "zeebe:input"
4228
+ },
4229
+ "condition": {
4230
+ "property": "operationId",
4231
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4232
+ "type": "simple"
4233
+ },
4234
+ "type": "String"
4235
+ },
4236
+ {
4237
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$path",
4238
+ "value": "=\"/crm/v3/objects/deals/\"+dealId",
4239
+ "group": "parameters",
4240
+ "binding": {
4241
+ "name": "operationPath",
4242
+ "type": "zeebe:input"
4243
+ },
4244
+ "condition": {
4245
+ "property": "operationId",
4246
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4247
+ "type": "simple"
4248
+ },
4249
+ "type": "Hidden"
4250
+ },
4251
+ {
4252
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$headers",
4253
+ "value": "={}",
4254
+ "group": "parameters",
4255
+ "binding": {
4256
+ "name": "headers",
4257
+ "type": "zeebe:input"
4258
+ },
4259
+ "condition": {
4260
+ "property": "operationId",
4261
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4262
+ "type": "simple"
4263
+ },
4264
+ "type": "Hidden"
4265
+ },
4266
+ {
4267
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$queryParameters",
4268
+ "value": "={}",
4269
+ "group": "parameters",
4270
+ "binding": {
4271
+ "name": "queryParameters",
4272
+ "type": "zeebe:input"
4273
+ },
4274
+ "condition": {
4275
+ "property": "operationId",
4276
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4277
+ "type": "simple"
4278
+ },
4279
+ "type": "Hidden"
4280
+ },
4281
+ {
4282
+ "id": "delete-/crm/v3/objects/deals/{dealId}_archive_$method",
4283
+ "value": "DELETE",
4284
+ "group": "parameters",
4285
+ "binding": {
4286
+ "name": "method",
4287
+ "type": "zeebe:input"
4288
+ },
4289
+ "condition": {
4290
+ "property": "operationId",
4291
+ "equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
4292
+ "type": "simple"
4293
+ },
4294
+ "type": "Hidden"
4295
+ },
4296
+
4297
+ {
4298
+ "label": "Portal id",
4299
+ "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>.",
4300
+ "group": "input",
4301
+ "type": "String",
4302
+ "feel": "optional",
4303
+ "binding": {
4304
+ "type": "zeebe:input",
4305
+ "name": "portalId"
4306
+ },
4307
+ "constraints": {
4308
+ "notEmpty": true
4309
+ },
4310
+ "condition": {
4311
+ "property": "operationId",
4312
+ "oneOf": ["post-api.hsforms.com/submissions"],
4313
+ "type": "simple"
4314
+ }
4315
+ },
4316
+ {
4317
+ "label": "Form id",
4318
+ "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>.",
4319
+ "group": "input",
4320
+ "type": "String",
4321
+ "feel": "optional",
4322
+ "binding": {
4323
+ "type": "zeebe:input",
4324
+ "name": "formId"
4325
+ },
4326
+ "constraints": {
4327
+ "notEmpty": true
4328
+ },
4329
+ "condition": {
4330
+ "property": "operationId",
4331
+ "oneOf": ["post-api.hsforms.com/submissions"],
4332
+ "type": "simple"
4333
+ }
4334
+ },
4335
+ {
4336
+ "id": "post-api.hsforms.com/submissions_$path",
4337
+ "value": "=\"/submissions/v3/integration/submit/\"+portalId+\"/\"+formId",
4338
+ "group": "parameters",
4339
+ "binding": {
4340
+ "name": "operationPath",
4341
+ "type": "zeebe:input"
4342
+ },
4343
+ "condition": {
4344
+ "property": "operationId",
4345
+ "equals": "post-api.hsforms.com/submissions",
4346
+ "type": "simple"
4347
+ },
4348
+ "type": "Hidden"
4349
+ },
4350
+ {
4351
+ "id": "post-api.hsforms.com/submissions_$headers",
4352
+ "value": "={}",
4353
+ "group": "parameters",
4354
+ "binding": {
4355
+ "name": "headers",
4356
+ "type": "zeebe:input"
4357
+ },
4358
+ "condition": {
4359
+ "property": "operationId",
4360
+ "equals": "post-api.hsforms.com/submissions",
4361
+ "type": "simple"
4362
+ },
4363
+ "type": "Hidden"
4364
+ },
4365
+ {
4366
+ "id": "post-api.hsforms.com/submissions_$queryParameters",
4367
+ "value": "={}",
4368
+ "group": "parameters",
4369
+ "binding": {
4370
+ "name": "queryParameters",
4371
+ "type": "zeebe:input"
4372
+ },
4373
+ "condition": {
4374
+ "property": "operationId",
4375
+ "equals": "post-api.hsforms.com/submissions",
4376
+ "type": "simple"
4377
+ },
4378
+ "type": "Hidden"
4379
+ },
4380
+ {
4381
+ "id": "post-api.hsforms.com/submissions_$method",
4382
+ "value": "POST",
4383
+ "group": "parameters",
4384
+ "binding": {
4385
+ "name": "method",
4386
+ "type": "zeebe:input"
4387
+ },
4388
+ "condition": {
4389
+ "property": "operationId",
4390
+ "equals": "post-api.hsforms.com/submissions",
4391
+ "type": "simple"
4392
+ },
4393
+ "type": "Hidden"
4394
+ },
4395
+ {
4396
+ "label": "Form fields",
4397
+ "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>.",
4398
+ "group": "input",
4399
+ "feel": "optional",
4400
+ "id": "post-api.hsforms.com/submissions_body",
4401
+ "value": "={\n \"fields\": [\n { \"name\": \"firstname\", \"value\": \"Jane\" },\n { \"name\": \"lasename\", \"value\": \"Doe\" },\n { \"name\": \"email\", \"value\": \"jane.doe@example.com\" }\n ]\n}",
4402
+ "binding": {
4403
+ "name": "body",
4404
+ "type": "zeebe:input"
4405
+ },
4406
+ "constraints": {
4407
+ "notEmpty": true
4408
+ },
4409
+ "condition": {
4410
+ "property": "operationId",
4411
+ "equals": "post-api.hsforms.com/submissions",
4412
+ "type": "simple"
4413
+ },
4414
+ "type": "String"
4415
+ },
4416
+
4417
+ {
4418
+ "label": "List id",
4419
+ "description": "The ID of the list where the object should be added to.",
4420
+ "group": "input",
4421
+ "type": "String",
4422
+ "feel": "optional",
4423
+ "binding": {
4424
+ "type": "zeebe:input",
4425
+ "name": "listId"
4426
+ },
4427
+ "constraints": {
4428
+ "notEmpty": true
4429
+ },
4430
+ "condition": {
4431
+ "property": "operationId",
4432
+ "oneOf": ["put-/crm/v3/lists/{listId}/memberships/add"],
4433
+ "type": "simple"
4434
+ }
4435
+ },
4436
+ {
4437
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$path",
4438
+ "value": "=\"/crm/v3/lists/\"+listId+\"/memberships/add\"",
4439
+ "group": "parameters",
4440
+ "binding": {
4441
+ "name": "operationPath",
4442
+ "type": "zeebe:input"
4443
+ },
4444
+ "condition": {
4445
+ "property": "operationId",
4446
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4447
+ "type": "simple"
4448
+ },
4449
+ "type": "Hidden"
4450
+ },
4451
+ {
4452
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$headers",
4453
+ "value": "={}",
4454
+ "group": "parameters",
4455
+ "binding": {
4456
+ "name": "headers",
4457
+ "type": "zeebe:input"
4458
+ },
4459
+ "condition": {
4460
+ "property": "operationId",
4461
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4462
+ "type": "simple"
4463
+ },
4464
+ "type": "Hidden"
4465
+ },
4466
+ {
4467
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$queryParameters",
4468
+ "value": "={}",
4469
+ "group": "parameters",
4470
+ "binding": {
4471
+ "name": "queryParameters",
4472
+ "type": "zeebe:input"
4473
+ },
4474
+ "condition": {
4475
+ "property": "operationId",
4476
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4477
+ "type": "simple"
4478
+ },
4479
+ "type": "Hidden"
4480
+ },
4481
+ {
4482
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_$method",
4483
+ "value": "PUT",
4484
+ "group": "parameters",
4485
+ "binding": {
4486
+ "name": "method",
4487
+ "type": "zeebe:input"
4488
+ },
4489
+ "condition": {
4490
+ "property": "operationId",
4491
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4492
+ "type": "simple"
4493
+ },
4494
+ "type": "Hidden"
4495
+ },
4496
+ {
4497
+ "label": "Object ids",
4498
+ "description": "The ids of the objects, e.g. contacts or companies, to add to the list",
4499
+ "group": "input",
4500
+ "feel": "optional",
4501
+ "id": "put-/crm/v3/lists/{listId}/memberships/add_body",
4502
+ "value": "=[\"12345678\"]",
4503
+ "binding": {
4504
+ "name": "body",
4505
+ "type": "zeebe:input"
4506
+ },
4507
+ "constraints": {
4508
+ "notEmpty": true
4509
+ },
4510
+ "condition": {
4511
+ "property": "operationId",
4512
+ "equals": "put-/crm/v3/lists/{listId}/memberships/add",
4513
+ "type": "simple"
4514
+ },
4515
+ "type": "String"
4516
+ },
4517
+
4518
+ {
4519
+ "label": "Workflow id",
4520
+ "description": "The ID of the workflow that should be triggered.",
4521
+ "group": "input",
4522
+ "type": "String",
4523
+ "feel": "optional",
4524
+ "binding": {
4525
+ "type": "zeebe:input",
4526
+ "name": "workflowId"
4527
+ },
4528
+ "condition": {
4529
+ "property": "operationId",
4530
+ "oneOf": [
4531
+ "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
4532
+ ],
4533
+ "type": "simple"
4534
+ },
4535
+ "constraints": {
4536
+ "notEmpty": true
4537
+ }
4538
+ },
4539
+ {
4540
+ "label": "Contact email",
4541
+ "description": "The email of the contact that should be enrolled to the workflow.",
4542
+ "group": "input",
4543
+ "type": "String",
4544
+ "feel": "optional",
4545
+ "binding": {
4546
+ "type": "zeebe:input",
4547
+ "name": "contactMail"
4548
+ },
4549
+ "condition": {
4550
+ "property": "operationId",
4551
+ "oneOf": [
4552
+ "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
4553
+ ],
4554
+ "type": "simple"
4555
+ },
4556
+ "constraints": {
4557
+ "notEmpty": true
4558
+ }
4559
+ },
4560
+ {
4561
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$path",
4562
+ "value": "=\"/automation/v2/workflows/\"+workflowId+\"/enrollments/contacts/\"+contactMail",
4563
+ "group": "parameters",
4564
+ "binding": {
4565
+ "name": "operationPath",
4566
+ "type": "zeebe:input"
4567
+ },
4568
+ "condition": {
4569
+ "property": "operationId",
4570
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4571
+ "type": "simple"
4572
+ },
4573
+ "type": "Hidden"
4574
+ },
4575
+ {
4576
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$headers",
4577
+ "value": "={}",
4578
+ "group": "parameters",
4579
+ "binding": {
4580
+ "name": "headers",
4581
+ "type": "zeebe:input"
4582
+ },
4583
+ "condition": {
4584
+ "property": "operationId",
4585
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4586
+ "type": "simple"
4587
+ },
4588
+ "type": "Hidden"
4589
+ },
4590
+ {
4591
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$queryParameters",
4592
+ "value": "={}",
4593
+ "group": "parameters",
4594
+ "binding": {
4595
+ "name": "queryParameters",
4596
+ "type": "zeebe:input"
4597
+ },
4598
+ "condition": {
4599
+ "property": "operationId",
4600
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4601
+ "type": "simple"
4602
+ },
4603
+ "type": "Hidden"
4604
+ },
4605
+ {
4606
+ "id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$method",
4607
+ "value": "POST",
4608
+ "group": "parameters",
4609
+ "binding": {
4610
+ "name": "method",
4611
+ "type": "zeebe:input"
4612
+ },
4613
+ "condition": {
4614
+ "property": "operationId",
4615
+ "equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
4616
+ "type": "simple"
4617
+ },
4618
+ "type": "Hidden"
4619
+ },
4620
+
4621
+ {
4622
+ "id": "url",
4623
+ "value": "= baseUrl + operationPath",
4624
+ "group": "url",
4625
+ "binding": {
4626
+ "name": "url",
4627
+ "type": "zeebe:input"
4628
+ },
4629
+ "type": "Hidden"
4630
+ },
4631
+ {
4632
+ "id": "resultVariable",
4633
+ "label": "Result variable",
4634
+ "description": "Name of variable to store the response in",
4635
+ "group": "output",
4636
+ "binding": {
4637
+ "key": "resultVariable",
4638
+ "type": "zeebe:taskHeader"
4639
+ },
4640
+ "type": "String"
4641
+ },
4642
+ {
4643
+ "id": "resultExpression",
4644
+ "label": "Result expression",
4645
+ "description": "Expression to map the response into process variables",
4646
+ "feel": "required",
4647
+ "group": "output",
4648
+ "binding": {
4649
+ "key": "resultExpression",
4650
+ "type": "zeebe:taskHeader"
4651
+ },
4652
+ "type": "Text"
4653
+ },
4654
+ {
4655
+ "id": "errorExpression",
4656
+ "label": "Error expression",
4657
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
4658
+ "feel": "required",
4659
+ "group": "error",
4660
+ "binding": {
4661
+ "key": "errorExpression",
4662
+ "type": "zeebe:taskHeader"
4663
+ },
4664
+ "type": "Text"
4665
+ },
4666
+ {
4667
+ "id": "retryCount",
4668
+ "label": "Retries",
4669
+ "description": "Number of retries",
4670
+ "value": "3",
4671
+ "feel": "optional",
4672
+ "group": "retries",
4673
+ "binding": {
4674
+ "property": "retries",
4675
+ "type": "zeebe:taskDefinition"
4676
+ },
4677
+ "type": "String"
4678
+ },
4679
+ {
4680
+ "id": "retryBackoff",
4681
+ "label": "Retry backoff",
4682
+ "description": "ISO-8601 duration to wait between retries",
4683
+ "value": "PT0S",
4684
+ "group": "retries",
4685
+ "binding": {
4686
+ "key": "retryBackoff",
4687
+ "type": "zeebe:taskHeader"
4688
+ },
4689
+ "type": "String"
4690
+ }
4691
+ ],
4692
+ "icon": {
4693
+ "contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
4694
+ }
2348
4695
  }
2349
4696
  ]