Notifications
Clear all
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
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