Create
Create custom template
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
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
Errors
401
Post Mail Templates Request Unauthorized Error
422
Post Mail Templates Request Unprocessable Entity Error
429
Post Mail Templates Request Too Many Requests Error