Documentation/Webhooks

Webhooks

Receive real-time notifications for redirect events.

Available Events

redirect.createdNew redirect created
redirect.updatedRedirect modified
redirect.deletedRedirect removed
deploy.startedDeployment initiated
deploy.completedDeployment finished

Webhook Payload

{
  "event": "redirect.created",
  "timestamp": "2025-12-01T10:00:00Z",
  "data": {
    "id": "abc123",
    "source": "/old-page",
    "destination": "/new-page",
    "status_code": 301
  }
}

Setting Up Webhooks

  1. 1. Go to Settings → Webhooks
  2. 2. Click "Add Webhook"
  3. 3. Enter your endpoint URL
  4. 4. Select events to subscribe to
  5. 5. Save and test the webhook

Note: Webhooks are available on Business and Enterprise plans.