Update entity email template
Update entity email template
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
entityId
Entity ID or Entity ForeignID
emailTemplateId
Email Template ID or Email Template ForeignID
Request
This endpoint expects an object.
templateType
Allowed values:
name
The name of the email template.
subject
The subject of the email template.
content
The HTML content of the email template.
isDefault
If true, this email template will be used as the default template for new invoices.
Response
This endpoint returns an object.
id
entityId
The ID of the entity that this email template is associated with.
templateType
Allowed values:
name
The name of the email template.
subject
The subject of the email template.
content
The HTML content of the email template.
isDefault
True if this email template is the default template for new invoices.