Changelog

Webhook delivery log and new events

  • 4 new webhook events
  • Per-event filtering
  • Full delivery log

Webhooks got a significant expansion: four new event types, per-subscription filtering, and a delivery log so you can see exactly what was sent and when.

New event types:

EventFires when
signup.removedA signup is deleted
signup.email_deliveredWelcome email reaches the inbox
signup.email_openedWelcome email is opened
signup.email_clickedA link in the welcome email is clicked

Per-subscription filtering:

Each webhook endpoint now has an event filter. Check only the events you care about — unchecking everything resets to receiving all events (the safe default).

Delivery log:

Every delivery attempt is recorded: event type, HTTP status, and any error. Check the log from the webhook settings page to debug failed deliveries without guessing.

The existing signup.created event and all previously configured webhooks are unaffected.

Latest updates

Webhook delivery log and new events · Enlist