dazzle/mautic-sendinblue-bundle

Allows to send E-mails with Sendinblue

1.0.1 2020-01-10 11:55 UTC

This package is auto-updated.

Last update: 2024-04-19 01:52:34 UTC


README

This Plugin brings Sendinblue integration to Mautic 2.15.2 and newer.

Licensed under GNU General Public License v3.0.

Installation via composer

  1. Execute composer require dazzle/mautic-sendinblue-bundle in the main directory of the Mautic installation.
  2. Clear the cache via console command php app/console cache:clear --env=prod (might take a while) OR manually delete the app/cache/prod directory.

Configuration

Navigate to the Plugins page and click "Install/Upgrade Plugins". You should now see a "Sendinblue integration" plugin.

Emails

Navigate to the Configuration page and open Email Settings section. Set "Sendinblue - API" service to send email through and enter your Sendinblue API key (use v3).

Webhooks

  1. Navigate to your Sendinblue account and open the Webhook page in Transactional settings.
  2. Add a new webhook:
    1. URL to call: https://SITENAME/mailer/sendinblue_api/callback
    2. Supported events:
      • Error
      • Soft Bounce
      • Hard Bounce
      • Invalid email
      • Complaint
      • Unsubscribed
      • Blocked