Courier provides the infrastructure needed to turn your email API into a complete notification system. Manage templates, deliverability, routing, and user preferences all in a single API.
Get started for free
Courier goes way beyond the traditional transactional email APIs. Courier is your complete notification infrastructure.
Send transactional emails through any and all email providers. SendGrid, Postmark, Mailgun, Gmail, we support them all.
We beleive transactional emails should still look great. Our designer lets you build beautiful and dynamic email templates.
Design complex automated email workflows with steps that include delay, check data, send to list, and more.
Courier provides detailed logs of every email sent through our API. This helps identify issues and ensure deliverability.
Managing email templates is a pain that is compounded when you’re adding additional channels. Courier’s templating system is omnichannel and supports drag-and-drop designs via Courier Studio, and JSON-based templates through Courier Elemental.
Courier allows you to design and execute dynamic, customized list sends with a single API call. Perfect for product updates, customized newsletters, and more.
The Courier API allows you to deliver complex email usecases with a single API call.
Courier supports sending through any provider you choose, even Gmail. We also support sending through SMS, chat, and push providers for multi-channel notifications.
Courier allows you to observe, analyze, and understand the notification experience your users are receiving across all channels and providers—making it far easier to debug issues, understand trends, and optimize your user experience.
Testimonials
Send up to 10,000 notifications every month, for free.
Get started for free
Send up to 10,000 notifications every month, for free.
Get started for free
© 2024 Courier. All rights reserved.
1// Send an email welcoming a new user to your product.2// Send a weekly product usage email to a list of users,3// pulling the data for each user from an endpoint.4{5"message": {6"to": {7"list_id": "weekly_subscribers",8"template": "weekly_product_digest",9"data_source": {10"action": "fetch-data",11"webhook": { "url": "https://main.app/digest" }12}13}14}15}