Open the editor
- Sign in.
- Go to Template Editor.
- Start a new template, or edit an existing one with
?templateId=<id>.
Create a template
- In the editor, add your design elements.
- Open Open template settings.
- Set template name, side, and visibility.
- Wait for All changes saved.
The editor auto-saves changes.
Edit an existing template
Open:
/templates/new?templateId=<id>
Update content/settings, then wait for All changes saved again.
Manage templates
Use My Templates to:
- view your template list
- open template detail
- return to edit mode
- delete templates you no longer need
Publish and sharing behavior
- Shared templates can appear in Templates for others.
- Private templates remain visible only to their owner.
Using a newly designed template
After saving a template, you can:
- Click Use on postcard from template cards.
- Or render through API via
GET /api/v1/templates/{templateId}/html.
Then send with POST /api/v1/postcards/send.
Last updated on