Manage emails visible in the Unibox, including campaign emails, replies, and manually sent emails. These endpoints allow you to send test emails, reply to or forward emails, list and retrieve emails, update email properties, delete emails, count unread messages, and mark threads as read.Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Related schemas
- Email — full field reference for email objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v2/emails/test | Send a test email |
| POST | /api/v2/emails/reply | Reply to an email |
| POST | /api/v2/emails/forward | Forward an email |
| GET | /api/v2/emails | List email |
| GET | /api/v2/emails/{id} | Get email |
| PATCH | /api/v2/emails/{id} | Patch email |
| DELETE | /api/v2/emails/{id} | Delete email |
| GET | /api/v2/emails/unread/count | Count unread emails |
| POST | /api/v2/emails/threads/{thread_id}/mark-as-read | Mark all emails in a thread as read |