magmodules / magento2-reloadify
Reloadify extension for Magento 2
Package info
github.com/magmodules/magento2-reloadify
Type:magento2-module
pkg:composer/magmodules/magento2-reloadify
Requires
- magento/framework: >=100.1.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-07-24 09:50:17 UTC
README
Connect your Magento 2 store to the Reloadify marketing automation platform. This extension syncs your customer data, products, orders, and abandoned carts automatically, so Reloadify can power personalized email campaigns and triggered flows based on real purchase behavior.
Features
- Automatic sync of products, categories, and variants
- Customer profiles and newsletter subscriber sync
- Order history and abandoned cart data
- Cart restore links for abandoned cart emails
- PWA/headless frontend support
- Flexible product attribute mapping
- Delta sync for efficient product updates
- Debug logging for troubleshooting
Requirements
- Magento 2.3.x or higher
- PHP 7.4 or higher
Installation
composer require magmodules/magento2-reloadify php bin/magento setup:upgrade php bin/magento cache:flush
Quick Start
- Enable the module at Stores > Configuration > Reloadify > General
- Generate an integration token via CLI:
bin/magento reloadify:integration - Copy the access token to your Reloadify account
- Configure attribute mapping if needed
- Run selftest to verify:
bin/magento reloadify:selftest
Documentation
English:
- Getting Started - Get up and running in 5 minutes
- Configuration Guide - Complete configuration reference
- Best Practices - Recommended setups and examples
- Troubleshooting - Common issues and solutions
- CLI Commands - Command line tools
Nederlands:
- Aan de slag - In 5 minuten aan de slag
- Configuratie - Volledige configuratie referentie
- Best Practices - Aanbevolen instellingen en voorbeelden
- Probleemoplossing - Veelvoorkomende problemen en oplossingen
- CLI Commando's - Command line tools
How it Works
The extension creates a secure REST API that Reloadify uses to fetch your store data:
GET /V1/reloadify/products → Product catalog
GET /V1/reloadify/orders → Order history
GET /V1/reloadify/carts → Abandoned carts
GET /V1/reloadify/profiles → Customer profiles
GET /V1/reloadify/subscribers → Newsletter subscribers
All API calls require the integration token for authentication. Data syncs run via Reloadify's servers, not via Magento cron, so there's no performance impact on your store.
Support
- Product Page: Reloadify for Magento 2
- Documentation: Magmodules Help Center
- Support: Contact Magmodules Support
License
See COPYING.txt
Copyright
Copyright © Magmodules.eu. All rights reserved.