Gmail Connector Overview¶
Gmail is a free, Web-based e-mail service provided by Google. It allows you to send, read, and delete emails through the Gmail REST API. Furthermore, it provides the ability to read, trash, untrash, and delete threads, create, update, and delete drafts, get the Gmail profile, and access the mailbox history as well, while handling OAuth 2.0 authentication.
To see the Gmail Connector, navigate to the connector store and search for "gmail".
Compatibility¶
Connector Version | Supported product versions |
---|---|
3.0.8 | APIM 4.0.0, EI 7.1.0, EI 7.0.x EI 6.6.0 EI 6.5.0 |
For older versions, see the details in the connector store.
Gmail Connector documentation¶
-
Creating the Client ID and Client Secret: You need to first create Gmail credentials for the connector to use in order to interact with Gmail.
-
Gmail Connector Example: This example demonstrates a scenario where a customer feedback Gmail account of a company can be easily managed using the ESB Gmail Connector.
-
Gmail Connector Reference: This documentation provides a reference guide for the Gmail Connector.
How to contribute¶
As an open source project, ESB extensions welcome contributions from the community.
To contribute to the code for this connector, create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Top