Email Notifications

Receive a summary with top complaints and sentiment when a report finishes generating.

Webhook

Receive a POST request to your URL when reports complete. Useful for CI/CD pipelines, Slack bots, or custom integrations.

Payload format:

{
  "event": "report.completed",
  "data": {
    "report_id": "uuid",
    "product_title": "Product Name",
    "review_count": 487,
    "asin": "B002DYIZEO",
    "complaints": [...],
    "sentiment": { "positive": 72, "neutral": 15, "negative": 13 }
  },
  "timestamp": "2026-07-05T12:00:00.000Z"
}

Headers include X-ReviewSift-Event: report.completed