Skip to main content
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.
  • Email — full field reference for email objects

Endpoints

MethodEndpointDescription
POST/api/v2/emails/testSend a test email
POST/api/v2/emails/replyReply to an email
POST/api/v2/emails/forwardForward an email
GET/api/v2/emailsList 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/countCount unread emails
POST/api/v2/emails/threads/{thread_id}/mark-as-readMark all emails in a thread as read