Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.batchrelay.com/llms.txt

Use this file to discover all available pages before exploring further.

Webhooks let you receive real-time HTTP notifications whenever key events occur in your Batch Relay account — such as when a print order is created, validated, or submitted to a fulfillment partner. Instead of polling the API for status changes, you register an endpoint on your server and Batch Relay pushes event payloads to it automatically.
Webhooks are an upcoming feature currently planned for API accounts. The events listed below represent the initial candidates and are subject to change before general availability. Watch the developer dashboard and changelog for launch announcements.

Planned Events

The following events are candidates for the first webhook release. Each event name follows a resource.action convention so you can filter and route them easily on your end.

Delivery Records

Once webhook management is enabled, every delivery attempt — including the request payload, response status, and any errors — will be visible from your developer dashboard. You can use these records to debug failed deliveries, replay events, and monitor your endpoint’s health over time.
Webhook management, including endpoint registration and delivery history, will be available directly in the developer dashboard when the feature launches. No additional tooling is required.