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