Synchronize users attributes

Overview

In this destination service, DinMo will export and update attributes in the users table, and, optionally, insert new users.

To do so, you will need to go through these three steps:

  • Creating a Braze destination. Refer to the corresponding section for more info.

  • Creating a user segment or user model composed of all the users and their attributes that will be updated in Braze.

  • Activating the model or segment to the Braze destination to start sending data. Refer to the corresponding section for more info.

Each time the activation will be running:

  • If you ticked the insert mode option, all new users in the model will be inserted as a user in Braze (UPSERT)

  • All attributes values that have changed since the last activation will be updated in Braze

If you chose not to insert new users, only users of the model who have an external id linked to an existing Braze user will be updated (UPDATE).

Destination setup

To start synchronizing contacts, you are first required to create a Braze destination with the corresponding destination service.

circle-info

Learn how to create such a destination in our step-by-step tutorial

Activation configuration

Once the destination has been setup, and your DinMo model created, you can create an activation to start sending data to Braze right away.

circle-info

Learn how to activate a segment in our step-by-step tutorial

Fields mapping

In the Fields mapping section, you are asked to specify the field contained in your DinMo model corresponding to the external ID or the Braze ID. This field will be used to link the model's records to existing users.

Refer to this documentationarrow-up-right if you want to learn more about Braze external user IDs.

Sync modes

Sync modes determine how data is synchronized between your data source and your Braze application. They control whether to insert new records, update existing ones, or both, and how to handle the synchronization process.

For the Braze destination, here are the available options:

Sync Mode
Description
Use Case
Behavior

UPDATE

Processes only changed records detected since the last sync and updates existing records in the destination. New records are ignored.

  • Enriching or correcting existing datasets

  • Attribute updates without data growth

  • Systems where record creation is handled elsewhere

  • Detects modified records using delta keys

  • Updates existing records only

  • Does not insert or delete records

  • Assumes records already exist in the destination

UPSERT

Processes new and changed records, inserting new records and updating existing ones as needed.

  • Standard synchronization use cases

  • Incremental data refresh

  • Large datasets with moderate change rates

  • Detects new and updated records

  • Inserts missing records

  • Updates existing records

  • Does not delete records

  • Balances data freshness and performance

MIRROR

Keeps the destination fully synchronized with the source by applying inserts, updates, and deletions detected since the last sync.

  • Maintaining an exact replica of the source

  • Operational systems requiring strict consistency

  • Data pipelines with frequent deletes

  • Detects all changes using delta logic

  • Inserts new records

  • Updates changed records

  • Deletes records missing from the source

  • Requires connector support for delete operations

triangle-exclamation

Synchronized attributes

In this section, you can add as many attributes mapping as you would like. DinMo will keep the values of all the attributes mapped here up to date.

To map an attribute, please select in the left side the DinMo field containing the attribute's value, and in the right side, please type the exact name of the attribute as it appears in Braze.

Note that if the attribute you type does not exist in Braze, DinMo will create it.

Last updated