I have been using Infusionsoft form embedded in html page but now I want to send data to Infusionsoft form using their API. I checked their APIs but could not figure out which one should be used to submit data to the Infusionsoft form. Can someone please help me with this?
https://developer.infusionsoft.com/docs/xml-rpc/
Thanks for looking into this.
Thank you, Naresh
To pull Webformvia API you will have to use following method, this will pull the HTML form:
to submit a data to Infusionsoft via API You will have to use Create contact and update contact API:
XML RPC is still in use but Infusionsoft suggests to use REST API methods