PATCH
/
api
/
email_templates
/
{heron_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

heron_id
string
required

Body

application/json
cc_address
string | null

The email address to CC

html_body
string

The body of the email to send.

name
string

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
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