-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Sendinblue notifier. #38298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e9c47a4
to
968cebb
Compare
7459295
to
6def951
Compare
src/Symfony/Component/Notifier/Bridge/Sendinblue/SendinblueTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Sendinblue/SendinblueTransport.php
Show resolved
Hide resolved
6def951
to
e6a5d18
Compare
e6a5d18
to
0284c0f
Compare
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
0284c0f
to
e7300a8
Compare
Thank you @ptondereau. |
I see that the type/tag/webUrl fields are missing in the POST request, which can be problematic if you need it and want to use the notifier. |
I have only added the required fields to work and for merge it as soon as possible. I’ll do another PR later if I have time |
Add Sendinblue SMS notifier bridge.