Toolbox

Connecting Crawlibri to your tools via Webhooks

Automatically send crawl results to Slack, Zapier, n8n or any HTTP webhook-compatible tool.

⏱ 3 min read · Updated on 22 April 2026

What is a webhook?

A webhook is an HTTP notification sent automatically to a URL you define when an event occurs in Crawlibri (crawl completed, alert triggered…).

Use cases

  • Slack: receive a message in a channel when a crawl finishes
  • Zapier / n8n / Make: trigger an automated workflow
  • Your own API: ingest data directly into your system

Configuration

  1. Go to "Webhooks" from the main navigation
  2. Click "Add a webhook"
  3. Enter the destination URL and select the events to listen to
  4. Use the "Test" button to verify the connection works

Payload format

{
  "event": "crawl.completed",
  "site_url": "https://mysite.com",
  "crawl_id": 42,
  "score": 87,
  "pages_count": 134,
  "errors_critical": 2
}

Availability

Webhooks are available on the Agency plan.

Ready to analyze your site?

Create your free account and launch your first crawl in 2 minutes.

Start for free →