How To Trigger A Webhook From Google Sheets - Run Make.com from GOOGLE Sheets - (NO ADD-ON REQUIRED)
In this video, I’ll show you how to trigger a webhook from Google Sheets using Google Apps Script. With this setup, you can automatically send data to Make.com when a checkbox is checked—eliminating the need to log in and manually run your scenario. You’ll learn how to add a script that detects when values are entered, inserts a checkbox, and triggers a webhook when checked. If a value is deleted, the checkbox disappears, ensuring the process stays automated and efficient. This method is perfect for automating reports, data processing, and other workflows directly from Google Sheets. 🔥 What You’ll Learn: ✔️ How to add Google Apps Script to Google Sheets. ✔️ Automatically add checkboxes when data is entered. ✔️ Set up a webhook trigger to send row data to Make.com. ✔️ Ensure seamless automation with smart script logic. ✔️ Advanced Make.com tips & tricks to streamline your workflows. Links (I may earn a commission if you sign up using these): Sign Up with MAKE - https://www.make.com/en/register?pc=jsautomates Generate Midjourney Images for as low as 0.001$ here - https://app.all-images.ai/en/home?_by=jsautomates Sign UP with PLACID to automatically generate social media posts - https://placid.app?ref=nznmmdc I used this ChatGPT prompt to create apps script: I need a google apps script that will add automatically a checkbox in column D, when column A, column B, column C has values. When the checkbox is checked it will trigger a webhook and send the row number, A, B, C values to this webhook. If I delete a value, checkbox disappears and if I uncheck the checkbox and check it again it will trigger the webhook again.