We have a website (created using CodeIgnitor , which accepts users to signup using their Email or via LinkedIn. The data is stored in a MySQL backend. We also have incorporated InfusionSoft to work as a CRM and tracking of the users who signup.
My basic requirement thus is to create a trigger in PHP code, which allows a new contact to be created in InfusionSoft, after the user has registered.
(I want the contact information to be created in InfusionSoft, after the user has successfully signed up (registered) on the site and authenticated his Email ID. Else it will create too many false positives.)
Does anyone know of a API which allows me to automatically connect to InfusionSoft and transfer a selected set of fields into InfusionSoft from the MySQL DB Table?
I have looked up the InfusionSoft KB, but unable to come across any specific example which allows me to do this for selected fields:
https://novaksolutions.com/infusionsoft-api-gotchas/
https://developer.infusionsoft.com/code_samples
https://github.com/infusionsoft/API-Sample-Code/blob/master/PHP/ContactService-Sample.php