PPlunk Docs

Webhooks

Receive real-time notifications for events happening in your project.

Configure a webhook URL in your project settings to receive POST requests for delivery events like email.sent, email.opened, and contact.unsubscribed.

json
{
  "event": "email.opened",
  "timestamp": "2026-07-29T10:15:00Z",
  "data": {
    "email": "user@example.com",
    "campaignId": "cmp_123"
  }
}