v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01121113461.4 KB
mailboxes

ViewSet for managing message templates for a mailbox.

patch/api/v1.0/mailboxes/{mailbox_id}/message-templates/{id}/

Path parameters

idstring required
mailbox_idstring uuid required

Request body

namestring

Name of the template (e.g., 'Standard Reply', 'Out of Office', 'Work Signature')

html_bodystring
text_bodystring
raw_bodystring
type'message' | 'signature' | 'autoreply'
is_activeboolean

Whether this template is available for use

is_forcedboolean

Set as forced template

is_defaultboolean

Set as default template (auto-loaded when composing a new message)

metadataobject
signature_idstring uuid nullable

Response

idstring uuid required

primary key for the record as UUID

namestring required

Name of the template (e.g., 'Standard Reply', 'Out of Office', 'Work Signature')

html_bodystring
text_bodystring
raw_bodystring
type'message' | 'signature' | 'autoreply' required
is_activeboolean

Whether this template is available for use

is_forcedboolean

Set as forced template

is_defaultboolean

Set as default template (auto-loaded when composing a new message)

metadataobject
signature_idstring uuid nullable
created_atstring date-time required

date and time at which a record was created

updated_atstring date-time required

date and time at which a record was last updated