reply answers one Gmail message and keeps the response in its conversation.
Use it when you know exactly which message should determine the reply
recipient and conversation headers.
Example
automations/acknowledge-email.automation.ts
Inputs
Recipient is an email string or { address: string; name?: string }.
Attachment is a File or an object containing file with optional
filename, contentId, and disposition: "attachment" | "inline".
Every input, including account, also accepts a compatible Signal.
The action fails when the source message lacks a Gmail thread ID, subject, RFC
Message-ID, or both Reply-To and From headers.
Output
Returns aSignal<MessageMetadata> with: