http://www.interactioncrm.com/

InterAction CRM Software Components => Application Collaboration => Topic started by: derek73 on March 21, 2008, 02:08:59 pm



Title: InterAction API Documentation?
Post by: derek73 on March 21, 2008, 02:08:59 pm
I'm interested in writing software that uses InterAction's web client API. Where can I find documentation for that?

Specifically, I want to build a .NET WinForm interface that allows users to select and InterAction folder and return that folder's ID to the application. Any help would be appreciated.


Title: Re: InterAction API Documentation?
Post by: wookie on April 28, 2008, 03:12:19 am
There are 2 routes:
COM - The documentation is old but still valid - check Support site for 4 series Object references.  YOu will need to write a wrapper for this.
Web API - No full documentation, but log in as admin to the web client and review the options on the admin menu.  You can use the method calls to enable the functionality - you will have to write your own forms.  Data sent and retrieved using XML.  Be vary of directpage and method calls - cannot control the interface to sufficient levels needed


Title: Re: InterAction API Documentation?
Post by: derek73 on May 01, 2008, 01:28:24 pm
Thanks. I hadn't noticed the documentation on the admin screen. That should help a lot.