thelia / brevo-module
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 3
Open Issues: 0
Type:thelia-module
Requires
- getbrevo/brevo-php: 1.x.x
- thelia/installer: ~1.1
Requires (Dev)
- roave/security-advisories: dev-latest
README
Author:
- Chabreuil Antoine achabreuil@openstudio.fr
This module keep a Brevo contact list of your choice synchronized whith the newsletter subscriptions and unsubscriptions on your shop :
-
When a user subscribe to your newsletter on your shop, it is automatically added to the Brevo contact list.
-
When a user unsubscribe from your list, it is also deleted from the Brevo contact list. The user is nor deleted from Brevo contacts, but is only removed from the contact list.
The module is based on the APIv3 Documentation of Brevo.
- Prerequisites
You must have a Brevo account and have created a newsletter list.
You'll also need your Secret key. You'll find them in your Brevo account.
- Installation
There is two ways to install the brevo module:
- Download the zip archive of the file, import it from your backoffice or extract it in
thelia/local/modules
- require it with composer:
"require": {
"thelia/brevo-module": "~1.0"
}
Then go to the configuration panel, give your API key. Then enter your contact list id into the 2nd field.
Save and you're done !