Everything you can do in Buttondown, you can do with the API. Manage subscribers, send emails, create automations — all from your own code.
Here are some common operations to get you started.
Build whatever you need.
The interface and integrations like Zapier handle most use cases. But when you need something custom, the API is there:
- Power your SaaS. Programmatically send emails, manage subscribers, and handle paid subscriptions from your own application.
- Integrate with your stack. Connect Buttondown to your analytics, CRM, or any internal tool.
- Automate everything. Sync subscriber data, trigger emails from external events, or build your own dashboard.
API-first by design.
We didn't bolt on an API after the fact. Every feature in Buttondown is built API-first — we use the same API to power our own app. Open your browser's network tab and see for yourself.
That means no second-class endpoints, no missing functionality, and no surprises. If you can click it, you can script it.