π¬Get a Mailbox Listing
This is the GraphQL query to run in order to get a list of all messages inside a mailbox.
Gets an array of messages belonging to a mailbox.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"inbox": [{
"id": "AIm59ihdGy",
"headerfrom": "[email protected]",
"subject": "Testing!",
"date": "2023-02-09T23:51:14.411Z"
}]
}
}See Also
Last updated