The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
647 Ready
443 Need Help
Vendors 🏆 Leaderboard
Actively Maintained v1.17.1

Magento® 2 Reloadify Integration

magmodules/magento2-reloadify 55

Connects your Magento 2 store to the Reloadify platform. Simplifies integration for personalized marketing and customer engagement.

44,851
Downloads
Below average
1
GitHub Stars
Below average
17d ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
724 warnings
L1 PHPStan

Release Discipline

Follows SemVer · 100% What is this?

Release history audited up to v1.17.1

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.17.1 on Magento 2.4.9
Jul 24, 2026
v1.17.0 on Magento 2.4.9
Jun 8, 2026
v1.16.0 on Magento 2.4.9
May 26, 2026
v1.16.0 on Magento 2.4.8-p4
Mar 23, 2026
v1.15.0 on Magento 2.4.8-p4
Mar 21, 2026
v1.15.0 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Magento® 2 Reloadify Integration Magento compatibility status badge

README

Loaded from GitHub

Reloadify for Magento 2

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

  1. Enable the module at Stores > Configuration > Reloadify > General
  2. Generate an integration token via CLI: bin/magento reloadify:integration
  3. Copy the access token to your Reloadify account
  4. Configure attribute mapping if needed
  5. Run selftest to verify: bin/magento reloadify:selftest

Documentation

English:

Nederlands:

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

License

See COPYING.txt

Copyright

Copyright © Magmodules.eu. All rights reserved.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.