Webhooks

Listen for real-time secret change events with webhooks

Here’s how to configure webhooks on your Onboardbase projects/environments and listen for real-time secret change events.

Log in to your Onboardbase dashboard, select the project you want to configure webhooks for, then click on the webhooks tab.

From the webhooks page, click on the “Add webhook” button, which pops up a modal asking you to enter your webhook name, URL, and the environment/s you want to receive events for.

Note: To get a webhook URL just for testing purposes, you can visit https://webhook.site to generate a free webhook URL.

After creating a webhook, you can then go on by updating a secret value and see how you receive your events (a post request for your webhook URL) in real-time. In this case, on our webhook.site interface.