OCNORA

Brevo

EmailAPI keycredential probe

Brevo (formerly Sendinblue): contacts, lists and attributes plus transactional email and SMS, over the api.brevo.com v3 API.

OCNORA ships 14 typed Brevo operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.brevo.com/v3 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Brevo reports an email event (delivered, bounced, opened, unsubscribed…).
    trigger.brevo_event

Operations 14

  • Add Contacts To List
    Subscribe existing contacts to a list, addressing them by email, numeric id or ext_id. Only one of the three may be used per call.
    brevo.add_contacts_to_list
  • Create Contact Attribute
    Create a contact attribute so contacts can carry it. A contact attribute must exist before any contact can be given a value for it.
    brevo.create_attribute
  • Create Contact
    Create a contact in Brevo, optionally subscribing it to lists and setting its attributes. Turn on 'update_enabled' to update the contact instead of failing when the address already exists.
    brevo.create_contact
  • Create List
    Create a contact list inside an existing folder. Brevo requires the folder id: every list lives in a folder.
    brevo.create_list
  • Delete Contact
    Permanently delete a contact from the Brevo account. The contact is removed from every list it belongs to.
    brevo.delete_contact
  • Get Account
    Fetch the account behind the API key — company details, plan and remaining credits. Also the connection's self-test.
    brevo.get_account
  • Get Contact
    Fetch one contact's details — its attributes, list membership and unsubscribe flags — by email address, id or ext_id.
    brevo.get_contact
  • List Contact Attributes
    Fetch every contact attribute defined in the account, with its type.
    brevo.list_attributes
  • List Contacts
    Fetch a page of contacts from the account, optionally limited to one list or to contacts modified since a given time.
    brevo.list_contacts
  • List Contact Lists
    Fetch the contact lists in the account, newest first by default.
    brevo.list_lists
  • Remove Contacts From List
    Unsubscribe contacts from a list by email, numeric id or ext_id, or clear the whole list with 'remove_all'.
    brevo.remove_contacts_from_list
  • Send Transactional Email
    Send one transactional email, either from a Brevo template with 'params' filled in, or from HTML content with a subject and sender.
    brevo.send_email
  • Send Transactional SMS
    Send one transactional SMS to a mobile number in international format, from either literal content or a Brevo SMS template.
    brevo.send_sms
  • Update Contact
    Update an existing contact's attributes, external id or list membership. Pass EMAIL inside 'attributes' to change the address itself.
    brevo.update_contact

Run your first Brevo workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.