Introduction
Format & Send HTML Emails With Attachments! Create a Gmail Client App from scratch, Change Email folder names, and moves Emails between them. Create a draft or Send an Email, Reply to an email, Add/Remove Trash Items or Delete immediately.
Setting up
Setup Google Developers Console
2. Create a new project
β3. Give it a name and indicate Organization (if exists)
4. Go to Library and add enable Gmail API
5. Before generating Keys - configure Consent Screen
Here is an example of how the Convent Screen can be configured:
- choose user type:
- add App information:
- add app domain and developer contact info:
6. Create OAuth Client ID credentials
In the Application type field choose "Web application", and don't forget to indicate Authorized redirect URIs (it should be the standard generic redirect https://zeroqode-demo-16.bubbleapps.io/api/1.1/oauth_redirect):
7. Publish your app in the OAuth Consent screen section, to make it work:
8. Paste keys into your app, to the proper fields:
9. Activate the checkbox "Use a generic redirect URL".
Plugin Data Calls and Actions
Plugin Data Calls
Plugin Actions
Demo to preview the settings
Demo page: https://zeroqode-demo-16.bubbleapps.io/gmail