Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[RemoteEvent][Webhook] FixSendgridRequestParser andSendgridPayloadConverter#59376

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

ericabouaf
Copy link
Contributor

QA
Branch?6.4
Bug fix?yes
New feature?no
Deprecations?no
Issues
LicenseMIT

According tohttps://www.twilio.com/docs/sendgrid/for-developers/tracking-events/event#event-objects, not all webhook events contains asg_message_id in the payload. In the case of a delayed orasynchronous bounce, the message ID will be unavailable.

The current implementation rejects the webhook call with "Payload is malformed".
We should use the always presentsg_event_id instead.

For BC reasons, I did not want to change the id of the RemoteEvent, so I keptsg_message_id if present, but fallback tosg_event_id instead so that the webhook is not rejected.

@carsonbotcarsonbot added this to the6.4 milestoneJan 6, 2025
@OskarStarkOskarStark changed the title[RemoteEvent][Webhook] fix SendgridRequestParser & SendgridPayloadCon…[RemoteEvent][Webhook] FixSendgridRequestParser andSendgridPayloadConverterJan 6, 2025
@nicolas-grekas
Copy link
Member

Thank you@ericabouaf.

@nicolas-grekasnicolas-grekas merged commitd6fa9a8 intosymfony:6.4Jan 7, 2025
10 of 11 checks passed
This was referencedJan 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
6.4
Development

Successfully merging this pull request may close these issues.

3 participants
@ericabouaf@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp