Create Email Branding Override Toggle

Creates the given email branding override toggle. If the upsert query param is set to truethen, instead of performing a create, the API will switch to performing an upsert. For an upsert request, the following fields are required:

Required Upsert Fields:

  • ownerType
  • ownerId

When performing an upsert, the above 2 fields will be used to determine whether the email branding override toggle resource already exists. If the email branding override toggle already exists, a partial update will be performed; otherwise, a new email branding override toggle entity will be created.

In the response of an upsert request, if a create was performed, then a 201 response code will be returned; otherwise, if an update was performed, then a 200 will be returned.

Required Permissions

Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.

PermissionBoundaryDescription
email-branding:writeApplicationThe subject can create override toggles under the application that the subject belongs to.
TenantThe subject can create override toggles for the tenant the subject belongs to.
Tenant Inclusion ListThe subject can create override toggles for tenants specified in the tenant inclusion list.
Tenant Exclusion ListThe subject can create override toggles for tenants in the subject's application who are not on the tenant exclusion list.
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!