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