Closed (fixed)
Project:
Brevo (formerly Sendinblue)
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2024 at 15:01 UTC
Updated:
15 Jun 2026 at 07:50 UTC
Jump to comment: Most recent
Comments
Comment #2
renrhafFuture releases of this module might implement newsletter subscription feature.
We will try to make it as user friendly as we can, to provide basic feature out of the box, and also as developer friendly as possible for overriding. Thanks.
Comment #3
anybodyVery cool @renrhaf nice to see progress here!
I created #3470738: Brevo newsletter (un)subscribe (via SDK) as a first step to postpone the UI / form features on it.
Comment #6
renrhafMerged into 1.0.x.
A new opt-in brevo_user submodule adds a newsletter subscription checkbox to the user registration form. When ticked, the user is subscribed to the configured Brevo list(s) through the shared event system (BrevoEvent) — asynchronously via the brevo_create_contact queue by default (registration is never blocked by the API), or synchronously if configured.
It is unchecked by default (explicit opt-in, GDPR-friendly), with configurable label, description, default state, target lists, processing mode and attribute mapping. As discussed in #3553922, it reuses the main module's ContactsApiClientHelper and event subscriber (no separate credentials) and the trigger is overridable via the standard event system — matching the "basic out of the box, developer friendly to override" goal from #2.
The shared BrevoEvent was also generalised to accept a list_ids array, so a contact can be subscribed to several lists at once.
Thanks @anybody for raising this and for the base-module direction. Setting to Fixed.
Comment #8
anybodyWhao thank you very very much @renrhaf - great work!!