Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api2.ecomailapp.cz/templates \ -H "key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "New Template", "html": "<b>Template HTML</b>" }'
{ "id": 1, "name": "New Template", "html": "<b>Template HTML</b>" }
Create a new email template.