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 contact from form submission or researched lead data
| Field | Value |
|---|---|
| Name | hubspot__create_contact |
| Group | Integrations |
{
"type": "object",
"properties": {
"properties": {
"type": "object",
"description": "HubSpot contact properties, such as email, firstname, lastname, company, phone, website, and hubspotscore"
}
},
"required": [
"properties"
],
"description": "Input schema for the hubspot__create_contact tool."
}