-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Webhook] Add bridges for Webhook #19268
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
bddee6f
to
0eaff15
Compare
webhook.rst
Outdated
Mailjet ``mailer.webhook.request_parser.mailjet`` | ||
Brevo ``mailer.webhook.request_parser.brevo`` | ||
Vonage ``mailer.webhook.request_parser.vonage`` | ||
Sendgrid ``mailer.webhook.request_parser.sendgrid`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rebase, and add versionadded directives for 6.3 too?
Also Bravo, Vonage and Mallet needs to get a yes
in the mailer.rst file in webhook column
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vonage is not present in Mailer. But I added for the others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vonage is part of the Notifier. Should we mention webhook support there as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say yes! I reworded the sentence above the table to remove "mailer". What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, but then also remove/rename "Mailer" from the table header. ^_^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed 👍
0eaff15
to
d870de1
Compare
Might the wiring be |
cac9486
to
5264f05
Compare
Ok I think this should be put on hold and waiting code merge of symfony/symfony#53004 Then we'll see if this goes in 7.1 or if it is considered as a bugfix that should target 6.4. |
5264f05
to
4f60f34
Compare
I have a slightly different alternative for Twilio and Vonage, as they use a different event from the Mailer implementations: Vonage is added in 6.4, I can make a follow-up PR for that bit. |
4f60f34
to
d1a1c6c
Compare
Alright I think we can actually merge this as is. The PR I opened on the code repo only checks that we remove some ids from the container conditionally, but the ids already exist. 👍 Your follow is a great idea, Timo! |
d1a1c6c
to
96b1df4
Compare
96b1df4
to
82ec06e
Compare
Thank you Alexandre. |
Below 50 issues 💪 |
…aubois) This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Add missing webhook parsers | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Detected when reviewing this documentation PR: symfony/symfony-docs#19268 Should be merged after #53007, which brings notifier services removal conditionally Commits ------- b52b9e1 [FrameworkBundle] Add missing webhook parsers
Fix #18692, #18694, #18745, #18800