Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titlelistDrafts
<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
languagexml
titlegetADraft
<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

...