...
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
...