AttributeValues: Sendinblue Attribute Values |
List all attributesRetrieve all contact attributes defined in your Brevo account, grouped by category (normal, transactional, category, calculated, global). Each attribute includes its name, type, and category, along with enumeration values for category-type attributes and options for multiple-choice-type attributes.
Catalog: Brevo
Schema: Contacts
Label: Attribute Values
This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
Table Columns
The columns of the table AttributeValues are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
calculatedValue |
varchar2 |
Calculated Value |
☐ |
Calculated value formula |
category |
varchar2 |
Category |
☐ |
Category of the attribute |
label |
varchar2 |
Label |
☐ |
Label of the "category" type attribute |
name |
varchar2 |
Name |
☐ |
Name of the attribute |
type |
varchar2 |
Type |
☐ |
Type of the attribute |
value |
int64 |
Value |
☐ |
Numeric ID of the "category" type attribute value. Set to 0 when the raw value cannot be converted to an integer (for example non-numeric values such as "en" or "fr"). Refer to `valueStr` for the original string representation. |
valueStr |
varchar2 |
|
☐ |
String representation of the "category" type attribute value. Always contains the original value as stored. Use this field when the attribute value is non-numeric (e.g. "en", "fr") or when you need the exact string form alongside the numeric `value`. |
Sendinblue API Data Model