Buttondown Documentation
Webhooks allow you to automatically send data from Buttondown to other applications when specific events occur in your newsletter. This guide walks you through creating webhooks using the Buttondown dashboard.
You'll need to provide the following information:
Enter the URL where Buttondown should send event data. This URL is typically provided by:
Select which events should trigger your webhook. Common event types include:
Event Type | Description |
---|---|
subscriber.created | When someone subscribes to your newsletter |
subscriber.confirmed | When a subscriber confirms their email |
subscriber.unsubscribed | When someone unsubscribes |
email.sent | When you send a newsletter |
email.delivered | When an email is successfully delivered |
comment.created | When someone comments on your newsletter |
You can select multiple events for a single webhook.
Once you've configured your webhook, it's recommended to test it:
Buttondown sends webhook data in JSON format. Here's an example payload: