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 default HubSpot association between two CRM records
| Field | Value |
|---|---|
| Name | hubspot__associate_records |
| Group | Integrations |
{
"type": "object",
"properties": {
"fromObjectType": {
"type": "string",
"description": "Source CRM object type, such as contacts, companies, or leads"
},
"fromObjectId": {
"type": "string",
"description": "Source CRM record ID"
},
"toObjectType": {
"type": "string",
"description": "Target CRM object type, such as contacts, companies, or leads"
},
"toObjectId": {
"type": "string",
"description": "Target CRM record ID"
}
},
"required": [
"fromObjectType",
"fromObjectId",
"toObjectType",
"toObjectId"
],
"description": "Input schema for the hubspot__associate_records tool."
}