Add Contact
add_contactAdd a contact person to a customer organization, storing their role, email, phone, and whether they are the primary contact.
Instructions
Add a contact person to a customer organization. Contacts are individuals you interact with at that company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role at the organization, e.g. 'CEO', 'CTO', 'Head of Sales' | |
| No | Email address | ||
| phone | No | Phone number | |
| last_name | Yes | Contact's last name | |
| first_name | Yes | Contact's first name | |
| is_primary | No | Whether this is the primary contact for the organization | |
| customer_id | Yes | Customer UUID this contact belongs to |