readEmail
Read Email
Read the full content of a Gmail message by its ID.
Arguments
accountIdstringoptionalConnected account this acts on: an accountId or email from listMailAccounts. Omit for the primary account. Pass the SAME account you found the message / draft / label in: a Gmail id is per-account, so aiming a non-primary id at the…maxCharsintegeroptionalMaximum body characters to return in this callmessageIdstringrequiredThe Gmail message IDoffsetintegeroptionalCharacter offset to start the body from (page via nextCursor)
Returns
Returns the complete decoded body (HTML cleaned to text, entities decoded) plus the full recipient headers: to, cc, and bcc (bcc only ever resolves on the user's own sent mail; it is "" on…
Declared limits
maxChars: minimum 1maxChars: maximum 50000offset: minimum 0offset: maximum 9007199254740991
Ask for it
The Cloud routes these requests to this verb.
- read that email
- open the message from X
- what does it say
Pair it with
The verbs that finish the job.