Troy Goode
February 23, 2022

Table of contents
Marking up notification emails with HTML out of the 1990s has always been an annoyance, but now notifications need to span across additional channels such as SMS, Slack, Microsoft Teams, mobile push, web push, etc. They also need to accommodate more dynamic use cases like magic login links, multi-language notifications, and location based alerts that have caused the content formatting challenge to become far more complicated and cumbersome.
For example, if you need to trigger a notification that includes a call-to-action for email, SMS, and Slack, the CTA needs to be an HTML button in email, a plain text link in SMS, and a Slack Block element. This task typically is approached by either creating three separate templates or coding up some if/then statements, both of which get very cumbersome very quickly.
That is why we built Courier Elemental, an omni-channel markup language for notifications. Elemental provides a powerful JSON-based syntax to describe the content of your notification for email, push, chat, or any channel you use to notify users (check out the docs). With Courier Elemental, you can customize the look, language, and structure of your notification based on locale, channel, and other more advanced custom logic. Elemental not only makes the tedious parts of notification development simple, but it also enables more dynamic, engaging notification experiences that feel like a natural exetension of the core product experience. Let’s take a look at some of the notifications that Courier Elemental enables for the Bat Signal app.
Copied!
{"message":{"to":{"email":"bruce.wayne@gmail.com"},"content":{"title":"Password Reset!","body":"Hi Bruce, here is your temporary password: {{new_password}}"},"data":{"new_password":"hf73*sh1!hfshjsk"},"routing":{"method":"single","channels":["email"]}}}

Copied!
{"message": {"to": {"email": "bruce.wayne@gmail.com"},"content": {"title": "Citizen In Need","body": "Hi Bruce, {{citizen_name}} needs help!","elements": [{"type": "action","style": "button","content": "Directions","href": "{{directions_to_incident}}"},{"type": "image","src": "{{citizen_image}}","href": "{{citizen_profile}}","align": "center","altText": "{{citizen_name}} Image"}]},"data": {"citizen_name": "Distressed Damsel","citizen_profile": "www.bat-signal.com/profile/distressed-damsel","citizen_image": "www.bat-signal.com/profile/distressed-damsel/profile.png","directions_to_incident": "https://www.google.com/maps/dir/ghct"},"routing": {"method": "all","channels": ["email","sms","slack","push"]}}}

Copied!
{"message":{"to":{"email":"{{citizen_email}}"},"content":{"title":"Rescue Feedback Survey","elements":[{"type":"text","content":"Hi {{citizen_name}}, we're so happy that your rescue was successful!Please complete this survey and tell us how we did.","if":"data.rescue_success === true"},{"type":"text","content":"Hi {{citizen_name}}, we're so sorry that your Batman was not able to provide youwith a successful rescue. Please complete this survey and tell us how we did.","if":"data.rescue_success === false"},{"type":"action","style":"link","content":"Complete Survey","href":"{{survey_link}}"}]},"data":{"citizen_name":"Distressed Damsel","citizen_email":"distressed.damsel@gmail.com","rescue_success": true,"survey_link":"https://bit.ly/3BFUief"},"routing":{"method":"single","channels":["email"]}}}

We've also put together an example app on GitHub called the Courier Alert Center to show what notification built with Elemental look like in a real code base.
This is just the beginning for Courier Elemental. In the coming months, we will be releasing new elements as well as new API functionality to open up even more developer use cases. One exciting use case that Courier Elemental will be enabling soon is the ability for our customers to embed a custom notification designer in their product for their end users. Imagine a teaching platform where teachers want to create notifications for students or a CRM for small businesses that wants to enable business owners to notify their customers. This is just one of many new notification use cases that will be coming to Courier in 2022.
If you want to get started building with Courier Elemental today, you only need to do two things.
You need a Courier API key which you can get for free by signing up here (every developer gets 10,000 free sends per month)
Once you have an account you need to configure one of the many notification providers we integrate with.
If you’d like to attend a more in-depth technical demo and ask any questions, please register for Developing With Elemental and join us next week!

Top 8 Customer Engagement Platforms for Product-Led SaaS in 2026
Comparing Courier, Iterable, OneSignal, Braze, Customer.io, Knock, Novu, and SuprSend across orchestration, developer experience, and infrastructure primitives for product-led SaaS.
By Kyle Seyler
February 19, 2026

What are transactional notifications? Transactional email examples, transactional push, and more.
Transactional notifications are automated messages triggered by user actions or system events, like password resets, order confirmations, and payment alerts. Unlike marketing messages, they require no opt-in and have legal protections under CAN-SPAM. This guide covers what transactional notifications are, how they work across email, SMS, and push channels, real-world examples for each, and how to stay compliant. Whether you're building your first notification system or auditing an existing one, this breakdown will help you understand what belongs in each category and how to route messages correctly.
By Kyle Seyler
February 17, 2026

The $5.9 Billion Rebuild: Why Healthcare Is Replacing Its Notification Infrastructure
The clinical alert and notification market will reach $5.9 billion by 2032, growing at 12.3% annually. That number represents hardware, software, and services combined. It also represents healthcare's admission that pagers and overhead speakers aren't enough anymore. Healthcare organizations are rebuilding how critical information moves through their systems. Regulatory pressure, workforce shortages, and value-based care economics are forcing the investment. The software layer is where outcomes are won or lost.
By Kyle Seyler
February 02, 2026
© 2026 Courier. All rights reserved.