reply_to
Reply to existing email messages by automatically fetching the original to set correct recipient, thread ID, and in-reply-to headers. Use recipient fallback when replying to sent messages.
Instructions
Reply to an existing message. Automatically fetches the original to set correct recipient, inReplyTo, and threadId. Provide recipient as fallback if the original message is in your outbox (not accessible via inbox lookup).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bodyMd | No | Optional Markdown body | |
| payload | Yes | Structured payload for the reply | |
| subject | No | Reply subject (defaults to Re: original subject) | |
| priority | No | ||
| taskType | Yes | Task type for the reply | |
| messageId | Yes | ID of the message to reply to | |
| recipient | No | Fallback recipient if the original message cannot be found in the inbox (e.g., when replying to a message you sent). | |
| ttlSeconds | No | Time-to-live in seconds. Set to -1 for messages that never expire. | |
| signMessage | No | Add ED25519 signature to the reply |