Export to Elemental
The "Export to Elemental" feature allows users to export templates made with Courier's Notification Designer as Elemental syntax.
Exporting Elemental Assets
- In the Notification Designer, click the dropdown arrow next to "Publish"
- Select "Export to Elemental"
- Copy the JSON output containing the Elemental syntax
Using Exported Elemental Syntax
The copied Elemental JSON can be used in your /send
API requests by including it in the content object of the payload.
Supported Block Types
The following Designer Studio block types can be exported to Elemental:
Designer Block | Elemental Node Type(s) |
---|---|
Text | text , list |
Image | image |
Action | action |
Divider | divider |
Markdown | text (format: markdown) |
Quote | quote |
Template | HTML |
Limitations
- List blocks are not directly supported
- Jsonnet blocks are not supported
- Block-level locales are not supported