Magento 2 integration module for the Rule. This module allows Magento to send to the RULE application(for further use by your account) data about customer (email, first name, last name, date of birth and gender), cart info(product list, quantity, total price) and orders(product list, shipping address, product categories, total price). Also providing optional functionality for sending emails from magento using RULE transactional api.
In the terminal cd
to the root of your magento project. Then run:
composer require rulecom/rulemailer2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
In the admin part of your Magento app select Stores/Configuration
section. Then select RULE/Rulemailer
from the left menu.
In the form enter your Api key from the RULE appliction. If 'Use transactional' field set to 'Yes' all mail from the your Magento app are going to be sent via RULE transactional api.