Skip to content

AlecRust/brevwoo

Repository files navigation

Banner

BrevWoo Lint

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
  • Optional logging included to help debug any issues

Installation

Install from the WordPress Plugin Directory or grab a ZIP from Releases.

Once activated, add your Brevo API key at Settings > BrevWoo.

Development

Ensure you have the following installed:

Start a WordPress instance for developing this plugin:

  1. npm install
  2. composer install
  3. npm run env start