Message
Look up sent messages, follow their delivery events, and retrieve the original source, HTML or text body.
Get message details
Returns detailed information about a specific message including optional nested resources.
path Parameters
messageIdHeaders
AuthorizationBearer token. Format: Bearer {team_token}
Get message details › Responses
MessageData
idtypestatusstatus_changed_atscheduled_attagfrom_emailfrom_namereply_tosubjectroute_idcreated_atspam_scoreOverall spam assessment score. Scores below 5 are clean, 5 through 10 indicate potential spam, scores above 10 and below 15 are likely spam, and 15 or higher is definite spam. Null means no assessment is available. Available on plans with Spam Insights
Detailed rules that contributed to the spam assessment. Available on plans with Spam Insights in individual-message responses
Change the delivery time of a pending scheduled message
path Parameters
messageIdHeaders
AuthorizationBearer token. Format: Bearer {team_token}
Change the delivery time of a pending scheduled message › Request Body
scheduled_atChange the delivery time of a pending scheduled message › Responses
message_idscheduled_atList messages for the team
Returns a paginated list of messages with filtering and sorting capabilities.
query Parameters
sortfilter[search]Search in sender, recipients, and subject
filter[tags][0][name]Exact tag name. Add more numbered pairs to match all pairs.
filter[tags][0][value]Exact tag value.
filter[from_email]Search by sender email (partial match)
filter[subject]Search by subject (partial match)
page[size]Number of results per page
page[cursor]Cursor for the next or previous page
filter[tags]filter[overdue]filter[project]Filter by project ID
filter[type]filter[status]filter[route_id]Filter by route ID
filter[domain_id]Filter by domain ID
filter[tag]Filter by tag name
filter[from_date]Filter messages created after this date
filter[to_date]Filter messages created before this date
Headers
AuthorizationBearer token. Format: Bearer {team_token}
List messages for the team › Responses
The cursor paginated collection of App.Data.Api.V1.Message.MessageListData
The list of items
linksGet message events
Returns a paginated list of events for a specific message with sorting capabilities.
path Parameters
messageIdquery Parameters
page[size]The number of results that will be returned per page.
page[cursor]The cursor to start the pagination from.
include_machine_eventsInclude security scanner, preview, and other machine-only tracking events. Supported privacy opens are included without this option.
sortHeaders
AuthorizationBearer token. Format: Bearer {team_token}
Get message events › Responses
The cursor paginated collection of App.Data.Api.V1.Message.MessageEventData
The list of items
linksProcess one quarantined inbound message
path Parameters
messageIdThe message UUID
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Idempotency-KeyOptional key for an idempotent request
Process one quarantined inbound message › Responses
The message was queued for webhook delivery