Back to Tools

HubSpot

CRM

HubSpot CRM integration for contacts, companies, deals, and marketing automation.

Available Actions
contactscompaniesdealsemailsworkflows
Input Schema
{
  "type": "object",
  "required": [
    "endpoint"
  ],
  "properties": {
    "data": {
      "type": "object"
    },
    "method": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "paging": {
      "type": "object"
    },
    "results": {
      "type": "array"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/hubspot

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/hubspot \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "contacts"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.