How To Trigger Automations Flow Or Send WhatsApp Messages From Google Sheet Particular Column Change
Create a Google Sheet and name it.
Enter data into the Google Sheet.
Navigate to Extensions > App Script > Untitled project.
Replace the monitored column and automation webhook URL in the script with your values.
Script: https://docs.google.com/document/d/1WqvyMpAJ04r6LztFCC7wczeCuijdO9rIj90hLxhFFG4/edit?usp=sharing
To find the automation webhook URL:
Create a workflow in Automation Builder.
Select Webhook > Custom Webhook.
Copy the webhook URL.
Set the monitored column to the column number you wish to trigger the automation for.
Save the script.
Enter some dummy data in the Google Sheet.
In the script editor:
Go to Triggers > Add trigger.
Select onEdit for the function to run on edit.
Choose your Gmail ID.
Click on Advanced > Go to the app script name to allow access.
Click on Editor > Capture incoming webhook to test the script.
Update the monitored column in the Google Sheet and verify if the data is received in the Automation Builder.
Implement further integrations such as time delays, WhatsApp messages, etc., based on the column change.
Last updated