Webhooks

Get real-time notifications when things happen in your account.

Available Events

content.created
content.updated
content.published
content.deleted
image.generated
image.uploaded
site.synced
user.joined
{
  "event": "content.published",
  "timestamp": "2024-01-15T10:30:00Z",
  "data": {
    "id": "abc123",
    "title": "Getting Started with Womp",
    "url": "https://yoursite.com/blog/getting-started"
  }
}