create_contact
Add a new CRM contact by providing email or phone number, along with optional name, tags, notes, and custom fields.
Instructions
Create a CRM contact (either email or phone_number is required).
Args: first_name, last_name, email, phone_number: basics. tags: labels like ["Lead", "Enterprise"]. notes: internal notes. additional_data: custom fields (e.g. {"revenueBand": "$1-5M"}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| No | |||
| notes | No | ||
| last_name | No | ||
| first_name | No | ||
| phone_number | No | ||
| additional_data | No |