FEATURES
Templating & Editors
Visually configure, design, and manage notifications with a few clicks.
Arial
12px
B
I
U
Link
Image
Table
HTML
GOODBYE HTML/CSS
Powerful Editors
Rich Email Editor
Visual Editors for All Channel
Multi Language / Multi Branding Support
notificationapi.send({type: "welcome",to: {email: "user@example.com"},// Use a specific templatetemplateId: "french_fr",parameters: {firstName: "Marie",domain: "company.fr"}})
Internationalization, Localization, and Whitelabeling
Create Unlimited Templates
RTL Support for Arabic, Hebrew, etc.
Default Template Fallback
Custom Parameter Injection
Hello {{firstName}}, You have {{ comments.size }} new comments: {% for comment in items %} {{comment.text}} {% endfor %}
Liquid Template Engine
Dynamic Parameters
Logic (if, loops)
Based on Liquid
axios({method: "GET",baseURL: 'https://api.notificationapi.com/',url: 'notifications/welcome/templates/french',})
API Access
Create & Update Templates Programmatically
Export Anytime
HTML Import (Coming Soon)