[Easy] Update Message Sending API from Messages to Message Events#3182
Closed
woo-ardsouza wants to merge 1 commit intomainfrom
Closed
[Easy] Update Message Sending API from Messages to Message Events#3182woo-ardsouza wants to merge 1 commit intomainfrom
woo-ardsouza wants to merge 1 commit intomainfrom
Conversation
Contributor
|
@woo-ardsouza has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Contributor
📦 Latest Plugin BuildBuilt at: 2025-05-13T21:10:19.450Z Download: Click here to download the plugin To download: Click the link above → Scroll to bottom → Download "facebook-for-woocommerce" artifact |
1 similar comment
Contributor
📦 Latest Plugin BuildBuilt at: 2025-05-13T21:10:19.450Z Download: Click here to download the plugin To download: Click the link above → Scroll to bottom → Download "facebook-for-woocommerce" artifact |
Contributor
|
@woo-ardsouza merged this pull request in 987c97f. |
This was referenced May 14, 2025
Closed
sharunaanandraj
pushed a commit
that referenced
this pull request
May 15, 2025
Summary: ## Description We were using Messages Post API (CloudAPI) to send WhatsApp Utility Messages due to a dedupe logic bug in the Message Events Post API. With this issue being resolved in [D74522961](https://www.internalfb.com/diff/D74522961), updated the message sending api to Message Events ## Changelog entry Update Message Sending API from Messages to Message Events Pull Request resolved: #3182 Test Plan: ## Steps 1. Activate all Event Configs 2. Checkout an item and enable setting to receive order updates on WhatsApp 3. Place Order 4. Validate Order Placed message is sent on WhatsApp 5. Update Order Status to Completed on Orders Admin 6. Validate Order Fulfilled message is sent on WhatsApp 7. Update Order Status to Refunded on Orders Admin 8. Validate Order Refunded message is sent on WhatsApp ## Screen Recording https://pxl.cl/7drLq Reviewed By: sharunaanandraj Differential Revision: D74679169 Privacy Context Container: L1332882 Pulled By: woo-ardsouza fbshipit-source-id: a7d2726a1f9c363ccb7656f8c2f201408a993583
Merged
This was referenced May 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We were using CloudAPI to send WhatsApp Utility Messages due to a dedupe logic bug in the Message Events Post API. With this issue being resolved in D74522961, updated the message sending api to Message Events
Changelog entry
Update Message Sending API from Messages to Message Events
Test Plan
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration.
Screenshots
Please provide screenshots or snapshots of the system/state both before and after implementing the changes, if appropriate
Before
After