Webhooks

Webhook Integration Guide

Receive real-time notifications from Bruxus by setting up webhooks.

How to Configure Webhooks

Follow these steps to start receiving events.

Create a Webhook Endpoint

Set up an HTTPS endpoint on your server that can receive POST requests from Bruxus. Your endpoint must respond with a 200 status.

Register Your Webhook

In your Bruxus dashboard, go to Webhooks and add your endpoint URL. Optionally select the events you want to subscribe to.

Verify Your Endpoint

Bruxus sends a verification challenge to your endpoint. Respond with the challenge value to confirm ownership.

Handle Incoming Events

Process incoming webhook payloads. Each payload includes an event type, timestamp, and relevant data.

Monitor and Retry

View delivery logs in the dashboard. Failed deliveries are automatically retried with exponential backoff.

Set up webhooks now

Start receiving real-time events from your Bruxus projects.