> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Contact

> Add a contact to a Resend audience.

**Create Contact** adds an email address and optional name to a Resend audience.

| Input                          | Type           | Required | Description                                        |
| ------------------------------ | -------------- | -------- | -------------------------------------------------- |
| **Third-party account**        | Resend account | Yes      | The API key used for the audience.                 |
| **Audience ID**                | String         | Yes      | The destination audience.                          |
| **Email**                      | Email          | Yes      | The contact's address.                             |
| **First Name** / **Last Name** | String         | No       | Optional contact name fields.                      |
| **Subscribed**                 | Boolean        | No       | Whether the contact is subscribed. Defaults to on. |

| Output         | Type   | Description                              |
| -------------- | ------ | ---------------------------------------- |
| **Contact ID** | String | Resend's identifier for the new contact. |
