✉️Get a Specific Message
This is the GraphQL query to run when you want to get the body and html of a particular message.
Last updated
This is the GraphQL query to run when you want to get the body and html of a particular message.
Last updated
This is the only GraphQL query that will allow you to get the raw body and the html of the message.
POST
https://api.maildrop.cc/graphql
This GraphQL query takes a mailbox and an id as required parameters. Returns a Message object with valid "data" and "html" fields.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
returns:
Content-Type
String
application/json
String
'{"query":"query Example { message(mailbox:\"testing\", id:\"AIm59ihdGy\") { id headerfrom subject date } }"}'