Shopware's merchants can now integrate with Dotdigital using Flow Builder actions. Merchants can define flows with a new Dotdigital action to send triggered non-marketing email campaigns in Dotdigital to nominated recipients (regular email addresses and variables are supported).
- PHP 8.1+
- Shopware 6.5+
- Shopware 6.4.x is compatible with the plugin's 1.x release line.
To install this plugin you have two options:
- Download the code from Github and upload it via Extensions > My extensions > Upload extension
- Activate the plugin via Extensions > My extensions
OR:
Git install
git clone [email protected]:dotmailer/dotdigital-for-shopware-flowbuilder.git custom/plugins/DotdigitalFlow
Composer install
composer require dotdigital/dotdigital-for-shopware-flowbuilder
Refresh the plugin list:
bin/console plugin:refresh
Install the plugin:
bin/console plugin:install --activate DotdigitalFlow
bash bin/build-administration.sh
bash bin/build-storefront.sh
- Customers and guests can now sign up for SMS marketing, with consent, at registration and checkout.
- Customers can manage their subscription and subscribed mobile number in their account.
- SMS subscribers are pushed to a specific list in Dotdigital via the new V3 API.
- Mobile numbers are validated client-side before submit.
- We removed an unused JS file.
- The plugin's minimum-stability is reset to 'stable' following the release of Shopware 6.5.
- The plugin is now compatible with Shopware 6.5+ [NOTE: Shopware 6.4.x will not be able to run this version of the plugin.]
- We fixed an error in validation-directive.js relating to unsupported 'classProperties'.
- We've added a new flow action to add or update contacts in Dotdigital. Email addresses can be added to address books, with data fields, and options for resubscribe and double opt-in.
- We've added a new flow action to enroll contacts to marketing programs in Dotdigital.
- Merchants using our transactional email flow action can now choose from a list of triggered campaigns to send from Dotdigital.
- Merchants can define flows with a new Dotdigital action to send triggered non-marketing email campaigns in Dotdigital to nominated recipients (regular email addresses and variables are supported).