Project Email Templates
The Project Email Template object
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