Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a HubSpot CRM lead associated with an existing contact or company
| Field | Value |
|---|---|
| Name | hubspot__create_lead |
| Group | Integrations |
{
"type": "object",
"properties": {
"properties": {
"type": "object",
"description": "Lead properties. Include hs_lead_name and any scoring or routing fields."
},
"associations": {
"type": "array",
"description": "Associations to existing contacts or companies"
}
},
"required": [
"properties"
],
"description": "Input schema for the hubspot__create_lead tool."
}