I’m looking to import leads into an existing lead list in Mautic from a “custom” POS application. What would be the best method of going about that? The POS application has a REST API.
I’m looking to import leads into an existing lead list in Mautic from a “custom” POS application. What would be the best method of going about that? The POS application has a REST API.
Mautic is able to import leads from a CSV files.
Sorry - I should have been more clear. I’m looking to import on an ongoing basis. Any better options than manually importing a csv on a daily basis?
An easy way is to use https://medium.com/@jan_linhart/the-simplest-way-how-to-submit-a-form-data-to-mautic-1454d3afd005
More advanced is to use the Mautic API https://developer.mautic.org/#rest-api
The form method is perfect- thanks for the info.