From 7c062560089d0fe8e46eae03c0834a4440e91a3f Mon Sep 17 00:00:00 2001 From: "firecrawl-spring[bot]" <254786068+firecrawl-spring[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 15:02:03 +0000 Subject: [PATCH] docs(webhooks): clarify configuration intro on overview Lead the Configuration section with what the reader accomplishes and note that the same webhook object works across all supported operations. Co-Authored-By: micahstairs --- webhooks/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhooks/overview.mdx b/webhooks/overview.mdx index cb99b53e..3f54cdcc 100644 --- a/webhooks/overview.mdx +++ b/webhooks/overview.mdx @@ -25,7 +25,7 @@ See [Event Types](/webhooks/events) for full payload details and examples. ## Configuration -Add a `webhook` object to your request: +Tell Firecrawl where to deliver events by including a `webhook` object in your request. You can attach it to any supported operation, and the same object shape works across all of them.