Start with the docs — most questions are answered there. If you're stuck, email us directly. We respond within one business day.
Installation guide, API reference, webhook setup, and configuration walkthroughs. Start here.
Browse DocsSee what's new in each version and what was fixed. Helpful if something changed after an update.
View ChangelogFor general Mautic® questions, the Mautic community forum and Slack are excellent resources.
Visit CommunityLicensed customers get email support for one year from purchase. Send us your question — include your Mautic version, PHP version, and any error messages from var/logs/mautic_prod-*.php.
You can also email us directly at support@dealflowplugin.com.
Quick answers to the most common support questions.
sudo -u www-data php bin/console mautic:plugins:reload from your Mautic root. Then clear and rebuild the cache: rm -rf var/cache/prod && sudo -u www-data php bin/console cache:warmup. Also restart PHP-FPM to flush OPcache: systemctl restart php8.2-fpm.www-data, not root. Check var/logs/mautic_prod-*.php for the specific error. If you see "Permission denied" errors, run chown -R www-data:www-data var/cache.