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