Google Sheets Integration
Google Sheets setup can be divided into two parts.
- Generate Web App URL from Google Sheets
- Add the Google Sheets Web App URL to Fluentos
1. Generate Web App URL from Google Sheets
- Open your Google Sheet.
- Go to Extensions >
Apps Script.
- Replace the default code with the following code:
- Save your project and then click on Deploy >
Manage Deployments.
- Click Create Deployment.
- Click on Select type >
Web app.
- Select
Anyone
in the Who has access dropdown (this allows external requests). - Click Deploy.
- Click Authorize access, and click Allow.
You will get a URL for your web app. This URL will be the endpoint to which you make a POST request.
- Click Copy Web app URL (save it for later).
It should look similar to this:
2. Add the Web App URL to Fluentos
Navigate to the Integrations page, click the Add New Integration button, and follow these steps:
- Enter Integration name >
Google Sheets
or anything else you prefer. - Select Integration >
Custom.
- Turn on the Enabled toggle.
- Select Method >
Post.
- Enter Endpoint URL > Web app URL from Google Sheets you generated and copied as explained above.
- Click Add New Header, then select Header Key >
Content-Type
and enterapplication/json
into the Assign value field. - In the Notification Recipients field, enter your email address to receive notifications if the integration fails.
It should look similar to the image shared below: