Create templates
Templates can be created in multiple ways:Dashboard
Go to Messages > Templates and click New Template.
Email template forwarding
No-code way to forward a copy of an email template from another platform or OneSignal app.
Create Template API
Create templates programmatically using the Create Template API.
Copy between apps API
Copy templates between OneSignal apps (one-time copy, not a live sync).
Design guidelines
Templates support Liquid syntax for advanced personalization, letting you insert dynamic, user-specific content. For channel-specific best practices, see:Push notification design
Push notification design, features, and platform options.
SMS/RCS messaging
SMS/RCS design, features, and compliance requirements.
Email HTML design
Build emails with full HTML and CSS control.
Email drag-and-drop design
Build emails visually with the drag-and-drop editor.
Send messages using templates
You can send a template in multiple ways:- New Message flow: When composing in the dashboard, choose to start from a template.
- Templates page: Go to Messages > Templates, then select Options (3-dot menu) > New Message.
- API: Include the
template_idin a Create message request.
For SMS/RCS templates, the editor shown depends on the sender you select: the RCS editor for senders with an RCS resource, the SMS editor otherwise. Selecting a sender with an approved RCS resource also makes OneSignal prefer RCS for existing automations using that sender. See Upgrading existing automations to RCS for how SMS content maps to RCS.
Template ID
Each template has a unique OneSignal-generatedtemplate_id (UUID v4). You can find it:
- Using the View Templates API
- In the OneSignal Dashboard under Messages > Templates > Options > Copy Template ID

Track performance
The Templates page shows aggregate lifetime performance across all sends using the template.| Column | Description |
|---|---|
| Name | The template’s name. |
| Labels | Labels used to group and filter templates. |
| Type | Push, Email, or SMS. |
| Last Sent | Date and time the template was last used in a sent message. |
| Delivered | Total successful deliveries (to push servers, recipient inboxes, or SMS carriers, depending on channel). |
| Opened | Total email opens (including repeat opens). Not applicable for push or SMS. |
| Clicked | Total clicks on the notification or links within the email/SMS. |
| CTR | (Clicked ÷ Delivered) × 100%. |
Template analytics
Detailed per-template reports with channel-specific metrics and exportable audience data.
Update templates
You can update templates via:- Dashboard: Go to Messages > Templates > Options > Edit.
- API: Use the Update Template API.
Delete templates
You can delete templates via:- Dashboard: Go to Messages > Templates > Options > Delete.
- API: Use the Delete Template API.
FAQ
How long is template data stored?
Template content is stored for the lifetime of the template, until you delete it. Aggregate analytics on the Templates page are also lifetime. Individual send-level analytics follow your plan’s retention policy. See Template analytics for details.Can I duplicate templates across apps?
Yes. Use the Copy Template to Another App API for any template type. For email specifically, you can also use Email Template Forwarding.Does updating a template affect past messages?
No. Past messages retain the content they were sent with. Only future sends use the updated template. Performance metrics are not reset.Can I use the same template for multiple channels?
No. Each template is tied to a single channel: push, email, or SMS. Create separate templates for each channel.Can I override template content when sending via API?
Yes. Include fields likecontents, headings, or email_body in your Create message request alongside the template_id. The API fields override the corresponding template fields for that send only.
Related pages
Message personalization
Personalize templates with tags, Liquid syntax, and custom event properties.
Liquid syntax
Full reference for Liquid templating in OneSignal messages.
Journeys
Use templates in automated multichannel messaging flows.
Labels
Organize and filter templates with custom labels.