hubspot_create_contact
Create or update a HubSpot contact using an email address as the unique identifier, with optional fields for name and company.
Instructions
Create a new HubSpot contact, or update an existing one if the email already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The contact's email address (used as the unique key). | ||
| company | No | The contact's company name. | |
| lastName | No | The contact's last name. | |
| firstName | No | The contact's first name. |