idea_pipeline.scrape_failed{
"event": "idea_pipeline.scrape_failed",
"timestamp": "2026-07-15T06:50:00Z",
"account_id": 19598,
"location_id": "279381",
"scope": "local",
"data": {
"scrape_job_id": "scrape-441",
"pipeline_status_id": "ps-77",
"error_message": "Website could not be reached"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "idea_pipeline.scrape_failed",
"timestamp": "2026-07-15T06:50:00Z",
"account_id": 19598,
"location_id": "279381",
"scope": "local",
"data": {
"scrape_job_id": "scrape-441",
"pipeline_status_id": "ps-77",
"error_message": "Website could not be reached"
}
}'{}