Elemental
Export to Elemental
Export to Elemental lets you convert Designer-built notifications into Courier Elemental JSON. Use the output in /send API requests. Some block types and features have limited support.
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
Export to Elemental Dropdown
Export to Elemental Output JSON
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