SendGrid Integration Setup

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

Connect your SendGrid Account

You will need to create a SendGrid API key with Full Access permissions enabled. You can also have Restricted Access permissions enabled, as long as you have Template Engine permissions set to Full Access. Once you have your SendGrid API key you are ready to set up your SendGrid 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 SendGrid 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 SendGrid integration you can choose to export localized templates with either the SendGrid property Language or Locale

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

{{#equals language "en"}}Hello!{{else}}{{#equals language "fr"}}Bonjour!{{else}}Hello!{{/equals}}{{/equals}}

Locale will export your template utilizing SendGrid's locale attribute. Our SendGrid exporter will use the entire locale code from the localization: en-US or fr-CA

{{#equals locale "en-US"}}Hello!{{else}}{{#equals locale "fr-CA"}}Bonjour!{{else}}Hello!{{/equals}}{{/equals}}

Check with your team which localization option works best for your particular SendGrid account.

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

Learn More

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

search icon

Didn't find what you're looking for?

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

Contact Support