getEmails Query
Get emails from the user's mailbox with support for pagination. If there are more emails available beyond the current page, the response will include a "nextPageToken". To retrieve the next batch of results, call "getEmails" again using the same filters and pass the returned "nextPageToken".
Arguments
#
after
The date after which the email was sent. For Microsoft, if after is provided, before must be provided as well.
before
The date before which the email was sent. For Microsoft, if before is provided, after must be provided as well.
nextPageToken
Pagination token returned in the previous "getEmails" response. Pass this token to retrieve the next page of results. If omitted, the first page will be returned.
Response
#
Returns GetEmailsResponse !.
Example
#
getDashboards
getGoal