App Logo
mail.google.com

Reply to Gmail thread

Reply (or reply-all) in a Gmail thread by its hex threadId (as returned by search_emails), with a plain-text body. Replies to the latest message of the thread. Returns sent, threadId, replyAll.

Input

body required

Plain-text reply body (newlines preserved).

threadId required

Hex legacy thread id, e.g. "19f2817451c27480".

account optional

Google account email to act as (authuser=). Without it Gmail picks u/0, which is NOT deterministic when several accounts share the browser's cookie jar.

replyAll optional

Reply to all recipients instead of just the sender.

Default: false

Output

sent required
replyAll required
threadId required

FAQ

Reply (or reply-all) in a Gmail thread by its hex threadId (as returned by search_emails), with a plain-text body. Replies to the latest message of the thread. Returns sent, threadId, replyAll.
Required: threadId, body. Optional: account, replyAll.
It returns sent, replyAll, threadId.
Yes. It acts as you on mail.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the mail.google.com cookies saved by the Reduck extension.
It makes changes on mail.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/mail.google.com/reply_to_email, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/mail.google.com/reply_to_email
It is part of Reduck's official curated catalogue.

Start building not clicking