Fetch data from Mautic using API

Hello All,

I wish to get data from MAUTIC to my custom CRM for leads. I find API that can provide data using OAuth but that requires user interaction !. Just would like to know if that is possible using any API as I need to automate this process.



It would be great to know feasibility of the same.



Thanks

Chand Prakash

Hello All,
I wish to get data from MAUTIC to my custom CRM for leads. I find API that can provide data using OAuth but that requires user interaction !. Just would like to know if that is possible using any API as I need to automate this process.

It would be great to know feasibility of the same.

Thanks
Chand Prakash

I can see 2 choices:

  1. Create a custom integration plugin for your custom CRM. There is already a bunch of other CRM plugins so you can copy the most of the code.
  2. Use the Webhooks. You can send the lead data on every lead update event to your CRM to deal with it.