Skip to main content

Message API

[API Docs] [SDK]

The Message API is the central email service for epilot. It handles sending, receiving, and managing email messages within the platform.

All messages in epilot are stored as message entities and organized into threads. Each message entity contains the email content, metadata (sender, recipients, subject), and relations to file entities for attachments.

Key Operations​

OperationDescription
sendMessageSend an email message from an epilot email address
getMessageRetrieve a single message by ID
searchMessagesSearch messages
markReadMessageMark a message as read
trashMessageMove a message to trash
searchThreadsSearch message threads
assignThreadAssign a thread to a user
createDraftCreate a draft message
sendDraftSend a draft message

See the full API reference for request and response schemas.