Competitor Promotion

Competitor promotion detected

postWebhookalert.competitor_promotion

Payload

idstring required
typestring required
created_atstring required
organization_idnumber required

Example payload

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

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.