Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Forward an email
| Field | Value |
|---|---|
| Name | outlook__forward_email |
| Group | Integrations |
{
"type": "object",
"properties": {
"messageId": {
"type": "string",
"description": "Message ID"
},
"comment": {
"type": "string",
"description": "Forward comment"
},
"toRecipients": {
"type": "array",
"description": "Recipients to forward to"
}
},
"required": [
"messageId",
"toRecipients"
],
"description": "Input schema for the outlook__forward_email tool."
}