...
Code Block | ||||
---|---|---|---|---|
| ||||
<gmail.listDrafts> <maxResults>{$ctx:maxResults}</maxResults> <pageToken>{$ctx:pageToken}</pageToken> </gmail.listDrafts> |
Properties
maxResults
: Maximum number of messages to return.pageToken
: Page token to retrieve a specific page of results in the list.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<gmail.readDraft> <id>{$ctx:id}</id> <format>{$ctx:format}</format> </gmail.readDraft> |
Properties
- id: The ID of the draft to retrieve
format
: The format to return the draft in
...
to
: The email address of the recipient of this email.subject
: Subject of the email.from
: The email address of the sender of the email.cc
: The The email addresses of recipients you want to carbon copy (cc) on the who will receive a copy of this email.bcc
: The The email addresses of recipients you want to blind carbon copy (bcc) on the emailwho will privately receive a copy of this email (their email addresses will be hidden).threadId
: ID of the thread.id
: ID of the email.messageBody
: Content of the email.
...