This connector acts as a specialized extension of the OAuth2 authentication for Google Services library, abstracting the complexities of the Gmail REST API. It provides a set of high-level, easy-to-use actions for managing emails and simplified data structures to speed up development.
Key Features:
Email Management: Retrieve message lists and fetch simplified message details.
Inbox Organization: Mark messages as Read/Unread and apply or update labels programmatically.
Communication: Send simplified emails directly from your application.
Scope Management: Includes built-in integrations to expose the specific Google Scopes required for these operations, reducing configuration errors.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)