Launch sale — 60% off Pro
Contact
Account

Not affiliated with official shadcn/ui. Visit ui.shadcn.com for official docs.

Unlock this blockGet Pro at 60% off

React Account Block Webhooks

Webhook endpoint management with URL configuration, event subscriptions, secret keys, delivery logs, retry mechanisms, and test webhook functionality

Looking to implement shadcn/ui blocks?

Join our Discord community for help from other developers.


Webhooks shouldn't be black boxes. This React webhook dashboard shows configured endpoints, subscribed events, delivery success rates, and recent attempts with response codes. Built with shadcn/ui Card, Badge, Switch, Button, and Table components with Lucide React icons, developers can add endpoints, select event types, view delivery logs, and test webhooks with sample payloads. Status indicators, retry counts, and copy-secret buttons—perfect for developer portals, API platforms, or any service offering real-time event notifications where transparency reduces integration time.

Webhooks

Configure endpoints to receive real-time event notifications

Endpoints

https://api.example.com/webhooks

Healthy
Created Dec 15, 2023• Last delivery 2 hours ago98.5% success
user.createdpayment.succeeded

Signing Secret

whsec_4f3d2e1c9b8a7f6e5d4c3b2a1

Recent Deliveries

payment.succeeded

Success
200145ms2 hours ago

user.created

Success
20098ms5 hours ago

payment.succeeded

Failed3 retries
5002341ms1 day ago

Available Events

Usersuser.created
Usersuser.updated
Paymentspayment.succeeded
Paymentspayment.failed
Subscriptionssubscription.created
Subscriptionssubscription.cancelled

About webhooks

Webhooks are signed with HMAC SHA256 using your signing secret. Verify the signature to ensure requests are authentic. Failed deliveries are retried with exponential backoff.

Installation

Questions you might have