# 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.

Note
Only **Broadcast templates** are supported over API.

For more details, see:

- [Templates API](https://www.infobip.com/docs/api/channels/email/get-email-templates) - Full API reference for template management
- [Send fully featured email](https://www.infobip.com/docs/api/channels/email/send-fully-featured-email) - How to apply the `templateid` parameter in practice

___