get_message
ActiveTool of run.domani/domani
declared in 1.0.0
Get a single message by ID with full content, headers, delivery events, and attachment download URLs. API: GET /api/emails/{address}/messages/{id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"message_id"
],
"properties": {
"slug": {
"type": "string",
"description": "Mailbox slug"
},
"domain": {
"type": "string",
"description": "Mailbox domain"
},
"message_id": {
"type": "string",
"description": "Message ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries