Braze Integration Setup

Connect your Braze account to Dyspatch and export templates to your Braze account in a couple of clicks.

Connect your Braze Account

You will need to create a Braze API key with Templates permissions enabled. Once you have your Braze API key you are ready to set up your Braze integration in Dyspatch.

In the Administration portal, open your username drop-down menu, and select Integrations. Go to API Keys Page link in username dropdown

You may need to unlock integrations for your team's account. Reach out to our support team to get integrations set up.

Enter your Braze API key, select an export method for localized templates and add a short description that your team will see when exporting.

Localized Template Export Methods

Use Dyspatch to localize your template and you can create emails that support multiple languages or locations. With your new Braze integration you can choose to export localized templates with either the Braze property Language or Most Recent Locale

Language will export your template's localizations using Braze's ${language} attribute. Our Braze exporter will use only the language code set in the localization: en or fr

{% if ${language} == 'en' %}Hello!{% elsif ${language} == 'fr' %}Bonjour!{% else %}Hello!{% endif %}

Most Recent Locale will export your template utilizing Braze's ${most_recent_locale} attribute. Our Braze exporter will use the entire locale code from the localization: en-US or fr-CA

{% if ${most_recent_locale} == 'en_US' %}Hello!{% elsif ${most_recent_locale} == 'fr_CA' %}Bonjour!{% else %}Hello!{% endif %}

Check with your team to find out which localization option works best for your team and your particular Braze account. You can read more about localized Braze campaigns here in the Braze Documentation

Once your new integration has been set up, you will be able to export your templates to Braze directly from Dyspatch.

Learn More

Read more about working with Braze in Dyspatch on our Braze Integration page.

search icon

Didn't find what you're looking for?

Ask our support team, we're here to help!

Contact Support