Skip to main content

I have a status column and when i change it to active or passive, i want to send silent webhook to selected URL including another cell’s value. I couldn’t find how to do that. Can you please help?


Thank you

For info on sending a webhook, look at the documentation for using fetch.


For getting the other cell’s value, you will use getCellValue.


Reply