What are monday webhooks?
monday Webhooks allow you to subscribe to events on your boards. For each event, you will get notified by an HTTP POST request to a specified URL with the event information as a payload. No need to repetitively pull data from our API to detect these changes; just subscribe to one of our Webhooks, and we'll notify your URL.
How to create a new webhook?
To add a webhook to one of your boards, click into any one of your board's Integrations Center. Look for our Webhooks app and select the webhook recipe of your choosing. Lastly, provide the URL that will receive the event payload. You're now ready to start using a webhook!
Learn More
To learn more about how to set up webhooks on monday.com, check out our comprehensive guide
here.