https://github.com/alecrust/brevwoo
Add WooCommerce customers to Brevo the simple way.
https://github.com/alecrust/brevwoo
brevo woocommerce wordpress-plugin
Last synced: 3 months ago
JSON representation
Add WooCommerce customers to Brevo the simple way.
- Host: GitHub
- URL: https://github.com/alecrust/brevwoo
- Owner: AlecRust
- License: gpl-2.0
- Created: 2024-03-09T13:27:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T20:53:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T04:29:20.957Z (almost 2 years ago)
- Topics: brevo, woocommerce, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/brevwoo
- Size: 2.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# BrevWoo [](https://github.com/AlecRust/brevwoo/actions/workflows/lint.yml)
> WordPress plugin that adds WooCommerce customers to Brevo lists.
Set default Brevo lists that customers are added to when they buy a product, and/or set lists for specific products.
## Features
- Add customers to specific Brevo lists based on products they buy
- Add customers to default Brevo lists when they buy any product
- Select when during checkout the customer is added to Brevo
- Contacts created in Brevo include [transactional attributes](https://help.brevo.com/hc/en-us/articles/10635646979218-Create-and-manage-transactional-attributes)
- Optional logging included to help debug any issues
## Installation
Install from the [WordPress Plugin Directory](https://wordpress.org/plugins/brevwoo/) or grab a ZIP from
[Releases](https://github.com/AlecRust/brevwoo/releases).
Once activated, add your [Brevo API key](https://developers.brevo.com/docs/getting-started#quick-start) at
**Settings > BrevWoo**.
## Development
Ensure you have the following installed:
- [Node.js](https://nodejs.org/)
- [Composer](https://getcomposer.org/)
- [Docker](https://www.docker.com/)
Start a WordPress instance for developing this plugin:
1. `npm install`
2. `composer install`
3. `npm run env start`