Back to API

Webhooks

Receive real-time notifications for events.

Creating a Webhook

Navigate to Settings → Integrations → Webhooks → Create.

Event Types

  • asset.created
  • asset.updated
  • policy.created
  • quality.alert
  • access.requested

Payload Format

{
  "event": "asset.updated",
  "timestamp": "2024-01-15T10:30:00Z",
  "data": {
    "id": "table_123",
    "name": "customers",
    "changes": ["description"]
  }
}

Security

Webhooks include an HMAC signature for verification.