Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Update Brand Kit


    Creates or updates the Brand Kit (asset preferences) for the current tenant. Post the full brand-kit object; any fields you omit will reset to their default values. See Get Brand Kit for the full shape and field descriptions.

    HTTP Request Examples
    { "color_text": "#333333", "text_font_size": "18", "text_font_family": "Lucida Sans Unicode", "color_cta": "#ff753a", "color_url": "#E8215F", "email_name": "Acme Inc", "email_address": "hello@example.com", "allow_mms_messages": true, "sms_countries_whitelist": "US;CA", "is_scheduler_include_all_segments": true }
    HTTP Request Parameters
    color_text, color_cta, color_url, color_alt_1 ... color_alt_10string
    Brand palette colors as hex codes.
    text_font_family, text_font_size, cta_font_family, cta_font_sizestring
    Default body and call-to-action typography.
    h1_* through h6_*string
    Heading typography per level (font_size, font_family, color_text).
    email_name, email_addressstring
    Default From-name and From-address for emails.
    allow_mms_messagesboolean
    Whether MMS is permitted.
    sms_autorespond, sms_autorespond_start, sms_autorespond_endstring
    Automatic SMS reply text and its active window.
    sms_countries_whiteliststring
    Semicolon-delimited ISO-2 country codes permitted for SMS.
    subscription_preferences_logostring
    URL of the logo shown on the hosted subscription-preferences page.
    is_scheduler_include_all_segmentsboolean
    If true, Get Campaign Segments returns all tenant segments regardless of campaign assignment.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": {} }


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version