Setting up an endpoint
1
Go to Webhooks in the dashboard
Open the Webhooks section of your Relaybase dashboard.
2
Add an endpoint
Click Add Endpoint and enter the URL you want Relaybase to send events to.
3
Save your webhook secret
You’ll be given a webhook secret for that endpoint. Save it securely — you’ll need it to verify incoming events.
Event types
Example payloads
Test event
Bulk validation completed
Bulk validation failed
id, a type matching one of the event types above, a created_at timestamp, and a data object whose shape depends on the event type.
Verifying webhook signatures
Webhook payloads are signed with SHA-256 using the secret generated for that endpoint. Use your webhook secret to verify that an incoming request genuinely came from Relaybase before trusting its contents.The exact signature header and verification steps will be documented here once confirmed — for now, keep your webhook secret handy and treat any request that doesn’t verify against it as untrusted.