Create a contact
create_contactAdd a new CRM contact using an email address or phone number. At least one identifier is required, and duplicate contacts are not checked.
Instructions
Create a CRM contact. Either email or phoneNumber is required. Existing contacts are not deduplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | e.g. ["Lead", "Enterprise"] | |
| No | |||
| notes | No | Internal notes, not visible to the contact | |
| lastName | No | ||
| firstName | No | ||
| phoneNumber | No | ||
| accountOwnerId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The contactId other tools take | |
| tags | No | ||
| No | |||
| notes | No | ||
| lastName | No | ||
| createdAt | No | ||
| firstName | No | ||
| phoneNumber | No | ||
| accountOwnerId | No |