Braze

Sending data to Braze: Step-by-Step Guide

Supported Destination Services

DinMo supports the following destination services:

Please refer to the dedicated documentation page for more information.

Authentication to Braze

DinMo can push your segments and data models directly into Braze via its REST API. This guide shows you how to create the necessary API key in Braze and configure the connection in DinMo.


1. Prerequisites

  • DinMo access with permission to create Destinations.

  • Braze account with Developer-level access (to create API keys).

  • Braze REST API Endpoint and Dashboard URL for your instance:

    • US instance example:

      • REST API: https://rest.iad-01.braze.com

      • Dashboard: https://dashboard.iad-01.braze.com

    • EU instance example:

      • REST API: https://rest.eu-01.braze.com

      • Dashboard: https://dashboard.eu-01.braze.com

2. Create an API Key in Braze

  1. Log into your Braze dashboard.

  2. Navigate to Developer ConsoleAPI Settings.

  3. Click Create API Key.

  4. In the modal:

    • Name: e.g. DinMo Integration

    • Key Type: REST API

    • Permissions: grant the following scopes as needed:

    Permission Scope

    Description

    users.track

    Create or update user profiles and track custom events

    users.export.ids

    Export user IDs for bulk operations

    users.delete

    Delete user profiles (optional if you handle deletions via Hightouch)

    users.alias.update

    Update existing user aliases

    subscription.status.set

    Set or update subscription status on user profiles

  5. Click Save, then Copy the generated API Key.

3. Configure the Braze Destination in DinMo

  1. In DinMo, go to Destinations in the side nav.

  2. Click Add a new destinationConnect a new platformBraze.

  3. Fill out the form:

    • Platform Name: e.g. Braze – Your Company

    • REST API URL: your instance’s endpoint (e.g. https://rest.eu-01.braze.com)

    • Dashboard URL: your instance’s dashboard (e.g. https://dashboard.eu-01.braze.com)

    • API Key: paste the key you copied from Braze

  4. Click Connect to validate your credentials.

You must as well specify the dashboard URL. Refer to this documentation for more information.


4. Verify & Test

  • After saving, DinMo will perform a test call (e.g. users.track) to ensure your key and endpoint work.

  • On failure, double-check:

    • REST API URL (no trailing slash)

    • API Key correctness and scopes

    • That your Braze IP allow-list (if enabled) includes DinMo’s IPs

Last updated