Mautic > Chatfuel

Hey there,



I was hoping you could share with me the method you used to integrate Mautic with Chatfuel.



Specifically, what is the structure of the URL you used for the GET request?



I’d be very grateful to hear back !



Thanks,

Andrew.

Hey there,

I was hoping you could share with me the method you used to integrate Mautic with Chatfuel.

Specifically, what is the structure of the URL you used for the GET request?

I’d be very grateful to hear back !

Thanks,
Andrew.

i used Mautic API inside a Web Service. Also ask for user email on first talk. Than i call my webservice which uses Mautic API an then calls returns a JSON with success info.

Webservice wrote with PHP and a JSON component inside Chatfuel passing email from Messenger to the url of webservice.