Skip to content
scottcate edited this page Nov 20, 2012 · 9 revisions

Welcome to the Infusionsoft.net wiki!

We have done a bit of work for the EventDay.com integration to Infusionsoft, and today we are happy to announce the open source availability of this labor.

In general what you'll find is .... we scrap the Infusionsoft Help files (also on github, included here as a submodule), and then code generate the C# SDK. This gives us full coverage of the SDK to work from a nice strongly typed .NET environment.

As this is code generated, we have not tested every bit, of every call, in every direction. There are bound to be issues that you can help us with. If you find something, fix it, and let us know about it by sending us a pull request.

Also, you should understand that we have taken a dependency on the Infusionsoft Documentation, and problems there, will become problems here. Typos, field names, changes, new API's, API changes, will all have ripple effects on this project.

Best of luck to you, and we hope you enjoy the project.

@EventDay