List Email Ids
Lists email ids for a specific gmail account

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | Google API Connection | |
| User Email |
Config
| Name | Required | Description |
|---|---|---|
| Query | Only return messages matching the specified query. Supports the same query format as the Gmail search box, e.g. from:someuser@example.com | |
| Label IDs | Only return emails with labels that match all of the specified label IDs, e.g. SENT, INBOX | |
| Page Token | ||
| Max Results | Sets the max number of emails to return with a limit of 500 results | |
| Include Spam & Trash | Includes emails from Spam and Trash |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. | |
| Message Ids | ||
| Next Page Token |