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

EventDescription
message.receivedA new message was received
message.sentA message was sent
domain.verifiedA 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.