Hook & Events
Sending webhook events for actions on Woodcore
Webhooks are a powerful tool for integrating real-time notifications into your application. They allow your system to receive updates when specific events occur on Woodcore, without needing to poll for changes. This guide explains how webhooks work on Woodcore, how to use them, and recommened practices for handling events effectively.
Alloweds Events
There are just a few limitations with the type of events that can trigger a hook on Woodcore. Almsot all the POST
event are webhook enabled and you have the flexiblity to turn it on or off, disable or enable the hook and event based on your specific requirements.
Event Data & Security
Some perculiar details are sent on the header and body of every event, they’re signed and also travel with the signature for client’s server validation. See example below;
Here are some comon ways to sign and validate the event hook on your server - AI can also be helpful generating usefull samples for you based on the language you write.