How to handle new/unsupported events sent to mailer webhook? #65119
Answered
by
stof
alexisLefebvre
asked this question in
Q&A
|
Context:
This works until the external service add a new event, then it will result in a See the difference between Resend’s Event Types and Symfony’s mapping of these events. A fix was added recently to handle 2 new types: But this is pretty fragile: any new event added by an external service could trigger a So I’m wondering if this could be improved?
|
Answered by
stof
Aug 3, 2026
Replies: 1 comment 1 reply
|
I would add a note in the documentation for now. Subscribing to known events is more explicit than subscribing to all and ignoring some of them. |
1 reply
Answer selected by
alexisLefebvre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would add a note in the documentation for now. Subscribing to known events is more explicit than subscribing to all and ignoring some of them.