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 |