hubspot_create_call
Log call details like title, duration, outcome, and direction, and link them to a contact, company, deal, or ticket.
Instructions
Create a call engagement in HubSpot and optionally associate it with a CRM object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Call notes or description | |
| title | No | Title of the call | |
| status | No | Call outcome status | |
| ownerId | No | HubSpot owner ID | |
| toNumber | No | Recipient phone number | |
| direction | No | Call direction | |
| timestamp | No | ISO 8601 timestamp of the call (defaults to now) | |
| durationMs | No | Duration of the call in milliseconds | |
| fromNumber | No | Caller phone number | |
| associateWith | No | CRM object to associate this engagement with |