This action creates a new contact or updates an existing one.
API endpoint slug
brevo.add_or_update_contact
Filter code method
Brevo.addOrUpdateContact.skip(string?: reason)
Runtime method
runAction("brevo.add_or_update_contact", {})
Action fields
Label
Update if Contact Exists
Helper text
If a contact with the same email or SMS already exists, enabling this setting will update the existing contact. If disabled, it will create new contacts only.
Slug
update_if_exists
Required
true
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setUpdateIfExists(string: update_if_exists)
Label
Email
Helper text
Email address of the contact
Slug
email
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setEmail(string: email)
Label
Mobile SMS
Helper text
Mobile phone number for SMS communication. Use international format with country code (e.g., +12025551234) or US format (e.g., 2025551234)
Slug
mobile_sms
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setMobileSms(string: mobile_sms)
Label
Email Blacklisted
Helper text
Enable to restrict email communication with this contact. Disable to allow it.
Slug
email_blacklisted
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setEmailBlacklisted(string: email_blacklisted)
Label
SMS Blacklisted
Helper text
Enable to restrict SMS communication with this contact. Disable to allow it.
Slug
sms_blacklisted
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setSmsBlacklisted(string: sms_blacklisted)
Label
Add to list
Helper text
Select a list to add the contact to
Slug
list_id
Required
false
Can have default value
false
Label
First Name
Helper text
First name of the contact
Slug
first_name
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setFirstName(string: first_name)
Label
Last Name
Helper text
Last name of the contact
Slug
last_name
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setLastName(string: last_name)
Label
Title
Helper text
Job title or position of the contact
Slug
title
Required
false
Can have default value
true
Filter code method
Brevo.addOrUpdateContact.setTitle(string: title)