Save New Stripe Customers Directly Into Brevo
This action creates a new contact or updates an existing one.
Developer info
- 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
Update if exists Dropdown list
- 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)
Email Text input > Other
- Label
- Helper text
- Email address of the contact
- Slug
- Required
- false
- Can have default value
- true
- Filter code method
- Brevo.addOrUpdateContact.setEmail(string: email)
Mobile sms Text input > Other
- 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)
Email blacklisted Dropdown list
- 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)
Sms blacklisted Dropdown list
- 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)
List Dropdown list
- Label
- Add to list
- Helper text
- Select a list to add the contact to
- Slug
- list_id
- Required
- false
- Can have default value
- false
First name Text input > Other
- 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)
Last name Text input > Other
- 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)
Title Text input > Title
- 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)