create_contact
Add a single new contact, optionally straight into audiences and/or with tags — e.g. 'add this person from my email into the newsletter list'. Contacts are subscribed by default. For more than a handful of people, use import_contacts instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag NAMES to assign — matched case-insensitively, created if missing | |
| Yes | Contact email address | ||
| apiKey | No | Send16 API key (overrides SEND16_API_KEY env var) | |
| lastName | No | Contact last name | |
| firstName | No | Contact first name | |
| audienceIds | No | Add the contact to these audience IDs (see list_audiences) | |
| customFields | No | Custom field key-value pairs |