BLOGS
Send Notification Content Without Templates
You can now send notifications without designing and using templates, by directly passing content in your API calls.

You can now send emails, SMS, or any channel content through NotificationAPI without creating templates first. This new capability allows you to pass content directly in your API calls, giving you complete flexibility over your notification content at send time.
Why This Matters
For simple channels such as SMS, this capability makes it easier for developer-focused companies to quickly iterate over the SMS content without needing to visually modify the SMS templates.
For more complex channels like Email, this capability is useful for teams that prefer to code and commit their email templates in their codebases, or teams where the non-technical team is not in charge of modifying the email templates.
Features
Our API now accepts inline content for all channels including email, SMS, push notifications, and in-app messages. You can specify subject lines, message bodies, and channel-specific formatting directly in your API request. This works alongside our existing template system, so you can choose the right approach for each use case.
How to Get Started
Check out our documentation for detailed examples and implementation guides. You can start using this feature immediately with your existing NotificationAPI integration, no additional setup required.