Integration
Deliver accepted records to your own HTTPS endpoint.
Webhooks support controlled delivery into an internal workflow. Treat the receiving endpoint as a production integration.
Implementation checklist
- Use HTTPS and authenticate requests at the receiving endpoint.
- Validate the payload and reject unexpected fields or sizes.
- Make processing idempotent and log a non-sensitive delivery reference.
- Return a success response only after the record has been accepted safely.
- Rotate credentials and disable the endpoint if it is exposed.
Availability and support
Webhook fields, retries, and access can vary by plan and configuration. Use the contact page before depending on a specific delivery contract.