get_contact
Retrieve a single contact by ID from the Resend API. Provide the contact ID to get detailed contact information.
Instructions
Get a single contact by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The contact ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID | |
| Yes | Email address | ||
| last_name | No | Last name | |
| created_at | No | Created timestamp | |
| first_name | No | First name | |
| unsubscribed | No | Global unsubscribe status |