From c91f5438951a1a90204b36536210fd50000d1c5c Mon Sep 17 00:00:00 2001 From: ShopWhizzy Date: Mon, 15 Dec 2025 17:17:51 +0000 Subject: [PATCH] Add note on consumer dispatch for server events Added note about dispatching the consumer for server events. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b6799ad..ffc04ad3 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Complete usage guide [HERE](https://www.facebook.com/business/help/5327492535761 * Execute `php bin/magento setup:upgrade`. * Execute `php bin/magento setup:di:compile`. * Execute `php bin/magento cache:clean`. +* Note: `send.conversion.event.to.meta.consumer` consumer needs to be dispached for the server events via CAPI. ### Verify Installation