You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Brevo webhook contact events, the received remote event is reject (RejectWebhookException) because some supposed expected parameters are missing (eg: message-id...) But on contact events, there is no message id in the payload.
Symfony version(s) affected
7.2.0
Description
On Brevo webhook contact events, the received remote event is reject (RejectWebhookException) because some supposed expected parameters are missing (eg: message-id...) But on contact events, there is no message id in the payload.
Affected :
contact updated payload exemple (source):
Code from
BrevoRequestParser
How to reproduce
trigger contact events from brevo
Possible Solution
check keys based on "event"
Additional Context
No response
The text was updated successfully, but these errors were encountered: