Skip to content
Updating Brevo Mult...
 
Notifications
Clear all

Updating Brevo Multi-select Fields

2 Posts
2 Users
0 Reactions
6 Views
Vito
 Vito
(@vito)
Posts: 1
New Member
Topic starter
 

I'm having trouble updating a Brevo multi-select field. I've tried the following:

json
{
"YOOBI_ACADEMIE": [
"EL AI",
"EL Impact",
"IC DT Toezichthouders"
]
}

Could someone help me figure this out?

 
Posted : 24/10/2024 3:18 pm
madpif
(@madpif)
Posts: 1
New Member
 

Hi,

I figured this out by using the “Make an API Call” module with the following body (tailored for your specific use case):

{
  "attributes": {
    "YOOBI_ACADEMIE": ["EL AI","EL Impact","IC DT Toezichthouders"]
  },
  "updateEnabled": true,
  "email": "YOUR_EMAIL@mail.com"
}

I was unable to achieve this using the “Create a contact” module.

Hope this helps!

 
Posted : 13/01/2025 9:20 pm
Share: