Complete Beginner

Hi. I’ve been asked to integrate our VB.NET software with Infusionsoft. I have downloaded the C#.NET wrapper (I assume I really only need the infusionsoft.dll from that .NET project and then I can start using it). Can someone point me to the best place to go to start writing the code necessary just to get a link to the service? I mean somethig really basic like creating a contact and then maybe editing an existing one?

Would appreciate any help you can offer as I’m a complete novice with this.

Thanks in advance.

Lee

1 Like

Hey have you checked out Get Started - Keap Developer Portal ?

There is also the API docs, here is a link to create a contact using Infusionsoft’s API.
https://developer.infusionsoft.com/docs/xml-rpc/#contact-create-a-contact

2 Likes

Also, Github

1 Like