Create brandAsk AIpost https://api.bigmailer.io/v1/brandsCreate a brand.Body Paramsnamestringrequiredlength between 1 and 50Name of the brandfrom_namestringrequiredDefault name used in the "From:" header in campaigns sent from this brand.from_emailstringrequiredDefault email used in the "From:" header in campaigns sent from this brand.bounce_danger_percentinteger1 to 15Defaults to 8An integer percentage (0-100). If a bulk campaign in the brand reaches this threshold percent of bounces, it is paused automatically.max_soft_bouncesinteger0 to 20Defaults to 12The maximum number of times a contact can soft bounce before it is considered undeliverable. Set to 0 to remove the limit on soft bounces.urlurlURL of a website associated with the brandunsubscribe_textstringA message displayed to contacts on the brand unsubscribe page.contact_limitinteger0 to 1000000000The maxmimum number of contacts the brand is allowed to contain.logostringA base64 encoded JPEG, PNG, or GIF image identified with the brand.connection_iduuidID of the connection used to send emailsResponses 200Brand successfully created 400The request was invalid. 401The API key does not exist. 403The system understands the request but refuses to authorize it. 429The client has made too many requests. 500An unexpected error occurred. 502The system is under heavy load or is down temporarily. 503The system is under maintenance. Please try again later. 504The system timed out processing your request.Updated about 2 months ago