Hello everyone,
I am happy to announce that Webhooks have been released for everyone.
You can use Webhooks either from our API v2 or from the integration store.
Go check it out!
2 Likes
Hi,
How do I verify an incoming webhook from monday once its setup?
Also,
how to use api to list a board’s webookhook integrations ?
Hey Sumeet!
You can verify an incoming webhook by sending the challenge parameter back as the response. To do this, I’d suggest parsing the body of the webhook and returning it as the HTTP response every time.
As for listing a board’s webhooks – at the moment this is not possible, but I’ll add your vote to this feature in the future. In order to see a board’s webhooks, you will need to view them in the GUI.
Cheers,
Dipro