Email templates over API
You can manage email templates programmatically using the Templates API. This allows you to automate and streamline template management.
With the API, you can:
- Create, update, delete, get, and duplicate templates
- Migrate templates from other providers
- Synchronize templates across multiple providers to ensure consistency
- Perform bulk changes to templates
To use a template in your API calls, pass the templateid parameter when generating the email content.
NoteOnly Broadcast templates are supported over API.
For more details, see:
- Templates API (opens in a new tab) - Full API reference for template management
- Send fully featured email (opens in a new tab) - How to apply the
templateidparameter in practice