Create a contact
bird_create_contactCreates a contact (CRM record) in Bird — additive, sends no message. Contacts are unique by email. Bird API: POST /v1/contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Custom property values. Each key must be a property created via the contact-properties API; values match the property's declared type. | |
| Yes | The contact's email address (unique within the workspace). | ||
| last_name | No | The contact's last name. | |
| first_name | No | The contact's first name. | |
| external_id | No | Your own identifier for this contact (unique within the workspace). |