create_contact
Add a new contact to Resend with an email address and optional first/last name. Set the unsubscribed flag to control broadcast eligibility.
Instructions
Create a new contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Contact's email address | ||
| last_name | No | Last name | |
| first_name | No | First name | |
| unsubscribed | No | If true, contact won't receive broadcasts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID | |
| object | No | contact |