Jump to content

PW form integartion with Mautic or using Zapier ?


Rajesh Khanna
 Share

Recommended Posts

14 hours ago, elabx said:

I guess if Zapier is an option send a copy of the POST request to a Zapier endpoint (with FormBuilder even easier) and then plug in a Mautic step that adds it as a contact.

Thanks a lot for your help @elabx

Is there any way I can directly save the form entries as contact on Mautic without using Zapier ?

Link to comment
Share on other sites

No ready-to-go module that I can find. I don't know the details but they seem to support basic authentication to the service just fine. So probably just install their library through composer (or manually) and do the API call on the POST request of your frontend form. 

https://developer.mautic.org/?php#basic-authentication

https://github.com/mautic/api-library

  • Like 2
Link to comment
Share on other sites

On 6/19/2019 at 10:19 AM, elabx said:

No ready-to-go module that I can find. I don't know the details but they seem to support basic authentication to the service just fine. So probably just install their library through composer (or manually) and do the API call on the POST request of your frontend form. 

https://developer.mautic.org/?php#basic-authentication

https://github.com/mautic/api-library

To add on to elabx's response, I saw in Mautic's Developer Docs that there is a REST API with a methods for creating contacts etc etc: https://developer.mautic.org/#create-contact

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...