Creates one or more brand profile files for the account.
POST {{baseUrl}}/v2.1/accounts/{{accountId}}/brands
Creates one or more brand profile files for the account. The Account Branding feature (accountSettings properties canSelfBrandSend
and canSelfBrandSig
) must be set to true for the account to use this call.
An error is returned if brandId
property for a brand profile is already set for the account. To upload a new version of an existing brand profile, you must delete the profile and then upload the newer version.
When brand profile files are being uploaded, they must be combined into one zip file and the Content-Type
must be application/zip
.
Request Body
{"brandCompany"=>"sample string 1", "brandId"=>"sample string 2", "brandName"=>"sample string 3", "colors"=>[{}], "isOverridingCompanyName"=>"sample string 4", "isSendingDefault"=>"sample string 5", "isSigningDefault"=>"sample string 6", "landingPages"=>[{}], "links"=>[{"linkType"=>"sample string 1", "urlOrMailTo"=>"sample string 2", "linkText"=>"sample string 3", "showLink"=>"sample string 4"}], "emailContent"=>[{"emailContentType"=>"sample string 1", "content"=>"sample string 2", "emailToLink"=>"sample string 3", "linkText"=>"sample string 4"}], "logos"=>{"primary"=>"sample string 1", "secondary"=>"sample string 2", "email"=>"sample string 3"}, "resources"=>{"email"=>"sample string 1", "sending"=>"sample string 2", "signing"=>"sample string 3", "signingCaptive"=>"sample string 4"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |