WP Manifestindependent plugin directory
manifest / email / post-campaign-for-brevo

Akwaaba Post Campaign for Brevo

Create and send Brevo campaigns when WordPress posts are published.

by Akwaaba multimedia · github.com/akwaabamm/post-campaign-for-brevo · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/akwaabamm/post-campaign-for-brevo/archive/refs/heads/main.zip

WordPress plugin that creates and sends a Brevo email campaign when a post is published.

Features

  • Adds a Share Post settings page for the Brevo API key.
  • Lets categories define Brevo recipient list and segment IDs.
  • Creates a Brevo campaign from post title, excerpt, permalink and featured image.
  • Sends the campaign once when a post transitions to published.

Requirements

  • PHP 8.2+
  • WordPress 6.3+
  • Composer

Development

Install dependencies:

composer install

Run coding standards:

composer phpcs