- 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/1ECWZucWLUa4CcjJFORDkYRDHkwpgzDFQHBeDWo-MQhI/edit?tab=t.0
- 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.