{
  "info": {
    "name": "HubSpot — mcp.ai",
    "description": "REST API for the HubSpot MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/hubspot",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "hubspot_add_asset_association",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/asset/association",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "asset",
            "association"
          ]
        },
        "description": "Associates an existing asset ('form', 'object list', or 'external web url') with a specified hubspot marketing campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"assetId\": \"\",\n  \"assetType\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_add_token_to_event_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/token/to/event/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "token",
            "to",
            "event",
            "template"
          ]
        },
        "description": "Adds a new custom data token to an existing event template for a specified hubspot application, optionally populating a crm object property if objectpropertyname is provided.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"appId\": 0,\n  \"label\": \"\",\n  \"options\": \"\",\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"eventTemplateId\": \"\",\n  \"objectPropertyName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive"
          ]
        },
        "description": "Archives the hubspot email specified by `emailid` by moving it to the recycling bin, making it inaccessible unless restored.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_a_batch_of_emails_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/a/batch/of/emails/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "a",
            "batch",
            "of",
            "emails",
            "by",
            "id"
          ]
        },
        "description": "Archives multiple hubspot crm emails by id; ids must exist as archiving is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_a_batch_of_quotes_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/a/batch/of/quotes/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "a",
            "batch",
            "of",
            "quotes",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing, non-archived quotes by their ids; this action is irreversible and useful for managing outdated or irrelevant quotes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_companies_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/companies/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "companies",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of companies by their unique ids; targeted companies must exist, not be previously archived, and this api operation is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_contacts_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/contacts/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "contacts",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing contacts by their hubspot crm ids, rendering them inactive; this action is irreversible via the api and requires manual restoration or a separate unarchive endpoint.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_deals_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/deals/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "deals",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing deals by their unique hubspot ids, removing them from active views and reports (soft delete); archived deals may be restorable.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_feedback_submissions_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/feedback/submissions/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "feedback",
            "submissions",
            "by",
            "id"
          ]
        },
        "description": "Asynchronously archives a batch of hubspot feedback submissions using their unique ids, which must correspond to valid and existing submissions; the operation is queued, and submissions are moved from",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_line_items_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/line/items/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "line",
            "items",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing line items by their unique ids in hubspot crm; this operation is irreversible via the api.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_objects_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/objects/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "objects",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing, non-archived crm objects of a specified `objecttype` by their ids, effectively hiding them from active use.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "properties"
          ]
        },
        "description": "Archives a batch of properties by their internal names for a specified hubspot crm object type; this operation is idempotent and safe to retry.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_of_tickets_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/of/tickets/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "of",
            "tickets",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing, unarchived hubspot crm tickets by their unique ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_batch_products_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/batch/products/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "batch",
            "products",
            "by",
            "id"
          ]
        },
        "description": "Archives a batch of existing, unarchived hubspot products by their ids; this action is irreversible via the api.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "company"
          ]
        },
        "description": "Archives an existing company in hubspot crm by its `companyid`, moving it to a recycling bin from which it can be restored, rather than permanently deleting it.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"companyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_contact_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/contact/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "contact",
            "by",
            "id"
          ]
        },
        "description": "Archives a contact in hubspot crm by its id, moving it to the recycling bin; this is generally irreversible via api and removes the contact from active use.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contactId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_crm_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/crm/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "crm",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Archives a specific hubspot crm object by its type and id, moving it to the recycling bin; this action is irreversible via the api but objects can often be restored via the hubspot ui.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "emails"
          ]
        },
        "description": "Archives multiple hubspot emails by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_feedback_submission",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/feedback/submission",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "feedback",
            "submission"
          ]
        },
        "description": "Archives an existing, non-archived feedback submission in hubspot crm by its id, moving it to the recycling bin (not permanently deleting it).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"feedbackSubmissionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_line_item_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/line/item/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "line",
            "item",
            "by",
            "id"
          ]
        },
        "description": "Archives a specific hubspot line item by its id, moving it to a recoverable state.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lineItemId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "product"
          ]
        },
        "description": "Archives a hubspot product by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"productId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_product_by_product_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/product/by/product/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "product",
            "by",
            "product",
            "id"
          ]
        },
        "description": "Archives an existing product in hubspot crm by its `productid`, moving it to an archived state (irreversible via api) to remove it from active use while retaining its data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"productId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "products"
          ]
        },
        "description": "Archives multiple hubspot products by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_property_by_object_type_and_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/property/by/object/type/and/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "property",
            "by",
            "object",
            "type",
            "and",
            "name"
          ]
        },
        "description": "Archives a specified crm property by its object type and name, moving it to the recycling bin; note that some default hubspot properties cannot be archived.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"propertyName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_property_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/property/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "property",
            "group"
          ]
        },
        "description": "Archives a hubspot property group, making it inactive and hidden (not permanently deleted, allowing potential restoration) with immediate effect on its crm visibility and usability.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"groupName\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_quote_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/quote/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "quote",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Archives a hubspot quote object by id to the recycling bin; this is api-irreversible and may need manual restoration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"quoteId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "ticket"
          ]
        },
        "description": "Archives a hubspot ticket by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_ticket_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/ticket/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "ticket",
            "by",
            "id"
          ]
        },
        "description": "Archives an existing hubspot ticket by its id, moving it to the recycling bin; this is a permanent operation not undoable via the api.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_archive_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "tickets"
          ]
        },
        "description": "Archives multiple hubspot tickets by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_audit_pipeline_changes_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/audit/pipeline/changes/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "audit",
            "pipeline",
            "changes",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a reverse chronological audit log of all changes for a specific, existing hubspot crm pipeline, which is identified by its `pipelineid` and a valid `objecttype` that supports pipelines (e.g.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"pipelineId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_batch_read_companies_by_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/read/companies/by/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "read",
            "companies",
            "by",
            "properties"
          ]
        },
        "description": "Batch-retrieves hubspot company records by their ids, allowing custom id properties, specific properties to fetch, and historical data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_batch_read_emails_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/read/emails/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "read",
            "emails",
            "action"
          ]
        },
        "description": "Retrieves a batch of hubspot email objects by their internal ids or values of a specified unique property, allowing targeted property selection, including historical data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_batch_update_quotes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/update/quotes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "update",
            "quotes"
          ]
        },
        "description": "Updates multiple existing hubspot quotes in a batch; each quote is identified by its object id or a custom unique property (via `idproperty`), and only writable properties are modified.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_campaign_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/campaign/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "campaign",
            "search"
          ]
        },
        "description": "Searches for and retrieves a paginated list of hubspot marketing campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"sort\": \"\",\n  \"after\": \"\",\n  \"limit\": 0,\n  \"properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_cancel_active_import",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/active/import",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "active",
            "import"
          ]
        },
        "description": "Cancels an active hubspot data import job using its `importid`; this action is irreversible, and any data already processed will remain.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"importId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_clone_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/clone/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "clone",
            "marketing",
            "email"
          ]
        },
        "description": "Duplicates an existing hubspot marketing email, identified by its `id`, into a new draft; an optional `clonename` can be assigned to this new email copy.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"cloneName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_configure_calling_extension_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/configure/calling/extension/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "configure",
            "calling",
            "extension",
            "settings"
          ]
        },
        "description": "Configures or updates settings for a hubspot app's calling extension, including its name, ui url, iframe dimensions, `isready` status, and `supportscustomobjects` flag, for the specified `appid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"name\": \"\",\n  \"appId\": 0,\n  \"width\": 0,\n  \"height\": 0,\n  \"isReady\": false,\n  \"supportsCustomObjects\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create"
          ]
        },
        "description": "Creates a new email engagement record in hubspot, requiring portal-specific `properties` (e.g., `hs timestamp` as a utc millisecond timestamp), and that association `to id`s and `associationtypeid`s a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {},\n  \"associations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_a_batch_of_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/batch/of/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "batch",
            "of",
            "campaigns"
          ]
        },
        "description": "Creates up to 50 marketing campaigns in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_a_batch_of_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/batch/of/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "batch",
            "of",
            "companies"
          ]
        },
        "description": "Creates multiple company records in hubspot crm in a single batch operation, processing up to 100 companies per request.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_a_batch_of_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/batch/of/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "batch",
            "of",
            "contacts"
          ]
        },
        "description": "Deprecated: use the `create batch of contacts` action instead. creates multiple hubspot contact records.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_a_batch_of_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/batch/of/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "batch",
            "of",
            "emails"
          ]
        },
        "description": "Creates multiple email objects for record-keeping (does not send emails) within hubspot crm in a single batch, allowing properties and associations to other crm objects to be set for each email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_a_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "campaign"
          ]
        },
        "description": "Creates a new marketing campaign in hubspot with the specified properties, returning the created campaign data including its `campaignguid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_a_new_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/new/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "new",
            "marketing",
            "email"
          ]
        },
        "description": "Creates a new marketing email in hubspot, allowing comprehensive configuration of content, recipients, sender details, a/b testing, scheduling, web version, and other settings; the internal `name` for",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"state\": \"\",\n  \"subject\": \"\",\n  \"archived\": false,\n  \"campaign\": \"\",\n  \"language\": \"\",\n  \"publishDate\": \"\",\n  \"subcategory\": \"\",\n  \"activeDomain\": \"\",\n  \"rssData__url\": \"\",\n  \"from__replyTo\": \"\",\n  \"sendOnPublish\": false,\n  \"businessUnitId\": \"\",\n  \"from__fromName\": \"\",\n  \"rssData__timing\": {},\n  \"testing__testId\": \"\",\n  \"content__widgets\": {},\n  \"feedbackSurveyId\": \"\",\n  \"webversion__slug\": \"\",\n  \"testing__abStatus\": \"\",\n  \"webversion__title\": \"\",\n  \"content__flexAreas\": {},\n  \"webversion__domain\": \"\",\n  \"from__customReplyTo\": \"\",\n  \"rssData__blogLayout\": \"\",\n  \"rssData__maxEntries\": 0,\n  \"content__smartFields\": {},\n  \"testing__hoursToWait\": 0,\n  \"to__suppressGraymail\": false,\n  \"content__templatePath\": \"\",\n  \"webversion__expiresAt\": \"\",\n  \"rssData__blogEmailType\": \"\",\n  \"rssData__hubspotBlogId\": \"\",\n  \"to__limitSendFrequency\": false,\n  \"to__contactIds__exclude\": \"\",\n  \"to__contactIds__include\": \"\",\n  \"testing__abSuccessMetric\": \"\",\n  \"content__plainTextVersion\": \"\",\n  \"content__widgetContainers\": {},\n  \"rssData__rssEntryTemplate\": \"\",\n  \"testing__abTestPercentage\": 0,\n  \"to__contactLists__exclude\": \"\",\n  \"to__contactLists__include\": \"\",\n  \"webversion__redirectToUrl\": \"\",\n  \"rssData__blogImageMaxWidth\": 0,\n  \"testing__abSamplingDefault\": \"\",\n  \"webversion__metaDescription\": \"\",\n  \"content__themeSettingsValues\": {},\n  \"testing__abSampleSizeDefault\": \"\",\n  \"webversion__redirectToPageId\": \"\",\n  \"rssData__useHeadlineAsSubject\": false,\n  \"subscriptionDetails__subscriptionId\": \"\",\n  \"subscriptionDetails__officeLocationId\": \"\",\n  \"subscriptionDetails__preferencesGroupId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_ab_test_variation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ab/test/variation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ab",
            "test",
            "variation"
          ]
        },
        "description": "Creates a new a/b test variation for an existing hubspot email, using its `contentid`; this action only creates the variation, it does not start the a/b test or send emails.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contentId\": \"\",\n  \"variationName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_and_return_a_new_property_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/and/return/a/new/property/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "and",
            "return",
            "a",
            "new",
            "property",
            "group"
          ]
        },
        "description": "Creates a new, empty property group for a specified crm object type in hubspot, requiring a unique group name for that object type; properties must be added separately.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"label\": \"\",\n  \"objectType\": \"\",\n  \"displayOrder\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_association_for_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/association/for/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "association",
            "for",
            "object",
            "type"
          ]
        },
        "description": "Creates the *definition* (schema) of a new association in hubspot, specifying how two crm object types relate (not an actual link between records); any provided `name` must be unique for the `fromobje",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"objectType\": \"\",\n  \"toObjectTypeId\": \"\",\n  \"fromObjectTypeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "contacts"
          ]
        },
        "description": "Creates up to 100 new contact records in hubspot crm, optionally associating them with existing crm objects; ensure associated object ids are valid.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "deals"
          ]
        },
        "description": "Creates multiple deals in hubspot crm; ensure any associated object ids, deal stages, and pipeline ids specified are valid and exist within the hubspot account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_feedback_submissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/feedback/submissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "feedback",
            "submissions"
          ]
        },
        "description": "Creates a batch of feedback submissions in hubspot, ideal for bulk imports; all property names, `associationtypeid`s, and association `to id`s must reference existing entities in hubspot.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_line_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/line/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "line",
            "items"
          ]
        },
        "description": "Creates multiple hubspot line items in a batch, each with specified properties and associations to other existing crm objects.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_objects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/objects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "objects"
          ]
        },
        "description": "Creates multiple crm objects of a specified `objecttype` (e.g., contacts, companies, deals) in a single batch operation, where each object can have its own set of properties and associations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "properties"
          ]
        },
        "description": "Efficiently creates multiple crm properties in a single batch for a specified hubspot object type (e.g., 'contacts', 'companies', custom object id), ideal for schema setup or updates.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_quotes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/quotes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "quotes"
          ]
        },
        "description": "Creates multiple hubspot crm quotes in a batch, ideal for bulk operations; provide meaningful quote details in `inputs` as property requirements can vary, and inspect response for individual quote sta",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_batch_of_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/batch/of/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "batch",
            "of",
            "ticket"
          ]
        },
        "description": "Creates multiple hubspot tickets in a batch, each with its own properties and associations; `inputs` list must not be empty, each item needs `properties`, and associations/custom properties must be va",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "campaign"
          ]
        },
        "description": "Creates a new hubspot campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "campaigns"
          ]
        },
        "description": "Creates multiple hubspot campaigns in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "company"
          ]
        },
        "description": "Creates a new hubspot company.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"zip\": \"\",\n  \"city\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"phone\": \"\",\n  \"state\": \"\",\n  \"domain\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"website\": \"\",\n  \"about_us\": \"\",\n  \"address2\": \"\",\n  \"industry\": \"\",\n  \"timezone\": \"\",\n  \"is_public\": \"\",\n  \"description\": \"\",\n  \"associations\": \"\",\n  \"founded_year\": \"\",\n  \"annualrevenue\": \"\",\n  \"lifecyclestage\": \"\",\n  \"custom_properties\": {},\n  \"numberofemployees\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_company_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/company/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "company",
            "object"
          ]
        },
        "description": "Creates a new company object in hubspot crm with specified properties and associations, returning the new company object.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"zip\": \"\",\n  \"city\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"phone\": \"\",\n  \"state\": \"\",\n  \"domain\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"website\": \"\",\n  \"about_us\": \"\",\n  \"address2\": \"\",\n  \"hs_score\": \"\",\n  \"industry\": \"\",\n  \"timezone\": \"\",\n  \"is_public\": \"\",\n  \"createdate\": \"\",\n  \"description\": \"\",\n  \"associations\": \"\",\n  \"founded_year\": \"\",\n  \"annualrevenue\": \"\",\n  \"twitterhandle\": \"\",\n  \"hs_lead_status\": \"\",\n  \"lifecyclestage\": \"\",\n  \"parent_company\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"custom_properties\": {},\n  \"numberofemployees\": \"\",\n  \"notes_last_updated\": \"\",\n  \"hs_lastmodifieddate\": \"\",\n  \"facebook_company_page\": \"\",\n  \"linkedin_company_page\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "contact"
          ]
        },
        "description": "Creates a new hubspot contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fax\": \"\",\n  \"zip\": \"\",\n  \"city\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"photo\": \"\",\n  \"state\": \"\",\n  \"degree\": \"\",\n  \"gender\": \"\",\n  \"school\": \"\",\n  \"address\": \"\",\n  \"company\": \"\",\n  \"country\": \"\",\n  \"ip_city\": \"\",\n  \"message\": \"\",\n  \"website\": \"\",\n  \"industry\": \"\",\n  \"ip_state\": \"\",\n  \"jobtitle\": \"\",\n  \"lastname\": \"\",\n  \"closedate\": \"\",\n  \"firstname\": \"\",\n  \"ip_latlon\": \"\",\n  \"num_notes\": \"\",\n  \"ownername\": \"\",\n  \"seniority\": \"\",\n  \"createdate\": \"\",\n  \"ip_country\": \"\",\n  \"ip_zipcode\": \"\",\n  \"owneremail\": \"\",\n  \"salutation\": \"\",\n  \"start_date\": \"\",\n  \"twitterbio\": \"\",\n  \"work_email\": \"\",\n  \"linkedinbio\": \"\",\n  \"mobilephone\": \"\",\n  \"associations\": \"\",\n  \"company_size\": \"\",\n  \"hubspotscore\": \"\",\n  \"job_function\": \"\",\n  \"numemployees\": \"\",\n  \"annualrevenue\": \"\",\n  \"date_of_birth\": \"\",\n  \"days_to_close\": \"\",\n  \"followercount\": \"\",\n  \"ip_state_code\": \"\",\n  \"total_revenue\": \"\",\n  \"twitterhandle\": \"\",\n  \"field_of_study\": \"\",\n  \"lifecyclestage\": \"\",\n  \"marital_status\": \"\",\n  \"graduation_date\": \"\",\n  \"hs_all_team_ids\": \"\",\n  \"hubspot_team_id\": \"\",\n  \"ip_country_code\": \"\",\n  \"military_status\": \"\",\n  \"hs_all_owner_ids\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"lastmodifieddate\": \"\",\n  \"custom_properties\": {},\n  \"kloutscoregeneral\": \"\",\n  \"notes_last_updated\": \"\",\n  \"recent_deal_amount\": \"\",\n  \"associatedcompanyid\": \"\",\n  \"currentlyinworkflow\": \"\",\n  \"hs_all_contact_vids\": \"\",\n  \"hs_analytics_source\": \"\",\n  \"linkedinconnections\": \"\",\n  \"num_contacted_notes\": \"\",\n  \"relationship_status\": \"\",\n  \"twitterprofilephoto\": \"\",\n  \"hs_additional_emails\": \"\",\n  \"hs_analytics_revenue\": \"\",\n  \"notes_last_contacted\": \"\",\n  \"num_associated_deals\": \"\",\n  \"first_conversion_date\": \"\",\n  \"hs_analytics_last_url\": \"\",\n  \"num_conversion_events\": \"\",\n  \"hs_analytics_first_url\": \"\",\n  \"recent_conversion_date\": \"\",\n  \"recent_deal_close_date\": \"\",\n  \"first_deal_created_date\": \"\",\n  \"hs_analytics_num_visits\": \"\",\n  \"webinareventlastupdated\": \"\",\n  \"notes_next_activity_date\": \"\",\n  \"hs_all_accessible_team_ids\": \"\",\n  \"hs_analytics_last_referrer\": \"\",\n  \"hs_analytics_source_data_1\": \"\",\n  \"hs_analytics_source_data_2\": \"\",\n  \"hubspot_owner_assigneddate\": \"\",\n  \"first_conversion_event_name\": \"\",\n  \"hs_analytics_first_referrer\": \"\",\n  \"hs_analytics_last_timestamp\": \"\",\n  \"hs_analytics_num_page_views\": \"\",\n  \"associatedcompanylastupdated\": \"\",\n  \"hs_analytics_first_timestamp\": \"\",\n  \"num_unique_conversion_events\": \"\",\n  \"recent_conversion_event_name\": \"\",\n  \"surveymonkeyeventlastupdated\": \"\",\n  \"engagements_last_meeting_booked\": \"\",\n  \"hs_analytics_average_page_views\": \"\",\n  \"hs_all_assigned_business_unit_ids\": \"\",\n  \"hs_analytics_last_visit_timestamp\": \"\",\n  \"hs_analytics_first_visit_timestamp\": \"\",\n  \"hs_analytics_num_event_completions\": \"\",\n  \"engagements_last_meeting_booked_medium\": \"\",\n  \"engagements_last_meeting_booked_source\": \"\",\n  \"engagements_last_meeting_booked_campaign\": \"\",\n  \"hs_analytics_last_touch_converting_campaign\": \"\",\n  \"hs_analytics_first_touch_converting_campaign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_contact_object_with_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/contact/object/with/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "contact",
            "object",
            "with",
            "properties"
          ]
        },
        "description": "Creates a new hubspot contact with specified properties and optional associations; requires at least one identifiable property (e.g., email) and valid `to  id` for any associations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fax\": \"\",\n  \"zip\": \"\",\n  \"city\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"photo\": \"\",\n  \"state\": \"\",\n  \"degree\": \"\",\n  \"gender\": \"\",\n  \"school\": \"\",\n  \"address\": \"\",\n  \"company\": \"\",\n  \"country\": \"\",\n  \"ip_city\": \"\",\n  \"message\": \"\",\n  \"website\": \"\",\n  \"industry\": \"\",\n  \"ip_state\": \"\",\n  \"jobtitle\": \"\",\n  \"lastname\": \"\",\n  \"closedate\": \"\",\n  \"firstname\": \"\",\n  \"ip_latlon\": \"\",\n  \"num_notes\": \"\",\n  \"ownername\": \"\",\n  \"seniority\": \"\",\n  \"createdate\": \"\",\n  \"ip_country\": \"\",\n  \"ip_zipcode\": \"\",\n  \"owneremail\": \"\",\n  \"salutation\": \"\",\n  \"start_date\": \"\",\n  \"twitterbio\": \"\",\n  \"work_email\": \"\",\n  \"linkedinbio\": \"\",\n  \"mobilephone\": \"\",\n  \"associations\": \"\",\n  \"company_size\": \"\",\n  \"hubspotscore\": \"\",\n  \"job_function\": \"\",\n  \"numemployees\": \"\",\n  \"annualrevenue\": \"\",\n  \"date_of_birth\": \"\",\n  \"days_to_close\": \"\",\n  \"followercount\": \"\",\n  \"ip_state_code\": \"\",\n  \"total_revenue\": \"\",\n  \"twitterhandle\": \"\",\n  \"field_of_study\": \"\",\n  \"lifecyclestage\": \"\",\n  \"marital_status\": \"\",\n  \"graduation_date\": \"\",\n  \"hs_all_team_ids\": \"\",\n  \"hubspot_team_id\": \"\",\n  \"ip_country_code\": \"\",\n  \"military_status\": \"\",\n  \"hs_all_owner_ids\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"lastmodifieddate\": \"\",\n  \"custom_properties\": {},\n  \"kloutscoregeneral\": \"\",\n  \"notes_last_updated\": \"\",\n  \"recent_deal_amount\": \"\",\n  \"associatedcompanyid\": \"\",\n  \"currentlyinworkflow\": \"\",\n  \"hs_all_contact_vids\": \"\",\n  \"hs_analytics_source\": \"\",\n  \"linkedinconnections\": \"\",\n  \"num_contacted_notes\": \"\",\n  \"relationship_status\": \"\",\n  \"twitterprofilephoto\": \"\",\n  \"hs_additional_emails\": \"\",\n  \"hs_analytics_revenue\": \"\",\n  \"notes_last_contacted\": \"\",\n  \"num_associated_deals\": \"\",\n  \"first_conversion_date\": \"\",\n  \"hs_analytics_last_url\": \"\",\n  \"num_conversion_events\": \"\",\n  \"hs_analytics_first_url\": \"\",\n  \"recent_conversion_date\": \"\",\n  \"recent_deal_close_date\": \"\",\n  \"first_deal_created_date\": \"\",\n  \"hs_analytics_num_visits\": \"\",\n  \"webinareventlastupdated\": \"\",\n  \"notes_next_activity_date\": \"\",\n  \"hs_all_accessible_team_ids\": \"\",\n  \"hs_analytics_last_referrer\": \"\",\n  \"hs_analytics_source_data_1\": \"\",\n  \"hs_analytics_source_data_2\": \"\",\n  \"hubspot_owner_assigneddate\": \"\",\n  \"first_conversion_event_name\": \"\",\n  \"hs_analytics_first_referrer\": \"\",\n  \"hs_analytics_last_timestamp\": \"\",\n  \"hs_analytics_num_page_views\": \"\",\n  \"associatedcompanylastupdated\": \"\",\n  \"hs_analytics_first_timestamp\": \"\",\n  \"num_unique_conversion_events\": \"\",\n  \"recent_conversion_event_name\": \"\",\n  \"surveymonkeyeventlastupdated\": \"\",\n  \"engagements_last_meeting_booked\": \"\",\n  \"hs_analytics_average_page_views\": \"\",\n  \"hs_all_assigned_business_unit_ids\": \"\",\n  \"hs_analytics_last_visit_timestamp\": \"\",\n  \"hs_analytics_first_visit_timestamp\": \"\",\n  \"hs_analytics_num_event_completions\": \"\",\n  \"engagements_last_meeting_booked_medium\": \"\",\n  \"engagements_last_meeting_booked_source\": \"\",\n  \"engagements_last_meeting_booked_campaign\": \"\",\n  \"hs_analytics_last_touch_converting_campaign\": \"\",\n  \"hs_analytics_first_touch_converting_campaign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_crm_object_with_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/crm/object/with/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "crm",
            "object",
            "with",
            "properties"
          ]
        },
        "description": "Creates a new hubspot crm object (e.g., contact, company, custom object) with specified `properties` (using valid internal names) and `associations` (to existing objects via valid type ids).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"properties\": {},\n  \"associations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_deal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/deal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "deal"
          ]
        },
        "description": "Creates a new hubspot deal.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"hs_acv\": \"\",\n  \"hs_arr\": \"\",\n  \"hs_mrr\": \"\",\n  \"hs_tcv\": \"\",\n  \"dealname\": \"\",\n  \"dealtype\": \"\",\n  \"pipeline\": \"\",\n  \"closedate\": \"\",\n  \"dealstage\": \"\",\n  \"createdate\": \"\",\n  \"description\": \"\",\n  \"hs_campaign\": \"\",\n  \"hs_priority\": \"\",\n  \"associations\": \"\",\n  \"hs_is_closed\": \"\",\n  \"hs_next_step\": \"\",\n  \"hs_object_id\": \"\",\n  \"days_to_close\": \"\",\n  \"hs_createdate\": \"\",\n  \"hs_all_team_ids\": \"\",\n  \"hs_all_owner_ids\": \"\",\n  \"hs_closed_amount\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"closed_won_reason\": \"\",\n  \"custom_properties\": {},\n  \"closed_lost_reason\": \"\",\n  \"deal_currency_code\": \"\",\n  \"hs_forecast_amount\": \"\",\n  \"hs_analytics_source\": \"\",\n  \"hs_lastmodifieddate\": \"\",\n  \"hs_projected_amount\": \"\",\n  \"amount_in_home_currency\": \"\",\n  \"hs_forecast_probability\": \"\",\n  \"hs_deal_stage_probability\": \"\",\n  \"hs_all_accessible_team_ids\": \"\",\n  \"engagements_last_meeting_booked\": \"\",\n  \"hs_all_assigned_business_unit_ids\": \"\",\n  \"hs_closed_amount_in_home_currency\": \"\",\n  \"hs_projected_amount_in_home_currency\": \"\",\n  \"engagements_last_meeting_booked_medium\": \"\",\n  \"engagements_last_meeting_booked_source\": \"\",\n  \"engagements_last_meeting_booked_campaign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "email"
          ]
        },
        "description": "Creates a new hubspot email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "emails"
          ]
        },
        "description": "Creates multiple hubspot emails in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_event_template_for_app",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/event/template/for/app",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "event",
            "template",
            "for",
            "app"
          ]
        },
        "description": "Creates a new event template for a hubspot app, defining structure, custom properties (tokens), and appearance (markdown with handlebars) of custom timeline events for crm objects; this template must ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"appId\": 0,\n  \"tokens\": \"\",\n  \"objectType\": \"\",\n  \"detailTemplate\": \"\",\n  \"headerTemplate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_feedback_submission",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/feedback/submission",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "feedback",
            "submission"
          ]
        },
        "description": "Creates a new hubspot feedback submission to record customer feedback (e.g., survey responses, support interactions), optionally associating it with crm objects.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {},\n  \"associations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_line_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/line/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "line",
            "item"
          ]
        },
        "description": "Creates a new hubspot line item.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_line_item_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/line/item/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "line",
            "item",
            "object"
          ]
        },
        "description": "Creates a new hubspot line item, where `properties` must contain all keys required by the specific hubspot instance, `associations` items must link to existing crm objects via `to id`, and an empty `a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {},\n  \"associations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_line_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/line/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "line",
            "items"
          ]
        },
        "description": "Creates multiple hubspot line items in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_multiple_timeline_events_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/multiple/timeline/events/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "multiple",
            "timeline",
            "events",
            "batch"
          ]
        },
        "description": "Creates multiple immutable timeline events in a batch, ideal for bulk data imports or real-time synchronizations, using a valid event template; may update crm properties if the template is so configur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_new_deal_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/deal/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "deal",
            "object"
          ]
        },
        "description": "Creates a new deal in hubspot crm with specified properties and associations; ensure `pipeline`, `dealstage`, and any `associations.to id` are valid existing ids, and providing `dealname` is highly re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"hs_acv\": \"\",\n  \"hs_arr\": \"\",\n  \"hs_mrr\": \"\",\n  \"hs_tcv\": \"\",\n  \"dealname\": \"\",\n  \"dealtype\": \"\",\n  \"pipeline\": \"\",\n  \"closedate\": \"\",\n  \"dealstage\": \"\",\n  \"createdate\": \"\",\n  \"description\": \"\",\n  \"hs_campaign\": \"\",\n  \"hs_priority\": \"\",\n  \"associations\": \"\",\n  \"hs_is_closed\": \"\",\n  \"hs_next_step\": \"\",\n  \"hs_object_id\": \"\",\n  \"days_to_close\": \"\",\n  \"hs_createdate\": \"\",\n  \"hs_all_team_ids\": \"\",\n  \"hs_all_owner_ids\": \"\",\n  \"hs_closed_amount\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"closed_won_reason\": \"\",\n  \"custom_properties\": {},\n  \"closed_lost_reason\": \"\",\n  \"deal_currency_code\": \"\",\n  \"hs_forecast_amount\": \"\",\n  \"hs_analytics_source\": \"\",\n  \"hs_lastmodifieddate\": \"\",\n  \"hs_projected_amount\": \"\",\n  \"amount_in_home_currency\": \"\",\n  \"hs_forecast_probability\": \"\",\n  \"hs_deal_stage_probability\": \"\",\n  \"hs_all_accessible_team_ids\": \"\",\n  \"engagements_last_meeting_booked\": \"\",\n  \"hs_all_assigned_business_unit_ids\": \"\",\n  \"hs_closed_amount_in_home_currency\": \"\",\n  \"hs_projected_amount_in_home_currency\": \"\",\n  \"engagements_last_meeting_booked_medium\": \"\",\n  \"engagements_last_meeting_booked_source\": \"\",\n  \"engagements_last_meeting_booked_campaign\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_new_object_schema_with_custom_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/object/schema/with/custom/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "object",
            "schema",
            "with",
            "custom",
            "properties"
          ]
        },
        "description": "Creates a new custom object schema in hubspot crm with unique naming for schema and properties, defined display/required/searchable properties within the 'properties' list, provided immutable labels, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"properties\": \"\",\n  \"description\": \"\",\n  \"labels__plural\": \"\",\n  \"labels__singular\": \"\",\n  \"associatedObjects\": \"\",\n  \"requiredProperties\": \"\",\n  \"searchableProperties\": \"\",\n  \"primaryDisplayProperty\": \"\",\n  \"secondaryDisplayProperties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_or_update_draft_version",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/or/update/draft/version",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "or",
            "update",
            "draft",
            "version"
          ]
        },
        "description": "Creates or updates the draft version of a marketing email identified by `emailid`; if no draft exists, a new one is created from the current live version to prepare changes or a/b tests before publish",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"state\": \"\",\n  \"emailId\": \"\",\n  \"subject\": \"\",\n  \"archived\": false,\n  \"campaign\": \"\",\n  \"language\": \"\",\n  \"publishDate\": \"\",\n  \"subcategory\": \"\",\n  \"activeDomain\": \"\",\n  \"rssData__url\": \"\",\n  \"from__replyTo\": \"\",\n  \"sendOnPublish\": false,\n  \"businessUnitId\": \"\",\n  \"from__fromName\": \"\",\n  \"rssData__timing\": {},\n  \"testing__testId\": \"\",\n  \"content__widgets\": {},\n  \"webversion__slug\": \"\",\n  \"testing__abStatus\": \"\",\n  \"webversion__title\": \"\",\n  \"content__flexAreas\": {},\n  \"webversion__domain\": \"\",\n  \"from__customReplyTo\": \"\",\n  \"rssData__blogLayout\": \"\",\n  \"rssData__maxEntries\": 0,\n  \"content__smartFields\": {},\n  \"testing__hoursToWait\": 0,\n  \"to__suppressGraymail\": false,\n  \"content__templatePath\": \"\",\n  \"webversion__expiresAt\": \"\",\n  \"rssData__blogEmailType\": \"\",\n  \"rssData__hubspotBlogId\": \"\",\n  \"to__limitSendFrequency\": false,\n  \"to__contactIds__exclude\": \"\",\n  \"to__contactIds__include\": \"\",\n  \"testing__abSuccessMetric\": \"\",\n  \"content__plainTextVersion\": \"\",\n  \"content__widgetContainers\": {},\n  \"rssData__rssEntryTemplate\": \"\",\n  \"testing__abTestPercentage\": 0,\n  \"to__contactLists__exclude\": \"\",\n  \"to__contactLists__include\": \"\",\n  \"webversion__redirectToUrl\": \"\",\n  \"rssData__blogImageMaxWidth\": 0,\n  \"testing__abSamplingDefault\": \"\",\n  \"webversion__metaDescription\": \"\",\n  \"content__themeSettingsValues\": {},\n  \"testing__abSampleSizeDefault\": \"\",\n  \"webversion__redirectToPageId\": \"\",\n  \"rssData__useHeadlineAsSubject\": false,\n  \"subscriptionDetails__subscriptionId\": \"\",\n  \"subscriptionDetails__officeLocationId\": \"\",\n  \"subscriptionDetails__preferencesGroupId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_pipeline_for_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/pipeline/for/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "pipeline",
            "for",
            "object",
            "type"
          ]
        },
        "description": "Creates a new hubspot pipeline for a specified crm `objecttype` (e.g., 'deals', 'tickets'), requiring the pipeline `label` be unique for that `objecttype` and each stage `label` be unique within the p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"stages\": \"\",\n  \"objectType\": \"\",\n  \"displayOrder\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_pipeline_stage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/pipeline/stage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "pipeline",
            "stage"
          ]
        },
        "description": "Creates a new stage in a specified hubspot crm pipeline for a given object type, such as 'deals' or 'tickets'.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"metadata\": {},\n  \"objectType\": \"\",\n  \"pipelineId\": \"\",\n  \"displayOrder\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "product"
          ]
        },
        "description": "Creates a new hubspot product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"price\": 0,\n  \"hs_sku\": \"\",\n  \"hs_url\": \"\",\n  \"quantity\": 0,\n  \"hs_active\": false,\n  \"hs_images\": \"\",\n  \"description\": \"\",\n  \"hs_archived\": false,\n  \"hs_featured\": false,\n  \"associations\": \"\",\n  \"tax_category\": \"\",\n  \"hs_product_id\": \"\",\n  \"hs_valid_from\": \"\",\n  \"hs_product_type\": \"\",\n  \"hs_valid_through\": \"\",\n  \"custom_properties\": {},\n  \"hs_product_status\": \"\",\n  \"hs_product_category\": \"\",\n  \"hs_cost_of_goods_sold\": 0,\n  \"hs_product_subcategory\": \"\",\n  \"hs_recurring_billing_period\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_product_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/product/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "product",
            "batch"
          ]
        },
        "description": "Creates multiple products in hubspot crm in a batch, allowing unique properties and associations per product; ensure `associationcategory` and `associationtypeid` are valid, and `to  id` refers to an ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_product_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/product/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "product",
            "object"
          ]
        },
        "description": "Creates a new product in hubspot with specified properties and optional associations; ensure `hs sku` is unique if provided, custom properties are pre-defined in hubspot, and any association `to id` a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"price\": 0,\n  \"hs_sku\": \"\",\n  \"hs_url\": \"\",\n  \"quantity\": 0,\n  \"hs_active\": false,\n  \"hs_images\": \"\",\n  \"description\": \"\",\n  \"hs_archived\": false,\n  \"hs_featured\": false,\n  \"associations\": \"\",\n  \"tax_category\": \"\",\n  \"hs_product_id\": \"\",\n  \"hs_valid_from\": \"\",\n  \"hs_product_type\": \"\",\n  \"hs_valid_through\": \"\",\n  \"custom_properties\": {},\n  \"hs_product_status\": \"\",\n  \"hs_product_category\": \"\",\n  \"hs_cost_of_goods_sold\": 0,\n  \"hs_product_subcategory\": \"\",\n  \"hs_recurring_billing_period\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "products"
          ]
        },
        "description": "Creates multiple hubspot products in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_property_for_specified_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/property/for/specified/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "property",
            "for",
            "specified",
            "object",
            "type"
          ]
        },
        "description": "Creates a new custom property for a specified hubspot crm object type; ensure `groupname` refers to an existing property group for the `objecttype`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"label\": \"\",\n  \"hidden\": false,\n  \"options\": \"\",\n  \"fieldType\": \"\",\n  \"formField\": false,\n  \"groupName\": \"\",\n  \"objectType\": \"\",\n  \"description\": \"\",\n  \"displayOrder\": 0,\n  \"hasUniqueValue\": false,\n  \"externalOptions\": false,\n  \"calculationFormula\": \"\",\n  \"referencedObjectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_quote_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/quote/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "quote",
            "object"
          ]
        },
        "description": "Creates a new quote object in hubspot crm with specified properties and associations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {},\n  \"associations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ticket"
          ]
        },
        "description": "Creates a new hubspot ticket.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"content\": \"\",\n  \"subject\": \"\",\n  \"created_by\": \"\",\n  \"createdate\": \"\",\n  \"hs_tag_ids\": \"\",\n  \"closed_date\": \"\",\n  \"hs_pipeline\": \"\",\n  \"source_type\": \"\",\n  \"associations\": \"\",\n  \"time_to_close\": \"\",\n  \"hs_all_team_ids\": \"\",\n  \"hubspot_team_id\": \"\",\n  \"last_reply_date\": \"\",\n  \"hs_all_owner_ids\": \"\",\n  \"hs_lastcontacted\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"custom_properties\": {},\n  \"hs_pipeline_stage\": \"\",\n  \"hs_primary_company\": \"\",\n  \"hs_ticket_category\": \"\",\n  \"hs_ticket_priority\": \"\",\n  \"notes_last_updated\": \"\",\n  \"hs_lastmodifieddate\": \"\",\n  \"hs_assigned_team_ids\": \"\",\n  \"hs_assignment_method\": \"\",\n  \"last_engagement_date\": \"\",\n  \"notes_last_contacted\": \"\",\n  \"hs_created_by_user_id\": \"\",\n  \"first_agent_reply_date\": \"\",\n  \"notes_next_activity_date\": \"\",\n  \"hs_all_accessible_team_ids\": \"\",\n  \"hs_all_conversation_mentions\": \"\",\n  \"hs_all_associated_contact_emails\": \"\",\n  \"hs_all_associated_contact_phones\": \"\",\n  \"hs_auto_generated_from_thread_id\": \"\",\n  \"hs_all_assigned_business_unit_ids\": \"\",\n  \"hs_all_associated_contact_companies\": \"\",\n  \"hs_all_associated_contact_lastnames\": \"\",\n  \"hs_all_associated_contact_firstnames\": \"\",\n  \"hs_all_associated_contact_mobilephones\": \"\",\n  \"hs_conversations_originating_thread_id\": \"\",\n  \"hs_conversations_originating_message_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_ticket_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ticket/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ticket",
            "object"
          ]
        },
        "description": "Creates a new ticket in hubspot with specified properties and associations; ensure custom property names, associated object ids (`to`), pipeline ids (`hs pipeline`), and stage ids (`hs pipeline stage`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"content\": \"\",\n  \"subject\": \"\",\n  \"created_by\": \"\",\n  \"createdate\": \"\",\n  \"hs_tag_ids\": \"\",\n  \"closed_date\": \"\",\n  \"hs_pipeline\": \"\",\n  \"source_type\": \"\",\n  \"associations\": \"\",\n  \"time_to_close\": \"\",\n  \"hs_all_team_ids\": \"\",\n  \"hubspot_team_id\": \"\",\n  \"last_reply_date\": \"\",\n  \"hs_all_owner_ids\": \"\",\n  \"hs_lastcontacted\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"custom_properties\": {},\n  \"hs_pipeline_stage\": \"\",\n  \"hs_primary_company\": \"\",\n  \"hs_ticket_category\": \"\",\n  \"hs_ticket_priority\": \"\",\n  \"notes_last_updated\": \"\",\n  \"hs_lastmodifieddate\": \"\",\n  \"hs_assigned_team_ids\": \"\",\n  \"hs_assignment_method\": \"\",\n  \"last_engagement_date\": \"\",\n  \"notes_last_contacted\": \"\",\n  \"hs_created_by_user_id\": \"\",\n  \"first_agent_reply_date\": \"\",\n  \"notes_next_activity_date\": \"\",\n  \"hs_all_accessible_team_ids\": \"\",\n  \"hs_all_conversation_mentions\": \"\",\n  \"hs_all_associated_contact_emails\": \"\",\n  \"hs_all_associated_contact_phones\": \"\",\n  \"hs_auto_generated_from_thread_id\": \"\",\n  \"hs_all_assigned_business_unit_ids\": \"\",\n  \"hs_all_associated_contact_companies\": \"\",\n  \"hs_all_associated_contact_lastnames\": \"\",\n  \"hs_all_associated_contact_firstnames\": \"\",\n  \"hs_all_associated_contact_mobilephones\": \"\",\n  \"hs_conversations_originating_thread_id\": \"\",\n  \"hs_conversations_originating_message_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "tickets"
          ]
        },
        "description": "Creates multiple hubspot tickets in a batch, each with its own properties and associations; `inputs` list must not be empty, each item needs `properties`, and associations/custom properties must be va",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_timeline_event_based_on_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/timeline/event/based/on/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "timeline",
            "event",
            "based",
            "on",
            "template"
          ]
        },
        "description": "Creates an immutable custom timeline event on a crm object's record using a specified, existing event template (identified by `eventtemplateid`), optionally updating crm object properties if defined i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"utk\": \"\",\n  \"email\": \"\",\n  \"domain\": \"\",\n  \"tokens\": {},\n  \"objectId\": \"\",\n  \"timestamp\": \"\",\n  \"eventTemplateId\": \"\",\n  \"timelineIFrame__url\": \"\",\n  \"timelineIFrame__width\": 0,\n  \"timelineIFrame__height\": 0,\n  \"timelineIFrame__linkLabel\": \"\",\n  \"timelineIFrame__headerLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_create_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "workflow"
          ]
        },
        "description": "Creates a new hubspot workflow to automate processes; ensure `enrollmentcriteria` and `actions` use properties relevant to the specified `objecttypeid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"actions\": \"\",\n  \"flowType\": \"\",\n  \"isEnabled\": false,\n  \"dataSources\": \"\",\n  \"description\": \"\",\n  \"timeWindows\": \"\",\n  \"blockedDates\": \"\",\n  \"objectTypeId\": \"\",\n  \"customProperties\": {},\n  \"enrollmentCriteria\": {},\n  \"suppressionListIds\": \"\",\n  \"unEnrollmentSetting\": {},\n  \"canEnrollFromSalesforce\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_customizable_contacts_page_retrieval",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customizable/contacts/page/retrieval",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customizable",
            "contacts",
            "page",
            "retrieval"
          ]
        },
        "description": "Deprecated: use 'list contacts page' to retrieve a paginated list of hubspot contacts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_a_batch_of_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/batch/of/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "batch",
            "of",
            "campaigns"
          ]
        },
        "description": "Archives a batch of up to 50 marketing campaigns, hiding them from active views rather than permanently deleting them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_a_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "marketing",
            "email"
          ]
        },
        "description": "Deletes an existing marketing email, either permanently (default) or by archiving if `archived` is `true`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"archived\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_calling_extension_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/calling/extension/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "calling",
            "extension",
            "settings"
          ]
        },
        "description": "Permanently deletes the settings for a calling extension app, specified by its `appid`, rendering it unusable for all connected hubspot accounts; this operation is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign"
          ]
        },
        "description": "Permanently deletes a marketing campaign from hubspot using its `campaignguid`; returns a 204 no content status even if the campaign does not exist.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_contact_for_gdpr_compliance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/contact/for/gdpr/compliance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "contact",
            "for",
            "gdpr",
            "compliance"
          ]
        },
        "description": "Irreversibly deletes a hubspot contact for gdpr compliance (identified via `objectid` and `idproperty`); an email `objectid` for a non-existent contact may be blocklisted.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_pipeline_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/pipeline/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "pipeline",
            "by",
            "id"
          ]
        },
        "description": "Permanently deletes a hubspot pipeline and all its stages by `pipelineid` and `objecttype`; this is irreversible, so use validation flags to avoid errors if the pipeline is not empty.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"pipelineId\": \"\",\n  \"validateReferencesBeforeDelete\": false,\n  \"validateDealStageUsagesBeforeDelete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_pipeline_stage_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/pipeline/stage/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "pipeline",
            "stage",
            "by",
            "id"
          ]
        },
        "description": "Permanently deletes a specific pipeline stage for an `objecttype` (e.g., 'deals', 'tickets') that supports pipelines; this operation is irreversible, so ensure no active crm records are associated wit",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"stageId\": \"\",\n  \"objectType\": \"\",\n  \"pipelineId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_schema_by_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/schema/by/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "schema",
            "by",
            "object",
            "type"
          ]
        },
        "description": "Permanently deletes a hubspot custom object schema, specified by its `objecttype`, after all associated crm records have been deleted.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_timeline_event_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/timeline/event/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "timeline",
            "event",
            "template"
          ]
        },
        "description": "Permanently and irreversibly deletes a specific timeline event template, identified by its `eventtemplateid`, from the application `appid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_video_conferencing_app_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/video/conferencing/app/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "video",
            "conferencing",
            "app",
            "settings"
          ]
        },
        "description": "Irreversibly deletes all settings for a video conferencing application identified by its `appid` in hubspot, removing its configuration and preventing it from functioning until reconfigured; existing ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_delete_workflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/workflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "workflow"
          ]
        },
        "description": "Permanently deletes a hubspot workflow by its id; deleted workflows cannot be restored via the api and the id must exist.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_fetch_contact_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/contact/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "contact",
            "details",
            "by",
            "id"
          ]
        },
        "description": "Deprecated: use `read crm contact by id` instead. retrieves a hubspot crm contact by its unique internal hubspot id, allowing selection of properties, historical values, associated objects, and filter",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"contactId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_fetch_contact_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/contact/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "contact",
            "ids"
          ]
        },
        "description": "Fetches hubspot contact ids for a specified `campaignguid` (must be a valid uuid of an existing campaign) and `contacttype`, supporting date filtering and pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"contactType\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_fetch_import_error_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/import/error/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "import",
            "error",
            "details"
          ]
        },
        "description": "Fetches a paginated list of read-only error details for a specific hubspot crm import, requiring a valid `importid` for a processed import.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"importId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_fetch_object_details_by_id_or_property",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/object/details/by/id/or/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "object",
            "details",
            "by",
            "id",
            "or",
            "property"
          ]
        },
        "description": "Deprecated: use the 'retrieve line item by id' action instead.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"lineItemId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_fetch_recording_settings_by_app_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/recording/settings/by/app/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "recording",
            "settings",
            "by",
            "app",
            "id"
          ]
        },
        "description": "Fetches call recording settings for a specified, existing hubspot calling extension app.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_fetch_revenue",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/revenue",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "revenue"
          ]
        },
        "description": "Fetches a revenue attribution report for a specified, existing marketing campaign, optionally using a specific attribution model and date range; if both start and end dates are given, `enddate` must n",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"campaignGuid\": \"\",\n  \"attributionModel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_gdpr_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/gdpr/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "gdpr",
            "delete"
          ]
        },
        "description": "Permanently deletes a contact and associated content for gdpr compliance; an email used for identification via `idproperty`='email' that is not found will be irreversibly blocklisted.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_a_page_of_owners",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/page/of/owners",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "page",
            "of",
            "owners"
          ]
        },
        "description": "Retrieves a paginated list of crm owners from hubspot, optionally filtering by email or archived status. <<deprecated: use 'retrieve page of crm owners' instead.>>",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"email\": \"\",\n  \"limit\": 0,\n  \"archived\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_a_revision_of_a_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/revision/of/a/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "revision",
            "of",
            "a",
            "marketing",
            "email"
          ]
        },
        "description": "Retrieves a specific, previously saved revision of a marketing email using its unique email id and revision id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"revisionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_active_imports_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/active/imports/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "active",
            "imports",
            "list"
          ]
        },
        "description": "Retrieves a list of currently active import jobs in hubspot for monitoring ongoing data operations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"before\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_aggregated_statistic_intervals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/aggregated/statistic/intervals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "aggregated",
            "statistic",
            "intervals"
          ]
        },
        "description": "Retrieves aggregated statistics for marketing emails (e.g., send counts), grouped by specified time intervals within a defined time range.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailIds\": \"\",\n  \"interval\": \"\",\n  \"endTimestamp\": \"\",\n  \"startTimestamp\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_aggregated_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/aggregated/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "aggregated",
            "statistics"
          ]
        },
        "description": "Retrieves aggregated statistics for marketing emails, optionally within an iso8601 formatted time range, by email ids, or specific email properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailIds\": \"\",\n  \"property\": \"\",\n  \"endTimestamp\": \"\",\n  \"startTimestamp\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_all_marketing_emails_for_a_hub_spot_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/marketing/emails/for/a/hub/spot/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "marketing",
            "emails",
            "for",
            "a",
            "hub",
            "spot",
            "account"
          ]
        },
        "description": "Fetches a list of marketing emails from a hubspot account, with options for filtering, sorting, pagination, and including performance statistics.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"type\": \"\",\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"isPublished\": false,\n  \"createdAfter\": \"\",\n  \"includeStats\": false,\n  \"updatedAfter\": \"\",\n  \"createdBefore\": \"\",\n  \"updatedBefore\": \"\",\n  \"includedProperties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_all_workflows",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/workflows",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "workflows"
          ]
        },
        "description": "Retrieves a list of workflow summaries (id, name, type, status) from hubspot, using the 'limit' parameter for pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign"
          ]
        },
        "description": "Retrieves a hubspot campaign by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaignId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_campaign_metrics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "metrics"
          ]
        },
        "description": "Retrieves key attribution metrics for an existing marketing campaign, identified by its `campaignguid`, within an optional date range.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaigns"
          ]
        },
        "description": "Retrieves multiple hubspot campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_draft_version_of_a_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/draft/version/of/a/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "draft",
            "version",
            "of",
            "a",
            "marketing",
            "email"
          ]
        },
        "description": "Retrieves the draft version of a marketing email by its `emailid`; if no draft exists, returns the published version.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "emails"
          ]
        },
        "description": "Retrieves multiple hubspot emails by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_import_record_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/import/record/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "import",
            "record",
            "information"
          ]
        },
        "description": "Retrieves a comprehensive summary of a specific hubspot crm import record by its `importid`, including status, progress, updates, results, and errors; useful for monitoring and troubleshooting data im",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"importId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_marketing_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/marketing/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "marketing",
            "emails"
          ]
        },
        "description": "Fetches a list of marketing emails from hubspot, supporting filtering by creation/update timestamps, pagination, and sorting.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"after\": \"\",\n  \"limit\": 0,\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"createdAfter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_pipeline_stage_audit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/pipeline/stage/audit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "pipeline",
            "stage",
            "audit"
          ]
        },
        "description": "Retrieves a reverse chronological list of all mutations (changes) for a specific pipeline stage; the associated pipeline id is inferred from the api path and is not a direct input.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"stageId\": \"\",\n  \"objectType\": \"\",\n  \"pipelineId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product"
          ]
        },
        "description": "Retrieves a hubspot product by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"productId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "products"
          ]
        },
        "description": "Retrieves multiple hubspot products by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_quote_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/quote/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "quote",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific hubspot quote by its unique identifier.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"quoteId\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_revisions_of_a_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/revisions/of/a/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "revisions",
            "of",
            "a",
            "marketing",
            "email"
          ]
        },
        "description": "Retrieves a paginated list of all historical versions (including full state like content, settings, metadata) for a specified, existing marketing email; revision id -1 identifies the current version.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"before\": \"\",\n  \"emailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_specific_event_template_for_app",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/specific/event/template/for/app",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "specific",
            "event",
            "template",
            "for",
            "app"
          ]
        },
        "description": "Retrieves detailed information about a specific event template for a given application in hubspot's crm timeline.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_the_details_of_a_specified_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/the/details/of/a/specified/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "the",
            "details",
            "of",
            "a",
            "specified",
            "marketing",
            "email"
          ]
        },
        "description": "Retrieves detailed information for a specific marketing email in hubspot using its unique email id, optionally including performance statistics and specific properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"archived\": false,\n  \"includeStats\": false,\n  \"includedProperties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_the_variation_of_a_an_ab_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/the/variation/of/a/an/ab/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "the",
            "variation",
            "of",
            "a",
            "an",
            "ab",
            "marketing",
            "email"
          ]
        },
        "description": "Retrieves the alternate variation of a specified a/b marketing email; the `emailid` must identify an email currently in an a/b test.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ticket"
          ]
        },
        "description": "Retrieves a hubspot ticket by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"ticketId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickets"
          ]
        },
        "description": "Retrieves multiple hubspot tickets by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_workflow_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workflow/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workflow",
            "by",
            "id"
          ]
        },
        "description": "Retrieves comprehensive details for an existing hubspot workflow by its unique id; unsupported actions are designated 'unsupported action' in the response.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_get_workflow_email_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/workflow/email/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "workflow",
            "email",
            "campaigns"
          ]
        },
        "description": "Retrieves email campaigns associated with a specific hubspot workflow id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"workflow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_archive_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/archive/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "archive",
            "companies"
          ]
        },
        "description": "Archives multiple hubspot companies by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_archive_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/archive/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "archive",
            "contact"
          ]
        },
        "description": "Archives a hubspot contact by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contactId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_archive_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/archive/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "archive",
            "contacts"
          ]
        },
        "description": "Archives multiple hubspot contacts by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_archive_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/archive/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "archive",
            "deals"
          ]
        },
        "description": "Archives multiple hubspot deals by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_create_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/create/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "create",
            "companies"
          ]
        },
        "description": "Creates multiple new hubspot companies in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_create_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/create/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "create",
            "contacts"
          ]
        },
        "description": "Creates multiple new hubspot contacts in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_create_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/create/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "create",
            "deals"
          ]
        },
        "description": "Creates multiple deals in hubspot crm; ensure any associated object ids, deal stages, and pipeline ids specified are valid and exist within the hubspot account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_get_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/get/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "get",
            "company"
          ]
        },
        "description": "Retrieves a hubspot company by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"companyId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_get_contact_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/get/contact/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "get",
            "contact",
            "ids"
          ]
        },
        "description": "Gets hubspot contact ids for a specified campaign and contact interaction type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"contactType\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_get_deal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/get/deal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "get",
            "deal"
          ]
        },
        "description": "Retrieves a hubspot deal by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dealId\": \"\",\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_get_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/get/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "get",
            "deals"
          ]
        },
        "description": "Retrieves multiple hubspot deals by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_hubspot_list_products_with_paging",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/hubspot/list/products/with/paging",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "hubspot",
            "list",
            "products",
            "with",
            "paging"
          ]
        },
        "description": "Retrieves a paginated list of products from hubspot crm, optionally including specific properties, their history, associated object ids, and filtering by archived status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_list_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/list/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "list",
            "companies"
          ]
        },
        "description": "Retrieves a paginated list of hubspot companies.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_list_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/list/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "list",
            "contacts"
          ]
        },
        "description": "Retrieves a paginated list of hubspot contacts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_list_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/list/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "list",
            "deals"
          ]
        },
        "description": "Retrieves a paginated list of hubspot deals.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_merge_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/merge/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "merge",
            "contacts"
          ]
        },
        "description": "Merges two hubspot contacts into one.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_merge_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/merge/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "merge",
            "deals"
          ]
        },
        "description": "Merges two hubspot deals into one.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_read_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/read/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "read",
            "contact"
          ]
        },
        "description": "Retrieves a hubspot contact by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"contactId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_read_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/read/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "read",
            "contacts"
          ]
        },
        "description": "Reads multiple hubspot contacts by their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_remove_deal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/remove/deal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "remove",
            "deal"
          ]
        },
        "description": "Removes a hubspot deal by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dealId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_search_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/search/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "search",
            "companies"
          ]
        },
        "description": "Searches for hubspot companies using flexible criteria and filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_search_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/search/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "search",
            "deals"
          ]
        },
        "description": "Searches for hubspot deals using flexible criteria and filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_update_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/update/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "update",
            "companies"
          ]
        },
        "description": "Updates multiple hubspot companies in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_update_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/update/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "update",
            "company"
          ]
        },
        "description": "Updates properties for an existing hubspot company.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"companyId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_update_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/update/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "update",
            "contact"
          ]
        },
        "description": "Updates properties for an existing hubspot contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contactId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_update_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/update/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "update",
            "contacts"
          ]
        },
        "description": "Updates multiple hubspot contacts in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_update_deal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/update/deal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "update",
            "deal"
          ]
        },
        "description": "Updates properties for an existing hubspot deal.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dealId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_hubspot_update_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hubspot/update/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hubspot",
            "update",
            "deals"
          ]
        },
        "description": "Updates multiple hubspot deals in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_initiate_data_import_process",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/initiate/data/import/process",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "initiate",
            "data",
            "import",
            "process"
          ]
        },
        "description": "Call this action to start an asynchronous data import into hubspot crm using uploaded files and a detailed `importrequest` json configuration, ensuring this json correctly maps file columns to hubspot",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"files\": {},\n  \"importRequest\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_instantiate_and_return_new_company_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/instantiate/and/return/new/company/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instantiate",
            "and",
            "return",
            "new",
            "company",
            "object"
          ]
        },
        "description": "Deprecated: creates a new hubspot crm company object with given properties and associations; use create company object instead.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"zip\": \"\",\n  \"city\": \"\",\n  \"name\": \"\",\n  \"type\": \"\",\n  \"phone\": \"\",\n  \"state\": \"\",\n  \"domain\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"website\": \"\",\n  \"about_us\": \"\",\n  \"address2\": \"\",\n  \"hs_score\": \"\",\n  \"industry\": \"\",\n  \"timezone\": \"\",\n  \"is_public\": \"\",\n  \"createdate\": \"\",\n  \"description\": \"\",\n  \"associations\": \"\",\n  \"founded_year\": \"\",\n  \"annualrevenue\": \"\",\n  \"twitterhandle\": \"\",\n  \"hs_lead_status\": \"\",\n  \"lifecyclestage\": \"\",\n  \"parent_company\": \"\",\n  \"hubspot_owner_id\": \"\",\n  \"custom_properties\": {},\n  \"numberofemployees\": \"\",\n  \"notes_last_updated\": \"\",\n  \"hs_lastmodifieddate\": \"\",\n  \"facebook_company_page\": \"\",\n  \"linkedin_company_page\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list"
          ]
        },
        "description": "Retrieves a paginated list of hubspot emails, allowing selection of specific properties (with or without history), associated object ids, and filtering by archive status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_all_event_templates_for_app",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/event/templates/for/app",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "event",
            "templates",
            "for",
            "app"
          ]
        },
        "description": "Retrieves all event templates associated with a valid `appid` for an existing application in hubspot's crm timeline.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_assets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "assets"
          ]
        },
        "description": "Lists assets of a specific `assettype` for a given hubspot marketing `campaignguid`, optionally including performance metrics for a date range.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": \"\",\n  \"endDate\": \"\",\n  \"assetType\": \"\",\n  \"startDate\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_association_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/association/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "association",
            "types"
          ]
        },
        "description": "Lists all valid association types between two specified hubspot crm object types.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"toObjectType\": \"\",\n  \"fromObjectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_contacts_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/contacts/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "contacts",
            "page"
          ]
        },
        "description": "Retrieves a paginated list of hubspot contacts, optionally specifying properties, historical values, and associations; ensure provided property and association names are valid hubspot internal names.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_feedback_submissions_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/feedback/submissions/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "feedback",
            "submissions",
            "page"
          ]
        },
        "description": "Retrieves a paginated list of feedback submissions from hubspot, allowing specification of properties (including history), associated object ids, and filtering by archive status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_page_of_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/page/of/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "page",
            "of",
            "tickets"
          ]
        },
        "description": "Retrieves a paginated list of tickets from hubspot crm, allowing specification of properties to return, properties with history, associated object types, and archival status; use the `after` token fro",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_quotes_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/quotes/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "quotes",
            "page"
          ]
        },
        "description": "Retrieves a paginated list of quotes, allowing selection of specific properties, property history, associated object ids, and filtering by archived status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_list_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "tickets"
          ]
        },
        "description": "Retrieves a paginated list of hubspot tickets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "emails"
          ]
        },
        "description": "Merges two hubspot emails into one.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "products"
          ]
        },
        "description": "Merges two hubspot products into one.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "tickets"
          ]
        },
        "description": "Merges two hubspot tickets into one.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_companies_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/companies/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "companies",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Merges two existing company records of the same type in hubspot crm, where `objectidtomerge` is absorbed into `primaryobjectid`; this operation is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_contacts_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/contacts/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "contacts",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Merges a hubspot contact (`objectidtomerge`) into another contact (`primaryobjectid`), deleting the former and making `primaryobjectid` absorb its data; this irreversible action is used for deduplicat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_deals_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/deals/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "deals",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Permanently merges two hubspot crm deals of the same type, typically to eliminate duplicates or consolidate related sales opportunities.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_emails_with_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/emails/with/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "emails",
            "with",
            "same",
            "type"
          ]
        },
        "description": "Merges two existing, same-type hubspot crm emails: `objectidtomerge` is absorbed into `primaryobjectid` and then deleted; use for de-duplication, this action is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_feedback_submissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/feedback/submissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "feedback",
            "submissions"
          ]
        },
        "description": "Merges two existing feedback submissions by id, primarily for consolidating duplicates or related feedback; this operation is irreversible, and `primaryobjectid` values take precedence in conflicts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_line_items_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/line/items/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "line",
            "items",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Merges two line items, `objectidtomerge` into `primaryobjectid`, which must be of the same type; `objectidtomerge` is absorbed and the operation is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_objects_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/objects/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "objects",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Merges two distinct hubspot crm objects of the same `objecttype`, consolidating data into `primaryobjectid` (which is preserved) and deleting `objectidtomerge`; this operation is permanent and irrever",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_products_of_the_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/products/of/the/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "products",
            "of",
            "the",
            "same",
            "type"
          ]
        },
        "description": "To de-duplicate or combine product variants, merges two existing, same-type hubspot product records by consolidating `objectidtomerge` into `primaryobjectid`; `objectidtomerge` is archived/deleted, an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_quotes_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/quotes/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "quotes",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Merges two distinct quotes of the same type by consolidating `objectidtomerge` into `primaryobjectid` (e.g., for combining information or updating terms); this operation is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_merge_two_tickets_of_same_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/two/tickets/of/same/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "two",
            "tickets",
            "of",
            "same",
            "type"
          ]
        },
        "description": "Merges two existing hubspot tickets of the same type, where `objectidtomerge` (which is then deactivated) is absorbed into `primaryobjectid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectIdToMerge\": \"\",\n  \"primaryObjectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_modify_calling_extension_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/modify/calling/extension/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "modify",
            "calling",
            "extension",
            "settings"
          ]
        },
        "description": "Updates settings (e.g., display name, ui url/dimensions, feature flags) for an existing calling extension app, identified by `appid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"name\": \"\",\n  \"appId\": 0,\n  \"width\": 0,\n  \"height\": 0,\n  \"isReady\": false,\n  \"supportsCustomObjects\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partial_update_company_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partial/update/company/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partial",
            "update",
            "company",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Partially updates specified `properties` of an existing hubspot company, identified by its `companyid` (optionally using `idproperty` as the unique key), ensuring property names are valid hubspot inte",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"companyId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partial_update_quote_by_quote_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partial/update/quote/by/quote/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partial",
            "update",
            "quote",
            "by",
            "quote",
            "id"
          ]
        },
        "description": "Performs a partial update on an existing hubspot quote's specified properties, identifying the quote by `quoteid` (either its internal id or a custom unique property value if `idproperty` is provided)",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"quoteId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partially_update_contact_using_contact_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partially/update/contact/using/contact/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partially",
            "update",
            "contact",
            "using",
            "contact",
            "id"
          ]
        },
        "description": "Partially updates specified properties for an existing hubspot contact, identified by its valid `contactid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contactId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partially_update_crm_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partially/update/crm/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partially",
            "update",
            "crm",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Partially updates specified properties of a crm object (e.g., contact, company, deal) identified by its type and id, or optionally by a unique property value if `idproperty` is specified.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\",\n  \"objectType\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partially_update_deal_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partially/update/deal/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partially",
            "update",
            "deal",
            "by",
            "id"
          ]
        },
        "description": "Partially updates specified properties of an existing hubspot crm deal, identified by its `dealid` or an optional custom unique `idproperty`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dealId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partially_update_pipeline_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partially/update/pipeline/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partially",
            "update",
            "pipeline",
            "by",
            "id"
          ]
        },
        "description": "Partially updates a crm pipeline's label, display order, or restores an archived pipeline by setting `archived` to `false`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"archived\": false,\n  \"objectType\": \"\",\n  \"pipelineId\": \"\",\n  \"displayOrder\": 0,\n  \"validateReferencesBeforeDelete\": false,\n  \"validateDealStageUsagesBeforeDelete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partially_update_property_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partially/update/property/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partially",
            "update",
            "property",
            "group"
          ]
        },
        "description": "Partially updates a property group's `displayorder` or `label` for a specified crm `objecttype` in hubspot.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"groupName\": \"\",\n  \"objectType\": \"\",\n  \"displayOrder\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_partially_update_ticket_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/partially/update/ticket/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "partially",
            "update",
            "ticket",
            "by",
            "id"
          ]
        },
        "description": "Modifies specified properties of an existing hubspot ticket, identified by `ticketid` or a custom `idproperty`; to clear a property, provide an empty string as its value.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_company_for_gdpr_compliance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/company/for/gdpr/compliance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "company",
            "for",
            "gdpr",
            "compliance"
          ]
        },
        "description": "Permanently deletes a company (identified by objectid) and its associated data from hubspot for gdpr compliance; this action is irreversible and requires the company to exist.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_contact_for_gdpr",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/contact/for/gdpr",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "contact",
            "for",
            "gdpr"
          ]
        },
        "description": "Irreversibly deletes a hubspot contact for gdpr; if deleting by a non-existent email (using idproperty 'email'), the email is blocklisted instead.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_contact_for_gdpr_compliance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/contact/for/gdpr/compliance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "contact",
            "for",
            "gdpr",
            "compliance"
          ]
        },
        "description": "Irreversibly erases a hubspot contact and associated data per a gdpr request; if an email is given for a non-existent contact, it's blocklisted.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_contact_gdpr_compliance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/contact/gdpr/compliance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "contact",
            "gdpr",
            "compliance"
          ]
        },
        "description": "Permanently and irreversibly deletes a hubspot **quote** (not a contact, despite the action's internal naming) to comply with gdpr's 'right to be forgotten'.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_contact_via_gdpr",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/contact/via/gdpr",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "contact",
            "via",
            "gdpr"
          ]
        },
        "description": "Permanently deletes a hubspot contact and all its associated data for gdpr compliance, identifying the contact by its id or another unique property.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_deal_for_gdpr_compliance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/deal/for/gdpr/compliance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "deal",
            "for",
            "gdpr",
            "compliance"
          ]
        },
        "description": "Permanently deletes a hubspot deal for gdpr compliance, identified by its unique id or a specified property value; this action is irreversible and may blocklist the identifier if the deal isn't found ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_gdpr_contact_and_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/gdpr/contact/and/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "gdpr",
            "contact",
            "and",
            "content"
          ]
        },
        "description": "Permanently and irreversibly deletes an existing hubspot contact and associated content for gdpr compliance, optionally blocklisting the contact's email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_permanently_delete_line_items_for_gdpr",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/permanently/delete/line/items/for/gdpr",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "permanently",
            "delete",
            "line",
            "items",
            "for",
            "gdpr"
          ]
        },
        "description": "Permanently deletes a specified line item and its associated content for gdpr compliance; this action is irreversible and cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectId\": \"\",\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_publish_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publish/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publish",
            "marketing",
            "email"
          ]
        },
        "description": "Publishes or sends a specified hubspot marketing email that is valid and ready for sending; requires marketing hub enterprise or the transactional email add-on.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_purge_schema_by_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/purge/schema/by/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "purge",
            "schema",
            "by",
            "object",
            "type"
          ]
        },
        "description": "Permanently and irreversibly deletes the schema for an existing `objecttype` in hubspot crm; this deprecated endpoint should be used with extreme caution.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read"
          ]
        },
        "description": "Call this to retrieve an existing hubspot email by its `emailid` or an alternative unique `idproperty`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_batch_of_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/batch/of/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "batch",
            "of",
            "campaigns"
          ]
        },
        "description": "Retrieves details for a batch of up to 50 marketing campaigns by their ids, optionally including specified properties and asset metrics for a given date range; response order is not guaranteed and dup",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_batch_of_crm_object_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/batch/of/crm/object/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "batch",
            "of",
            "crm",
            "object",
            "properties"
          ]
        },
        "description": "Reads definitions (metadata, not values) for a batch of crm object properties for a specified `objecttype`, supporting partial success.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "campaign"
          ]
        },
        "description": "Retrieves details for a marketing campaign by `campaignguid`, optionally including specified `properties` and asset metrics if both `startdate` and `enddate` are provided.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\",\n  \"properties\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_crm_property_by_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/crm/property/by/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "crm",
            "property",
            "by",
            "name"
          ]
        },
        "description": "Reads a specific crm property definition for a given hubspot object type by its internal name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"objectType\": \"\",\n  \"properties\": \"\",\n  \"propertyName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_page_of_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/page/of/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "page",
            "of",
            "deals"
          ]
        },
        "description": "Retrieves a paginated list of hubspot crm deals; use the 'after' token from a previous response's 'paging.next.after' for subsequent pages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_property",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "property"
          ]
        },
        "description": "Deprecated: use `read a crm property by name` to read a specific crm property definition for a given hubspot object type by its internal name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"objectType\": \"\",\n  \"properties\": \"\",\n  \"propertyName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_a_property_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/a/property/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "a",
            "property",
            "group"
          ]
        },
        "description": "Retrieves metadata for a specific property group of a given crm object type, detailing its structure and attributes, but not the actual property values of crm objects.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"groupName\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_all_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/all/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "all",
            "properties"
          ]
        },
        "description": "Deprecated: use `read all properties for object type` instead. retrieves property definitions for a specified hubspot crm object type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"objectType\": \"\",\n  \"properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_all_properties_for_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/all/properties/for/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "all",
            "properties",
            "for",
            "object",
            "type"
          ]
        },
        "description": "Retrieves definitions and metadata (not actual values) for properties of a specified hubspot crm object type (e.g., 'contacts', 'companies', 'deals', or custom objects).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"objectType\": \"\",\n  \"properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_all_property_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/all/property/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "all",
            "property",
            "groups"
          ]
        },
        "description": "Retrieves all property groups for a specified hubspot crm object type. <<DEPRECATED use read_property_groups_for_object_type>>",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_an_owner_by_given_id_or_user_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/an/owner/by/given/id/or/user/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "an",
            "owner",
            "by",
            "given",
            "id",
            "or",
            "user",
            "id"
          ]
        },
        "description": "**deprecated:** please use the `retrieve owner by id or user id` action instead. retrieves a specific hubspot crm owner by their id, with options to specify id type (owner or user) and to include arch",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ownerId\": 0,\n  \"archived\": false,\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_apage_of_objects_by_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/apage/of/objects/by/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "apage",
            "of",
            "objects",
            "by",
            "type"
          ]
        },
        "description": "Retrieves a paginated list of objects for a specified and valid hubspot crm object type (e.g., 'contacts', 'companies', 'deals', or custom id).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"objectType\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_feedback_submissions_by_id_or_property",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/feedback/submissions/by/id/or/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "feedback",
            "submissions",
            "by",
            "id",
            "or",
            "property"
          ]
        },
        "description": "Retrieves up to 100 feedback submissions in a batch using their ids or a specified unique `idproperty`, optionally including specified properties and their history.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_of_contacts_by_id_or_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/of/contacts/by/id/or/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "of",
            "contacts",
            "by",
            "id",
            "or",
            "properties"
          ]
        },
        "description": "Reads a batch of hubspot contacts by their ids or a specified unique `idproperty`, optionally including property history and filtering by archived status; ensure `inputs` refer to existing contacts an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_of_crm_objects_by_id_or_property_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/of/crm/objects/by/id/or/property/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "of",
            "crm",
            "objects",
            "by",
            "id",
            "or",
            "property",
            "values"
          ]
        },
        "description": "Reads a batch of crm objects of a specified `objecttype` using their hubspot ids or unique property values from the `inputs` list, allowing retrieval of specific `properties`, their historical values ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"objectType\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_of_line_items_by_id_or_property_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/of/line/items/by/id/or/property/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "of",
            "line",
            "items",
            "by",
            "id",
            "or",
            "property",
            "values"
          ]
        },
        "description": "Retrieves a batch of hubspot crm line items by their ids, or optionally by values of a custom unique property defined in `idproperty`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_of_products_by_id_or_property",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/of/products/by/id/or/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "of",
            "products",
            "by",
            "id",
            "or",
            "property"
          ]
        },
        "description": "Retrieves a batch of hubspot crm products by their ids or a specified unique `idproperty`, optionally filtering by archived status and including historical changes for specified properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_of_quotes_by_property_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/of/quotes/by/property/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "of",
            "quotes",
            "by",
            "property",
            "values"
          ]
        },
        "description": "Efficiently retrieves a batch of hubspot crm quotes by their ids (or a specified unique property), optionally including archived quotes, specific properties, and property history.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_batch_of_tickets_by_id_or_unique_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/batch/of/tickets/by/id/or/unique/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "batch",
            "of",
            "tickets",
            "by",
            "id",
            "or",
            "unique",
            "values"
          ]
        },
        "description": "Retrieves a batch of hubspot crm tickets using a list of their ids, or optionally via a custom unique property specified in `idproperty`, allowing for selection of specific properties, their history, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_budget",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/budget",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "budget"
          ]
        },
        "description": "Fetches detailed budget (total, spent, remaining) and spend information for a marketing campaign, including an 'order' field for sequencing budget/spend items (0 is oldest).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_crm_contact_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/crm/contact/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "crm",
            "contact",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a hubspot crm contact by its unique internal hubspot id, allowing selection of properties, historical values, associated objects, and filtering for archived contacts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"contactId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_crm_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/crm/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "crm",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific crm object (e.g., contact, company, deal, ticket) by its id or a unique property, optionally including specific properties, history, and associations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"objectId\": \"\",\n  \"idProperty\": \"\",\n  \"objectType\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_feedback_submission_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/feedback/submission/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "feedback",
            "submission",
            "by",
            "id"
          ]
        },
        "description": "Reads a hubspot feedback submission by its id, optionally using a custom unique 'idproperty', and allows specifying properties to return including history and associations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"feedbackSubmissionId\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_product_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/product/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "product",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a hubspot product by its id, allowing customization of returned properties, history, and associations; `idproperty` can specify an alternative unique identifier property which must be config",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"productId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_read_property_groups_for_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/property/groups/for/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "property",
            "groups",
            "for",
            "object",
            "type"
          ]
        },
        "description": "Retrieves all property groups in a single call for a specified hubspot crm object type (e.g., 'contacts', 'companies'), returning only the groups themselves, not the individual properties within them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_recycle_contact_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recycle/contact/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recycle",
            "contact",
            "by",
            "id"
          ]
        },
        "description": "Deprecated: use the `archive contact by id` action to archive a hubspot crm contact by its id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contactId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_remove_asset_association",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/asset/association",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "asset",
            "association"
          ]
        },
        "description": "Disassociates an asset (form, object list, or external web url) from a hubspot campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"assetId\": \"\",\n  \"assetType\": \"\",\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_remove_association_from_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/association/from/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "association",
            "from",
            "schema"
          ]
        },
        "description": "Permanently removes a specified association definition (type) from a hubspot object's schema, preventing future creations of this association type without affecting existing instances.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"associationIdentifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_remove_deal_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/deal/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "deal",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Archives a hubspot deal by its `dealid`, moving it to the recycling bin when it's no longer relevant, created in error, or needs removal from active view; archived deals won't appear in active lists o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dealId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_remove_token_from_event_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/token/from/event/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "token",
            "from",
            "event",
            "template"
          ]
        },
        "description": "Removes a token from a hubspot event template, preventing its inclusion in new events created from that template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"tokenName\": \"\",\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_render_event_detail_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/render/event/detail/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "render",
            "event",
            "detail",
            "template"
          ]
        },
        "description": "Renders detailed information for a specific hubspot crm timeline event using a predefined event template, ignoring `extradata` references in the template not present in event data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"eventId\": \"\",\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_render_event_header_or_detail_as_html",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/render/event/header/or/detail/as/html",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "render",
            "event",
            "header",
            "or",
            "detail",
            "as",
            "html"
          ]
        },
        "description": "Renders an event's header or detail template as html for a specified event on the hubspot crm timeline, using a given event template id and event id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"detail\": false,\n  \"eventId\": \"\",\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_replace_all_properties_of_pipeline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/replace/all/properties/of/pipeline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "replace",
            "all",
            "properties",
            "of",
            "pipeline"
          ]
        },
        "description": "Overwrites an entire crm pipeline (specified by `objecttype` and `pipelineid`) and all its stages with a new definition, returning the updated pipeline.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"stages\": \"\",\n  \"objectType\": \"\",\n  \"pipelineId\": \"\",\n  \"displayOrder\": 0,\n  \"validateReferencesBeforeDelete\": false,\n  \"validateDealStageUsagesBeforeDelete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_replace_pipeline_stage_properties",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/replace/pipeline/stage/properties",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "replace",
            "pipeline",
            "stage",
            "properties"
          ]
        },
        "description": "Replaces all properties of a specified pipeline stage; the new `label` must be unique within the pipeline, and if `objecttype` is 'deals', the `metadata` must include a 'probability' key.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"stageId\": \"\",\n  \"metadata\": {},\n  \"objectType\": \"\",\n  \"pipelineId\": \"\",\n  \"displayOrder\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_reset_draft",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reset/draft",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reset",
            "draft"
          ]
        },
        "description": "Resets a marketing email's draft to its currently published (live) version, discarding all unpublished changes; the email must have a live version to revert to.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_restore_a_revision_of_a_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/restore/a/revision/of/a/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "restore",
            "a",
            "revision",
            "of",
            "a",
            "marketing",
            "email"
          ]
        },
        "description": "Restores a specific, existing, non-active revision of a marketing email to become the new live version for that email.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"revisionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_restore_a_revision_of_a_marketing_email_to_draft_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/restore/a/revision/of/a/marketing/email/to/draft/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "restore",
            "a",
            "revision",
            "of",
            "a",
            "marketing",
            "email",
            "to",
            "draft",
            "state"
          ]
        },
        "description": "Restores a specific revision of a marketing email to a draft state, overwriting any existing draft.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"revisionId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_all_object_schemas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/all/object/schemas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "all",
            "object",
            "schemas"
          ]
        },
        "description": "Retrieves all object schema definitions (not data records) for a hubspot account, supporting retrieval of either active or archived schemas.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_all_pipelines",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/all/pipelines",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "all",
            "pipelines"
          ]
        },
        "description": "Deprecated: use `retrieve all pipelines for specified object type` instead. retrieves all pipelines in hubspot for a specified crm object type like deals or tickets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_all_pipelines_for_specified_object_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/all/pipelines/for/specified/object/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "all",
            "pipelines",
            "for",
            "specified",
            "object",
            "type"
          ]
        },
        "description": "Retrieves all pipelines in hubspot for a specified crm object type, such as deals or tickets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_batch_of_deals_by_ids_or_property_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/batch/of/deals/by/ids/or/property/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "batch",
            "of",
            "deals",
            "by",
            "ids",
            "or",
            "property",
            "values"
          ]
        },
        "description": "Retrieves a batch of hubspot crm deals by their hubspot ids or values of a specified unique `idproperty`; `inputs` must contain at least one entry and `idproperty`, if used, must name a property that ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_calling_settings_for_app",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/calling/settings/for/app",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "calling",
            "settings",
            "for",
            "app"
          ]
        },
        "description": "Retrieves the read-only calling extension settings for a specific hubspot app; the app must exist and have calling extensions configured.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_company_object_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/company/object/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "company",
            "object",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific hubspot company by its id (or an alternative unique property value if `idproperty` is specified), optionally including specific properties, property history, associated object ids",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"companyId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_deal_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/deal/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "deal",
            "by",
            "id"
          ]
        },
        "description": "Fetches a hubspot crm deal by its id, optionally including specific properties, their history, and associations; use `idproperty` for retrieval with a custom unique property.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dealId\": \"\",\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_existing_object_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/existing/object/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "existing",
            "object",
            "schema"
          ]
        },
        "description": "Fetches the detailed schema definition for a specified, existing standard or custom hubspot crm object type; this action is read-only and does not create or modify schemas.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_line_item_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/line/item/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "line",
            "item",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a hubspot crm line item by its id or a specified unique property (`idproperty`).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"idProperty\": \"\",\n  \"lineItemId\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_line_items_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/line/items/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "line",
            "items",
            "list"
          ]
        },
        "description": "Fetches a paginated list of hubspot crm line items, allowing selection of specific properties (including history), associated object ids, and filtering by archive status; ensure property and associati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_owner_by_id_or_user_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/owner/by/id/or/user/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "owner",
            "by",
            "id",
            "or",
            "user",
            "id"
          ]
        },
        "description": "Retrieves a specific hubspot crm owner by their id, with options to specify id type (owner or user) and to include archived records.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ownerId\": 0,\n  \"archived\": false,\n  \"idProperty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_owners",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/owners",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "owners"
          ]
        },
        "description": "Retrieves a list of all owners in the hubspot crm, including their id, first name, last name, email, and user id.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_page_of_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/page/of/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "page",
            "of",
            "companies"
          ]
        },
        "description": "Retrieves a paginated list of companies from hubspot, using an 'after' cursor from a previous response for subsequent pages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"archived\": false,\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_page_of_crm_owners",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/page/of/crm/owners",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "page",
            "of",
            "crm",
            "owners"
          ]
        },
        "description": "Retrieves a paginated list of crm owners from hubspot, optionally filtering by email or archived status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"email\": \"\",\n  \"limit\": 0,\n  \"archived\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_pipeline_stage_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/pipeline/stage/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "pipeline",
            "stage",
            "by",
            "id"
          ]
        },
        "description": "Fetches detailed properties and metadata (e.g., label, display order, custom properties) for a specific stage within a hubspot crm pipeline, identified by its `objecttype`, `pipelineid`, and `stageid`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"stageId\": \"\",\n  \"objectType\": \"\",\n  \"pipelineId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_pipeline_stages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/pipeline/stages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "pipeline",
            "stages"
          ]
        },
        "description": "Fetches all stages for a specified hubspot crm object type and pipeline id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"pipelineId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_ticket_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/ticket/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "ticket",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a hubspot ticket by its `ticketid` or by a unique `idproperty` (if `idproperty` is used, its values must be unique across all tickets), allowing customization of returned properties, propert",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"archived\": false,\n  \"ticketId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": \"\",\n  \"associations\": \"\",\n  \"propertiesWithHistory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_timeline_event_by_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/timeline/event/by/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "timeline",
            "event",
            "by",
            "ids"
          ]
        },
        "description": "Retrieves a specific hubspot crm timeline event by its `eventtemplateid` (for an existing template) and `eventid` (for an existing event), returning event details which may not include full associated",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"eventId\": \"\",\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_retrieve_video_conference_settings_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/video/conference/settings/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "video",
            "conference",
            "settings",
            "by",
            "id"
          ]
        },
        "description": "Retrieves video conference application settings, such as webhook urls and user/account management configurations, for a specified `appid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_return_pipeline_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/return/pipeline/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "return",
            "pipeline",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific pipeline by its id and crm object type, detailing its stages and properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"pipelineId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "campaigns"
          ]
        },
        "description": "Searches for hubspot campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_company_objects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/company/objects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "company",
            "objects"
          ]
        },
        "description": "Searches hubspot company objects using a text query, complex filter groups (anded within, ored between), sorting, and specific property selection, including custom properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_contacts_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/contacts/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "contacts",
            "by",
            "criteria"
          ]
        },
        "description": "Searches for hubspot contacts using a text query, specific filter criteria (filters in a group are anded, groups are ored), sorting, and pagination to retrieve selected properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_crm_email_objects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/crm/email/objects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "crm",
            "email",
            "objects"
          ]
        },
        "description": "Searches crm email objects using full-text queries, complex filtering (filters within a group are or'd, groups are and'd), sorting, pagination, and property selection; ensure `propertyname` in filters",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_crm_objects_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/crm/objects/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "crm",
            "objects",
            "by",
            "criteria"
          ]
        },
        "description": "Searches hubspot crm objects (e.g., 'contacts', 'companies') by `objecttype` using complex criteria including filters, sorting, and pagination; property names used in filters, sorts, and returned prop",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"objectType\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_deals_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/deals/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "deals",
            "by",
            "criteria"
          ]
        },
        "description": "Searches hubspot deals using complex criteria (text queries, property filters, sorting, pagination) for targeted retrieval beyond simple id lookups; ensure filter operator/value combinations are valid",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "emails"
          ]
        },
        "description": "Searches for hubspot emails using flexible criteria and filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_feedback_submissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/feedback/submissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "feedback",
            "submissions"
          ]
        },
        "description": "Searches for feedback submissions in hubspot crm using text query, filter groups, sorting, and pagination, returning specified properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_line_items_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/line/items/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "line",
            "items",
            "by",
            "criteria"
          ]
        },
        "description": "Searches hubspot line items using criteria including filters, sorting, and pagination; `after` must be a valid cursor from a previous response, and `sorts`/`properties` must refer to valid line item p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "products"
          ]
        },
        "description": "Searches for hubspot products using flexible criteria and filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_products_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/products/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "products",
            "by",
            "criteria"
          ]
        },
        "description": "Searches hubspot products using text queries, filters, and sorting by sortable properties, with options for pagination and specifying returned properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_quotes_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/quotes/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "quotes",
            "by",
            "criteria"
          ]
        },
        "description": "Searches hubspot crm quotes using a text query, complex filter criteria, sorting, and pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "tickets"
          ]
        },
        "description": "Searches for hubspot tickets using flexible criteria and filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_search_tickets_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/tickets/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "tickets",
            "by",
            "criteria"
          ]
        },
        "description": "Retrieves hubspot tickets by applying filters on properties, a full-text query, sort preferences, and pagination, allowing selection of specific fields to be returned.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_secure_product_search_by_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/secure/product/search/by/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "secure",
            "product",
            "search",
            "by",
            "criteria"
          ]
        },
        "description": "Deprecated: searches hubspot products by criteria; use `search products by criteria` instead.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"query\": \"\",\n  \"sorts\": \"\",\n  \"properties\": \"\",\n  \"filterGroups\": \"\",\n  \"custom_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_set_call_recording_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/call/recording/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "call",
            "recording",
            "settings"
          ]
        },
        "description": "Configures the url (`urltoretrieveauthedrecording`) that hubspot uses to retrieve call recordings for a specified third-party calling app (`appid`), which must be an existing calling extension app int",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"urlToRetrieveAuthedRecording\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update"
          ]
        },
        "description": "Partially updates properties of an existing hubspot email object, identified by `emailid` (as internal id or custom unique property value if `idproperty` is given); the object must exist.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"emailId\": \"\",\n  \"idProperty\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_a_batch_of_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/batch/of/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "batch",
            "of",
            "campaigns"
          ]
        },
        "description": "Updates properties for up to 50 existing hubspot marketing campaigns in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_a_batch_of_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/batch/of/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "batch",
            "of",
            "contacts"
          ]
        },
        "description": "Updates specified properties for a batch of up to 100 hubspot contacts, identified by their vids; ensure property values use hubspot internal names and formats (e.g., for enums like 'lifecyclestage').",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_a_batch_of_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/batch/of/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "batch",
            "of",
            "emails"
          ]
        },
        "description": "Updates multiple hubspot email engagement records in a batch, identifying each by its hubspot object `id` (or an alternative unique property via `idproperty`) and setting new string values for specifi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_a_batch_of_line_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/batch/of/line/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "batch",
            "of",
            "line",
            "items"
          ]
        },
        "description": "Updates a batch of existing hubspot crm line items in a single operation, identifying each by its primary id or a unique `idproperty` (which must be a unique identifier property in hubspot), and modif",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_a_marketing_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/marketing/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "marketing",
            "email"
          ]
        },
        "description": "Updates properties of an existing marketing email identified by its `emailid`; unspecified fields retain their current values.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"state\": \"\",\n  \"emailId\": \"\",\n  \"subject\": \"\",\n  \"archived\": false,\n  \"campaign\": \"\",\n  \"language\": \"\",\n  \"publishDate\": \"\",\n  \"subcategory\": \"\",\n  \"activeDomain\": \"\",\n  \"rssData__url\": \"\",\n  \"from__replyTo\": \"\",\n  \"sendOnPublish\": false,\n  \"businessUnitId\": \"\",\n  \"from__fromName\": \"\",\n  \"rssData__timing\": {},\n  \"testing__testId\": \"\",\n  \"content__widgets\": {},\n  \"webversion__slug\": \"\",\n  \"testing__abStatus\": \"\",\n  \"webversion__title\": \"\",\n  \"content__flexAreas\": {},\n  \"webversion__domain\": \"\",\n  \"from__customReplyTo\": \"\",\n  \"rssData__blogLayout\": \"\",\n  \"rssData__maxEntries\": 0,\n  \"content__smartFields\": {},\n  \"testing__hoursToWait\": 0,\n  \"to__suppressGraymail\": false,\n  \"content__templatePath\": \"\",\n  \"webversion__expiresAt\": \"\",\n  \"rssData__blogEmailType\": \"\",\n  \"rssData__hubspotBlogId\": \"\",\n  \"to__limitSendFrequency\": false,\n  \"to__contactIds__exclude\": \"\",\n  \"to__contactIds__include\": \"\",\n  \"testing__abSuccessMetric\": \"\",\n  \"content__plainTextVersion\": \"\",\n  \"content__widgetContainers\": {},\n  \"rssData__rssEntryTemplate\": \"\",\n  \"testing__abTestPercentage\": 0,\n  \"to__contactLists__exclude\": \"\",\n  \"to__contactLists__include\": \"\",\n  \"webversion__redirectToUrl\": \"\",\n  \"rssData__blogImageMaxWidth\": 0,\n  \"testing__abSamplingDefault\": \"\",\n  \"webversion__metaDescription\": \"\",\n  \"content__themeSettingsValues\": {},\n  \"testing__abSampleSizeDefault\": \"\",\n  \"webversion__redirectToPageId\": \"\",\n  \"rssData__useHeadlineAsSubject\": false,\n  \"subscriptionDetails__subscriptionId\": \"\",\n  \"subscriptionDetails__officeLocationId\": \"\",\n  \"subscriptionDetails__preferencesGroupId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_batch_feedback_submissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/feedback/submissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "feedback",
            "submissions"
          ]
        },
        "description": "Updates a batch of hubspot feedback submissions; property keys must be existing internal hubspot names and values must be correctly formatted strings.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_batch_of_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/of/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "of",
            "companies"
          ]
        },
        "description": "Updates specified properties for multiple existing hubspot companies in a batch, identifying each company by its hubspot id or by a unique property name in `idproperty` with its value in `id`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_batch_of_crmobjects_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/of/crmobjects/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "of",
            "crmobjects",
            "tickets"
          ]
        },
        "description": "Batch updates properties for multiple hubspot crm tickets using a list of inputs, where each input specifies the ticket `id` and the `properties` to modify.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_batch_of_deals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/of/deals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "of",
            "deals"
          ]
        },
        "description": "Updates properties for multiple existing hubspot crm deals in a batch; ensure property names are the internal hubspot names.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_batch_of_objects_by_idor_property_values",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/of/objects/by/idor/property/values",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "of",
            "objects",
            "by",
            "idor",
            "property",
            "values"
          ]
        },
        "description": "Performs a batch update on a valid `objecttype` where properties are writeable and any `idproperty` used is designated unique; updates can be partial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\",\n  \"objectType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_batch_of_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/batch/of/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "batch",
            "of",
            "products"
          ]
        },
        "description": "Updates multiple hubspot product records in a single batch; all properties to be updated must already exist in hubspot.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_calling_app_recording_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/calling/app/recording/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "calling",
            "app",
            "recording",
            "settings"
          ]
        },
        "description": "Updates the recording settings, such as the url for retrieving authenticated recordings, for a specific calling extension app identified by its `appid`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"urlToRetrieveAuthedRecording\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign"
          ]
        },
        "description": "Partially updates specific, writable properties of an existing hubspot marketing campaign identified by `campaignguid`; an empty string value in `properties` clears a property.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"properties\": {},\n  \"campaignGuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "emails"
          ]
        },
        "description": "Updates multiple hubspot emails in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_existing_event_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/existing/event/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "existing",
            "event",
            "template"
          ]
        },
        "description": "Updates an existing hubspot event template's name, display templates, and tokens; providing `tokens` replaces the entire existing list, and the `id` in the request body must match `eventtemplateid` in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"appId\": 0,\n  \"tokens\": \"\",\n  \"detailTemplate\": \"\",\n  \"headerTemplate\": \"\",\n  \"eventTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_existing_object_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/existing/object/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "existing",
            "object",
            "schema"
          ]
        },
        "description": "Updates an existing custom object schema's metadata in hubspot, such as its description, labels, display properties, required properties, searchable properties, and restorability, for a specified `obj",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"objectType\": \"\",\n  \"restorable\": false,\n  \"description\": \"\",\n  \"labels__plural\": \"\",\n  \"labels__singular\": \"\",\n  \"requiredProperties\": \"\",\n  \"searchableProperties\": \"\",\n  \"primaryDisplayProperty\": \"\",\n  \"secondaryDisplayProperties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_feedback_submission_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/feedback/submission/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "feedback",
            "submission",
            "by",
            "id"
          ]
        },
        "description": "Partially updates writable properties of an existing hubspot feedback submission, identified by its `feedbacksubmissionid` (which can be an internal object id, or a unique property value if `idpropert",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"idProperty\": \"\",\n  \"properties\": {},\n  \"feedbackSubmissionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_line_item_object_partially",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/line/item/object/partially",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "line",
            "item",
            "object",
            "partially"
          ]
        },
        "description": "Partially updates specified properties of an existing hubspot line item, identified by `lineitemid` (as hubspot object id or value of `idproperty` if used); new values overwrite existing ones, and an ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"idProperty\": \"\",\n  \"lineItemId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_pipeline_stage_by_ids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/pipeline/stage/by/ids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "pipeline",
            "stage",
            "by",
            "ids"
          ]
        },
        "description": "Partially updates a hubspot crm pipeline stage identified by `objecttype`, `pipelineid`, and `stageid`, requiring `metadata` in the request; unspecified fields are unchanged.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"label\": \"\",\n  \"stageId\": \"\",\n  \"archived\": false,\n  \"metadata\": {},\n  \"objectType\": \"\",\n  \"pipelineId\": \"\",\n  \"displayOrder\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "product"
          ]
        },
        "description": "Updates properties for an existing hubspot product.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"productId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "products"
          ]
        },
        "description": "Updates multiple hubspot products in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_specific_crm_property",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/specific/crm/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "specific",
            "crm",
            "property"
          ]
        },
        "description": "Updates attributes of an existing hubspot crm property, identified by its `objecttype` and `propertyname`; only provided fields are modified, and changing a property's `type` can cause data loss if in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"label\": \"\",\n  \"hidden\": false,\n  \"options\": \"\",\n  \"fieldType\": \"\",\n  \"formField\": false,\n  \"groupName\": \"\",\n  \"objectType\": \"\",\n  \"description\": \"\",\n  \"displayOrder\": 0,\n  \"propertyName\": \"\",\n  \"calculationFormula\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_ticket",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/ticket",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "ticket"
          ]
        },
        "description": "Updates properties for an existing hubspot ticket.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ticketId\": \"\",\n  \"properties\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_tickets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/tickets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "tickets"
          ]
        },
        "description": "Updates multiple hubspot tickets in a single batch operation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inputs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_token_on_event_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/token/on/event/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "token",
            "on",
            "event",
            "template"
          ]
        },
        "description": "Updates the label or options of an existing token within a specified hubspot crm event template; token name and data type remain unchanged.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"label\": \"\",\n  \"options\": \"\",\n  \"tokenName\": \"\",\n  \"eventTemplateId\": \"\",\n  \"objectPropertyName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "hubspot_update_video_conference_app_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/video/conference/app/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "video",
            "conference",
            "app",
            "settings"
          ]
        },
        "description": "Updates interaction urls (for creating/updating/deleting meetings, fetching accounts, verifying users) for a video conference application specified by `appid`; the application must exist and all urls ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"appId\": 0,\n  \"userVerifyUrl\": \"\",\n  \"createMeetingUrl\": \"\",\n  \"deleteMeetingUrl\": \"\",\n  \"fetchAccountsUri\": \"\",\n  \"updateMeetingUrl\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}