dazzle / mautic-sendinblue-bundle
Allows to send E-mails with Sendinblue
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 6
Forks: 7
Open Issues: 4
Type:mautic-plugin
Requires
- mautic/composer-plugin: ^1.0.1
- sendinblue/api-v3-sdk: ^6.1.4
This package is auto-updated.
Last update: 2024-10-19 02:47:07 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
- Execute
composer require dazzle/mautic-sendinblue-bundle
in the main directory of the Mautic installation. - Clear the cache via console command
php app/console cache:clear --env=prod
(might take a while) OR manually delete theapp/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
- Navigate to your Sendinblue account and open the Webhook page in Transactional settings.
- Add a new webhook:
- URL to call: https://SITENAME/mailer/sendinblue_api/callback
- Supported events:
- Error
- Soft Bounce
- Hard Bounce
- Invalid email
- Complaint
- Unsubscribed
- Blocked