Integration reference

Brevo Trigger and Action reference

Automate contact and list changes, react to email delivery events, and send transactional emails with Brevo.

24 Triggers11 ActionsManifests: Trigger v1 · Action v1

Authentication

Connect with a Brevo API v3 key from SMTP & API → API Keys. FastHook validates the key and stores it encrypted.

  • Trigger account type: api_key; reconnect by replace_credentials.
  • Action connection type: api_key; available modes: Connected Brevo account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

The Trigger manifest does not declare a fixed base OAuth scope list. Installation access, API credentials, or the selected event configuration can still control available resources.

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use Brevo as a Trigger

The current provider manifest contains 24 available Trigger definitions. Representative definitions include:

  • Marketing List Addition
  • Marketing Contact Updated
  • Transactional Delivered
  • Transactional Click
View all 24 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
Marketing Spambrevo.marketing_spam.instantinstantNone declared
Marketing Openedbrevo.marketing_opened.instantinstantNone declared
Marketing Clickbrevo.marketing_click.instantinstantNone declared
Marketing Hard Bouncebrevo.marketing_hard_bounce.instantinstantNone declared
Marketing Soft Bouncebrevo.marketing_soft_bounce.instantinstantNone declared
Marketing Unsubscribebrevo.marketing_unsubscribe.instantinstantNone declared
Marketing List Additionbrevo.marketing_list_addition.instantinstantNone declared
Marketing Deliveredbrevo.marketing_delivered.instantinstantNone declared
Marketing Contact Updatedbrevo.marketing_contact_updated.instantinstantNone declared
Marketing Contact Deletedbrevo.marketing_contact_deleted.instantinstantNone declared
Transactional Requestbrevo.transactional_request.instantinstantNone declared
Transactional Deliveredbrevo.transactional_delivered.instantinstantNone declared
Transactional Hard Bouncebrevo.transactional_hard_bounce.instantinstantNone declared
Transactional Soft Bouncebrevo.transactional_soft_bounce.instantinstantNone declared
Transactional Blockedbrevo.transactional_blocked.instantinstantNone declared
Transactional Spambrevo.transactional_spam.instantinstantNone declared
Transactional Invalid Emailbrevo.transactional_invalid_email.instantinstantNone declared
Transactional Deferredbrevo.transactional_deferred.instantinstantNone declared
Transactional Clickbrevo.transactional_click.instantinstantNone declared
Transactional Openedbrevo.transactional_opened.instantinstantNone declared
Transactional Unique Openedbrevo.transactional_unique_opened.instantinstantNone declared
Transactional Unsubscribedbrevo.transactional_unsubscribed.instantinstantNone declared
Any Brevo Eventbrevo.any_event.instantinstantNone declared
Custom Brevo Eventsbrevo.custom_webhook_events.instantinstantNone declared

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use Brevo Actions

The current Action manifest contains 11 operations. Representative Actions include:

  • Create or Update Contact
  • Get Contact
  • Add Contacts to List
  • Send Transactional Email
View all 11 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Create or Update Contactbrevo.upsert_contactNone declared
FastHook-managed account
1/second
Get Contactbrevo.get_contactNone declared
FastHook-managed account
1/second
Update Contactbrevo.update_contactNone declared
FastHook-managed account
1/second
Delete Contactbrevo.delete_contactNone declared
FastHook-managed account
1/second
Add Contacts to Listbrevo.add_contacts_to_listNone declared
FastHook-managed account
1/second
Remove Contacts from Listbrevo.remove_contacts_from_listNone declared
FastHook-managed account
1/second
Create Listbrevo.create_listNone declared
FastHook-managed account
1/second
Get Listbrevo.get_listNone declared
FastHook-managed account
1/second
Send Transactional Emailbrevo.send_transactional_emailNone declared
FastHook-managed account
1/second
Get Accountbrevo.get_accountNone declared
FastHook-managed account
1/second
Custom API Requestbrevo.custom_api_requestNone declared
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a Brevo Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required Brevo Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in Brevo.

Troubleshooting Brevo

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • Brevo currently restricts OAuth apps to users inside their own organization. External FastHook customers connect with their own API v3 key.
  • FastHook manages separate marketing and transactional email webhooks, verifies Bearer authentication, and deduplicates repeated event deliveries.
  • Transactional emails require a verified sender and sufficient Brevo credits. Subscription status and consent must match your contact's preferences.
  • Contact attributes vary by account. Use attributes defined in Brevo, such as FIRSTNAME; list IDs are numeric JSON values.
  • Brevo may restrict API access by IP. If a valid key is denied, check the account's authorized IP settings.
  • Webhook schemas come from official examples. Optional fields vary by event; triggers retain the original event payload.

Next