Get an email message
Email messages
Get an email message
Retrieve an email message, including its compiled LMX content.
GET
Get an email message
Documentation Index
Fetch the complete documentation index at: https://loops.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
The ID of the email message.
Response
Success
The email message ID.
The ID of the campaign that owns this message.
Email subject line.
Email preview text.
Sender display name.
Sender email address.
Reply-to email address.
The current content revision ID. Pass this as
expectedRevisionId when
updating the message.ISO 8601 timestamp for when the message was last updated.
Error
A400 Bad Request is returned for invalid emailMessageId, or if no sending
domain is configured.
A 404 Not Found is returned if the email message does not exist.
A 409 Conflict is returned when the email message uses MJML format or content cannot be parsed.
If the API key is invalid (or content API is not enabled for your team), a
401 Unauthorized is returned.
An error message describing what went wrong.
Last modified on May 27, 2026

