hubspot_create_email
Create an email engagement in HubSpot and optionally associate it with a CRM object to track communications.
Instructions
Create an email engagement in HubSpot and optionally associate it with a CRM object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Email body (plain text) | |
| html | No | Email body (HTML) | |
| status | No | Email status | |
| ownerId | No | HubSpot owner ID | |
| subject | No | Email subject line | |
| toEmail | No | Recipient email address | |
| direction | No | Email direction/type | |
| fromEmail | No | Sender email address | |
| timestamp | No | ISO 8601 timestamp (defaults to now) | |
| associateWith | No | CRM object to associate this engagement with |