Skip to main content
PATCH
Update account branded email layout

Authorizations

api_access_token
string
header
required

This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.

Path Parameters

account_id
integer
required

The numeric ID of the account

Body

application/json
branded_email_layout
string | null

Account-scoped Liquid HTML layout for branded email replies. Maximum length is 262,144 characters. Blank or null removes the account override.

Maximum string length: 262144
Example:

"<html><body>{{ content_for_layout }}</body></html>"

Response

Success

branded_email_layout
string | null

Account-scoped Liquid HTML layout for branded email replies.

Example:

"<html><body>{{ content_for_layout }}</body></html>"