Available Events
Website Events
Client Events
Invoice Events
Payload Format
Tips
- Handle all event types
- Verify webhook signatures
- Log events for debugging
- Respond with 200 OK
AI Credit Usage
Learn more
Plan Comparison
Learn more
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
All webhook event types
| Event | Description |
|---|---|
| website.created | New website created |
| website.published | Website published |
| website.updated | Website modified |
| website.deleted | Website removed |
| Event | Description |
|---|---|
| client.created | New client added |
| client.updated | Client info changed |
| client.deleted | Client removed |
| Event | Description |
|---|---|
| invoice.created | Invoice sent |
| invoice.paid | Payment received |
| invoice.refunded | Refund processed |
{
"event": "website.published",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"id": "abc123",
"name": "My Website",
"url": "https://example.com"
}
}
Was this page helpful?
