βοΈGet a Specific Message
This is the GraphQL query to run when you want to get the body and html of a particular message.
Gets a specific message, by id, from a mailbox.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"message": {
"id": "AIm59ihdGy",
"headerfrom": "Test <[email protected]>",
"subject": "Testing!",
"date": "2023-02-09T23:51:14.411Z"
}
}
}See Also
Examples
Last updated