EmailTemplates
Create an email template
Create an email template used to send emails conditional on events like policy evaluation
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The body of the email to send.
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
The email address to CC
The email address to reply to
The email address to send the email to
Response
201 - application/json
Was this page helpful?