API Client for epilot Email Template API.
Uses openapi-client-axios
npm install --save @epilot/email-template-client
import { getClient } from '@epilot/email-template-client';
const emailTemplateClient = getClient();
const getResponse = await emailTemplateClient.getTemplateDetail({ id: 'a10bd0ff-4391-4cfc-88ee-b19d718a9bf7' });