Skip to main content
POST
/
webhook
/
websiteConnector
/
{id}
Firecrawl webhook receiver
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"
}

Path Parameters

id
integer
required

Website connector ID

Body

application/json
type
enum<string>

Event type

Available options:
crawl.page,
crawl.completed,
crawl.failed
Example:

"crawl.page"

data
object

Page data (for crawl.page events)

Response

Event processed

status
string
Example:

"ok"