Create
Create custom template
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
Request
This endpoint expects an object.
body_template
Jinja2 compatible string with email body
name
Custom template name
subject_template
Jinja2 compatible string with email subject
type
Document type of content
is_default
Is default template
language
Lowercase ISO code of language
Response
Successful Response
id
ID of email template
created_at
Template created date and time
updated_at
Template updated date and time
body_template
Jinja2 compatible email body template
is_default
Is default template
language
Lowercase ISO code of language
name
Name of the template
subject_template
Jinja2 compatible email subject template
type
Document type of content