POST
/
api
/
email_templates

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
html_body
string
required

The body of the email to send.

name
string
required

Unique name of the email template. Used to match which email template to send. Only alphanumeric characters, underscores, and dashes are allowed.

Required string length: 3 - 50
cc_address
string | null

The email address to CC

reply_to_address
string | null

The email address to reply to

to_address
string | null

The email address to send the email to

Response

201 - application/json
email_template
object