Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
hubspot__create_lead
{ "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." }