From c0e3accf34f6a3779ea44d39737f702c25178a80 Mon Sep 17 00:00:00 2001 From: Sam Thomas Date: Mon, 26 Jul 2021 23:25:22 +0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c104b1..d2fbb9a 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,21 @@ A: Please enable the function “Alert on Error” and add the emails of recipie Run the following command in Magento 2 root folder: +With Marketing Automation (recommend): ``` -composer require mageplaza/module-webhook +composer require mageplaza/module-webhook mageplaza/module-smtp php bin/magento setup:upgrade php bin/magento setup:static-content:deploy +``` +Without Marketing Automation: +``` +composer require mageplaza/module-webhook +php bin/magento setup:upgrade +php bin/magento setup:static-content:deploy ``` + + ## 4. Magento 2 Webhook Highlight features ### Send API requests when specific events occur