Customer onboarding
This guide is the shortest customer-facing setup path for Praeto Dispatcher. It is designed for teams that already have an application that emits events and need reliable webhook delivery to customer endpoints.Setup checklist
A customer should be able to complete the first working integration in this order:- Receive a tenant API key from Praeto.
- Create an endpoint destination.
- Store the returned signing secret.
- Publish a test event.
- Verify the webhook signature at the receiving service.
- Inspect delivery attempts.
- Replay a delivery if needed.
- Monitor usage, metrics, and endpoint health.
Base URL
Use the production API hostname:Step 1: Set your API key
Step 2: Create your first endpoint
Use a test receiver such as webhook.site for the first setup pass.signing_secret. Store it immediately. It is only returned on create and rotate.
Step 3: Publish a test event
event_id and one or more delivery_ids.
Step 4: Verify the webhook signature
Praeto sends signed webhook requests with headers such as:Step 5: Inspect delivery attempts
Step 6: Replay a delivery
Step 7: Check usage and limits
Recommended first production rollout
Start with a narrow event set such asorder.created or invoice.paid. Send those events to one endpoint, verify signature handling, then expand the subscription list once the receiving service has a clean delivery history.
What to monitor after launch
- Endpoint success rate
- Recent response codes
- Dead-lettered deliveries
- Retry volume
- Monthly delivery attempts
- Payload size
- Rate-limit responses