curl --request POST \
--url https://demo.enneo.ai/api/mind/webhook/websiteConnector/{id} \
--header 'Content-Type: application/json' \
--data '
{
"type": "crawl.page",
"data": {}
}
'{
"status": "ok"
}Receives crawl events from Firecrawl. Authenticated via x-webhook-token header (per-connector secret). Handles crawl.page (upsert/delete pages), crawl.completed, and crawl.failed events.
curl --request POST \
--url https://demo.enneo.ai/api/mind/webhook/websiteConnector/{id} \
--header 'Content-Type: application/json' \
--data '
{
"type": "crawl.page",
"data": {}
}
'{
"status": "ok"
}