Gmail
Gmail, a crucial part of Google Workspace, is a widely-used email service that's essential for communication in both personal and professional contexts. By connecting Gmail to our Business Chatbot, you enable the ChatGPT to analyze your email messages, offering more personalized and relevant responses based on this data.
Setting Up the Gmail Connector
To connect Gmail to the Business Chatbot dashboard, you need to create an OAuth App in the Google Developer Console. Here's how you can do it:
Step 1. Create a project and enable the Gmail API. Here's the link.
Step 2. Click "Create". Then select the project you just created.
Step 3. Enable access to the Gmail API for this project. Navigate to "Libraries", search for "Gmail API" and click "Enable".
Step 4. Configure the OAuth consent screen. Follow this link.
Step 5. Select "Internal" as the user type and provide the app information:
App Name (e.g., "Nisa Gmail Integration")
User support email
Developer contact information
Step 6. In the "Scopes for Google APIs" section, click "Add scope" and select the following scopes for the Gmail API:
.../auth/gmail.metadata
Step 7. Create credentials for the OAuth application. In the sidebar, click "Credentials", then "Create Credentials", and select "OAuth Client ID".
Step 8. Complete the OAuth consent form:
Application type: "Web application"
Name: "Nisa Gmail Integration"
Authorized JavaScript origins: Dashboard domain URL (e.g.,
https://dashboard.nisa.ai
)Authorized redirect URIs: Your domain callback URL (e.g.,
https://dashboard.nisa.ai/oauth/gmail
)
Step 9. Upon submission, you'll receive a Client ID and Client Secret. Keep these credentials, as they will be needed soon.
Step 10. In the Business Chatbot dashboard, go to the "Sources" section. Add a new Organizational Source and select Gmail. Enter the Client ID and Client Secret you obtained from the Google Developer Console. Save the configuration.
Step 11. Connect to Gmail and authorize the app.
Congratulations! You have successfully integrated Gmail with Nisa. The chatbot can now access and process data from your Gmail account, enabling it to provide enhanced and contextually relevant insights based on your email interactions.
Last updated