Google Sheets
Send data to Google Sheets with Agentive
Last updated
Send data to Google Sheets with Agentive
Last updated
Creating Google Sheets requires a few additional steps:
Go to Google Cloud Console
Create a New Project
Navigate to APIs & Services, search for the Google Sheets API and enable it.
Go to API & Services > Credentials and click + Create Credentials and make new OAuth Client ID
Choose Web Application
Add https://www.googleapis.com/auth/spreadsheets as a scope.
Once you generate your OAuth Client ID you can now use this to make a request in order to generate your Access Token.
Make the following request:
Once you generate your access token you can use this as the authentication for this Tool. Make sure to use Bearer type.
Your spreadsheetID is the red section in the URL when on your Google Sheets:
https://docs.google.com/spreadsheets/d/
1mIVTBkkzfdepYahCVuTCENKGxYtZAua1NTgNMYRsPjw
/edit?gid=0#gid=0