Get email templates
Get the list of email templates in Subrite, with template type, locale and the MJML template source.
ReferenceView as Markdown
Get the list of email templates in Subrite, with template type, locale and the MJML template source.
Stay in the loop 🚀
Get the email template list from Subrite.
GET{baseUrl}/api/v1/communications/email/list[
{
id: 15,
createdAt: '2025-02-27T10:52:11.226Z',
metaData: null,
name: 'Second Default Email Template (with unsubscribe)',
templateType: 'emailStandard',
communicationChannel: 'email',
locale: 'en',
template: '<mjml>...</mjml>',
},
];