Webhooks
This page is a placeholder. Content coming soon.
Overview
Webhooks allow your application to receive real-time notifications when events occur in Lotx.
Supported Events
| Event | Description |
|---|---|
message.received | A new message was received |
message.sent | A message was sent |
domain.verified | A domain was verified |
Configuration
Creating a Webhook
Instructions for creating and configuring webhooks.
Webhook Payload
Example payload format:
{
"event": "message.received",
"timestamp": "2026-01-01T00:00:00Z",
"data": {}
}
Security
Signature Verification
Instructions for verifying webhook signatures to ensure authenticity.
Retry Policy
Details about the webhook retry policy for failed deliveries.