Skip to main content

How to send webhook after status changes to active?

  • August 28, 2021
  • 1 reply
  • 15 views

  • New Participant
  • 3 replies

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

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • August 29, 2021

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

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