Stannp · Example Payload

Webhook Payload

Direct MailPostcardsLettersPrintPhysical MailMarketing AutomationCampaigns

Webhook Payload is an example object payload from Stannp, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

webhook_ideventcreatedretriesmailpieces

Example Payload

Raw ↑
{
  "webhook_id": 42,
  "event": "mailpiece_status",
  "created": "2024-04-12 08:00:00",
  "retries": 0,
  "mailpieces": [
    {
      "id": 98765,
      "status": "dispatched",
      "tracking_reference": "9400111899223387624110",
      "dispatched": "2024-04-12 08:00:00"
    }
  ]
}