EVENTidea_pipeline.scrape_failed
AI idea scrape failed
Event name: idea_pipeline.scrape_failed
A website-analysis scrape job for idea generation failed terminally. Scope: local or social (see the top-level scope field). Delivered as a signed HTTP POST to your Webhooks URL.
Every delivery is signed. Verify
X-Synup-Signature before processing — see Synup Webhooks.Payload
| Name | Type | Required | Description |
|---|---|---|---|
event | string | optional | Dotted event name. |
timestamp | string | optional | ISO-8601 UTC time the event was emitted. |
account_id | integer | optional | Synup account the event belongs to. |
location_id | string | optional | Numeric string for location-scoped events; null for brand-scoped events. |
scope | string | optional | AI post-idea events only: "local" or "social". |
data | object | optional | |
data.scrape_job_id | string | optional | Scrape job id. |
data.pipeline_status_id | string | optional | Associated pipeline-status id. |
data.error_message | string | optional | Customer-safe reason, bounded to <=200 chars (failed only). |
data.social_profile_id | string | optional | Brand id (scope:"social" only). |
Example delivery
{
"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"
}
}