braze-api
Version:
Track users, send messages, export data, and more with Braze API.
8 lines • 399 B
TypeScript
import { EmailTemplateListBody, EmailTemplateListResponse } from './types';
/**
* Request email template list
*
* {@link https://www.braze.com/docs/api/endpoints/templates/email_templates/get_list_email_templates/}
*/
export declare function getEmailTemplateList(apiUrl: string, apiKey: string, body: EmailTemplateListBody): Promise<EmailTemplateListResponse>;
//# sourceMappingURL=list.d.ts.map