For the complete documentation index, see llms.txt. This page is also available as Markdown.

Templates

Push templates — the content your sends are built from.

Where: Push → Templates · /projects/<project>/push/templates

A template is the reusable content of a push message: the notification's title, body, and delivery options. Templates support token binding — Razor placeholders like @Model.FirstName are filled in at send time, so one template serves every recipient. See Tokens binding for the syntax.

Push → Templates.

What you can do here

The Push Templates list shows each template's Template Name, Type (Transactional or Marketing), and Is Active flag. Templates live in your project's database, so the list waits until the project database is ready.

Create Template opens the template editor; clicking a template name opens the same editor for that template. Every send — campaign or trigger-driven — points at a template by id (tmpl_…), so updating a template updates every future send that uses it.

Use it from code

Get Push Templates · Create Push Template

API reference

Endpoints: Get Push Templates, Get Push Template, Create Push Template, Update Push Template, Clone Push Template, Archive Push Template, Delete Push Template.

Last updated