Sender for Google Sheets
Send a message to Google Sheets via API
Source Code
In source code, the bot sends text from Google Sheets cells to the numbers specified in the cells. Records the status of the sent message, and if the client responds, records his first response in an additional cell. You can use this source code in your work or as a convenient platform to start your project.
Here are instructions on how to customize the script from GitHub: WhatsApp API Google Sheets
What is the functionality of this bot?
Writing information to a table;
Reading information from the table;
Sending messages to numbers from the table;
If you need help, just message us in the support chat on any page of the site. We can help you with bot installation or customization.
API Endpoint for Interface
The request will require specifying a Header with the name Authorization and the value "Bearer {your_channel_token}"
Body:
{
"spread_sheet_url": "Link to the Google spreadsheet"
}
You need to give permission to access the Link for our account as Editor sender-[email protected]
Last updated
Was this helpful?