Hi there,
I need to update many contacts with individual values stored outside of my Mautic installation (v2.16.2
). Is there a chance I could use the “import contacts” function to do this? Any other suggestions?
Thanks,
Sebastian
Hi there,
I need to update many contacts with individual values stored outside of my Mautic installation (v2.16.2
). Is there a chance I could use the “import contacts” function to do this? Any other suggestions?
Thanks,
Sebastian
you can do it by putting the file in /app/cache/imports and then running the import job
sudo php /var/www/mautic/app/console mautic:import
or to run autoamtic imports https://github.com/mtcextendee/mautic-custom-import-bundle/blob/master/README.md
Thank you for your swift reply! Sounds perfect!