Skip to main content

Overview

Email Template APIs help marketers define, reuse, update, and manage email templates created outside the MoEngage ecosystem effortlessly. One can create multiple versions of the same template and mark whether they can be used in the campaigns that are active currently. Users can create templates using the Create Email Template API and update them using the Update Email Template API or edit them in the Dashboard (provided they have the specific editing permissions for the templates allowed for their role). The templates created and updated using these APIs are supported for the Custom HTML Editor (Froala Editor) and not the Drag and Drop Editor.

Email Template API V2 Endpoints

  • Create Email Template API: Creates an email template.
  • Update Email Template API: Updates an email template specified by its Template ID.
  • Search Email Template API: Fetches an email template using its Template ID or other filters like template name, template version, and so on. It can also list all the email templates created in MoEngage using the Create Email Template API.

Rate Limits

To ensure system stability, the following rate limits are applied per workspace:
EndpointLimit
Create Email TemplateThe rate limit is 100 RPM. You can upload a maximum of 10000 templates per channel.
Update Email TemplateThe rate limit is 100 RPM.
Search Email TemplateThe rate limit is 100 RPM.

FAQs

Create Email Template API

You can access templates created using the Create Email Template API in the Imported API Templates tab in the second step of campaign creation in the MoEngage Dashboard, as illustrated in the image below:alt text
Yes, you can create multiple templates with the same name, provided they have different versions.

Postman Collection

Test these endpoints quickly by importing our Postman collection: View in Postman