Competitor Price Drop

Competitor price drop detected

postWebhookalert.competitor_price_drop

Payload

idstring required
typestring required
created_atstring required
organization_idnumber required

Example payload

{
  "id": "evt_123e4567-e89b-12d3-a456-426614174000",
  "type": "alert.competitor_price_drop",
  "created_at": "2026-06-01T12:00:00.000Z",
  "organization_id": 100,
  "data": {
    "asin": "B0COMPETITOR",
    "marketplace": "com",
    "old_price": 2999,
    "new_price": 2399,
    "change_percentage": -20
  }
}

Response

Acknowledge receipt.

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.