Gmail Multiple Mailbox
Version: 1.1
Updated: Aug 18, 2023
Interact with multiple Gmail mailboxes.
Actions​
- Add Filter (Enrichment) - Add a new filter.
- Get Filters (Enrichment) - Get all filters.
- Get Mails (Enrichment) - Get a specific email message by message ID.
- Get Role Assignments (Enrichment) - Get all role assignments.
- Get Threads (Enrichment) - Get all threads.
- Get User (Enrichment) - Get information on a specific user.
- Get Labels (Enrichment) - Get all labels.
- Get Roles (Enrichment) - Get all roles.
- List Users (Enrichment) - Get All users.
- Search Into All Mailboxes (Enrichment) - Search into all mailboxes.
- Search Into Mailboxes (Enrichment) - Search into a specific mailbox.
- Get Attachments (Enrichment) - Get attachments from a specific email.
- Delete Mails (Containment) - Delete a specific email message by message ID.
- Delete Role Assignment (Containment) - Delete all role assignments for a specific role ID.
- Delete Filter (Containment) - Delete a specific filter.
- Move Mails (Containment) - Move emails.
Gmail Multiple Mailbox configuration​
- Create/view a Project at Developers console.
- Access your Google Service Account.
- In the IAM & admin section select Service accounts.
- In the Service accounts section, click Create Service Account
- During the service account creations, you will see the Create key, In the Create key section, click CREATE KEY.
- Select Key type JSON and click CREATE.
- A JSON is generated and automatically downloads.
- From Service accounts page you have to copy your Client ID, it will need for Domain-wide Delegation
- From the Service account details page you must Enable the G Suite Domain-wide Delegation.
- At this link http://admin.google.com/ac/owl/domainwidedelegation, you have to add the following Scopes:
- In the last stage, you have to activate the API at this links*
- You have also to Enable the Gmail API
If the API has been recently enabled, wait a few minutes for the action to propagate to the systems and retry.
Change Log​
- June 19, 2020 - First upload
- August 18, 2023 (v1.1) - Integration refactored