How to Send WhatsApp Message When Someone Submits A Google Form?
Last updated
Last updated
Powered By Automations
Create a Google Form and connect it to a Google Sheet.
Create an App Script project and copy the provided script into it.(Appscript code: docs.google.com/document/d/1ntnf3kdfKG_9HSsFCwbPLxVg4EJs9uKZBK4A6Bu4o34)
The script includes a webhook URL used to send WhatsApp messages.
Set up a trigger in the App Script project to run the script when the form is submitted.
Allow the script to access your WhatsApp account.
When the form is submitted, the script receives the data and sends a WhatsApp message.