Brevo Attributes Field Mapping Rules in Skyvia

Brevo Attributes Field: Mapping Rules and Override Behavior

Overview

When working with Brevo contacts, the fields Attributes_FirstName, Attributes_LastName, and Attributes_Phone are provided as standalone fields for convenience, as they are universal to all users. However, for adding or updating custom fields, you must use the primary Attributes field exclusively.

Field Override Behavior

If Attributes_FirstName, Attributes_LastName, or Attributes_Phone are mapped, they will take precedence and overwrite any corresponding values defined within the general Attributes field.

Recommended Mapping Configuration

For custom field imports, map only the Attributes field and leave Attributes_FirstName and Attributes_LastName unmapped.

The Attributes value in your source must follow this JSON format:

{"LASTNAME": "LName", "FIRSTNAME": "FName", "TITLE": "Title"}

Useful Links

    • Related Articles

    • Mapping Multi-Select Fields

      Overview When working with Import, Synchronization, or Data Flow integrations and needing to map multi-select fields with different values between the source and target, you can use Expression Mapping. Expression mapping allows using simple and ...
    • ActiveCampaign: Exporting Contact Custom Field Values

      Overview You can export ActiveCampaign contacts with a specific custom field value to a CSV file using the Advanced Task Editor Mode in a Skyvia Export integration. Steps Create a new Export integration. Open it and switch to Advanced Task Editor ...
    • BigCommerce: The value of the column Categories has incorrect JSON format

      Overview When working with the Categories field in the Product object within the BigCommerce API, it is important to format the data correctly to ensure a successful import. In the BigCommerce API, the Categories field is an array. For more ...
    • Skyvia Backup Errors Caused by Salesforce API Requirements

      Overview Skyvia interacts with Salesforce via its API. During a backup or replication operation, you may encounter errors caused by certain limitations or behaviors specific to the Salesforce API. Why This Happens When Skyvia performs a backup or ...
    • Mapping the RowNo Column for UPDATE/UPSERT Operations in Google Sheets

      Overview When performing UPDATE or UPSERT operations on Google Sheets data in Skyvia, the RowNo field is mandatory. RowNo is a unique auto-generated row number assigned to each row in the sheet. Skyvia uses it to identify which row to update. Without ...