Help

How to send webhook after status changes to active?

Topic Labels: Scripting extentions
995 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Ates
5 - Automation Enthusiast
5 - Automation Enthusiast

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

1 Reply 1

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

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