forward_message
ActiveTool of run.domani/domani
Forward an email message to another address. Includes the original message context (sender, date, subject, body). Optionally prepend a note. Subject is auto-prefixed with 'Fwd:'. API: POST /api/emails/{address}/messages/{id}/forward.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"message_id",
"to"
],
"properties": {
"to": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "Recipient email address(es)"
},
"slug": {
"type": "string",
"description": "Mailbox slug"
},
"text": {
"type": "string",
"description": "Optional note to prepend to the forwarded message"
},
"domain": {
"type": "string",
"description": "Mailbox domain"
},
"message_id": {
"type": "string",
"description": "ID of the message to forward"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries