Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt

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

Events you can receive via webhooks.

Available Events

Website Events

EventDescription
website.createdNew website created
website.publishedWebsite published
website.updatedWebsite modified
website.deletedWebsite removed

Client Events

EventDescription
client.createdNew client added
client.updatedClient info changed
client.deletedClient removed

Invoice Events

EventDescription
invoice.createdInvoice sent
invoice.paidPayment received
invoice.refundedRefund processed

Payload Format

{
  "event": "website.published",
  "timestamp": "2024-01-15T10:30:00Z",
  "data": {
    "id": "abc123",
    "name": "My Website",
    "url": "https://example.com"
  }
}

Tips

  • Handle all event types
  • Verify webhook signatures
  • Log events for debugging
  • Respond with 200 OK

Credit Costs

Learn more

Plan Comparison

Learn more