Project Email Templates
Retrieve a project email template
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the project email template
Response
200 - application/json
The body of the email template. If present, template_html
and template_json
must be null
The ID of the email template
The name of the email template
The subject of the email template
The HTML of the email template. If present, body
and template_json
must be null
The JSON of the email template. If present, body
and template_html
must be null