Webhooks
Learn how to use Webhooks to subscribe to changes that happen within BaseHub.
Workflows allow you to receive event notifications from BaseHub. BaseHub will send a POST request to a URL you specify when certain events happen in a BaseHub Repository.
Available events
A commit happens. – This is a useful notification that can help you set up on-demand revalidation for your Next.js Apps, amongst other things.
Collection Events: Row created, updated or deleted.
New events in Event Block.
Workflow block
To configure webhooks, you’ll need to create a new Workflow block in your repo. There you can setup the URL that will be requested on new commits. Make sure to commit the block to make it effective.