6

Infusionsoft SDK Installation

Make sure to complete these steps for Infusionsoft Integration with DAP.

1) Download the Infusionsoft Software Development Kit (PHP iSDK package) from https://github.com/infusionsoft/PHP-iSDK

2) Extract the contents of the zip file. Upload the iSDK/src/xmlrpc-3.0 folder into the DAP folder on your site (via FTP), as well as the following 2 individual files: conn.cfg.php and isdk.php directly to the dap folder on your site.

If you uploaded it correctly, you should see a folder called xmlrpc-3.0 right under dap folder on your site.

You should also see conn.cfg.php and isdk.php right under dap folder on your site.

infusionsoftsdk

 

 

 

 

 

 

 

 

 

3) Edit /dap/conn.cfg.php. This needs to have the Infusionsoft API code and application name for your Infusionsoft account.

< ?php $connInfo = array(‘connectionName:applicationName:i:[API_code_goes_here]:This is the connection for applicationName.infusionsoft.com’); ?>

Here,
connectionName = demo
applicationName = Your Infusionsoft Application Name
[API_code_goes_here] = Go to Setup – > Misc. Setting -> go to Miscellaneous tab -> Enter an api passphrase and hit Save. It will generated an encrypted API Code. Replace [API_code_goes_here] above with the api code.

The connectionName needs to be hardcoded to “demo”.

For ex: I have used the applicationName of “veena” below.

< ?php $connInfo = array(‘demo:veena:i:dd2ebm098bsasghf68ihk:This is the connection for veena.infusionsoft.com’); ?>

That’s it. Now DAP can connect to Infusionsoft using the connection parameters in conn.cfg.php.

Click Here to Leave a Comment Below 6 comments
Kevin - July 3, 2014

Looks like I’m the first to post, yea!
I just completed the above Infusionsoft integration steps. Will I also possibly need to complete some of the steps on the Feb 11, 2011 document listed here: http://digitalaccesspass.com/documentation/
or does the new integration steps cover everything?

Reply
Veena Prashanth - July 3, 2014

Hi Kevin,

The new integration steps covers everything.
Please test the integration once before you go live with it.

Thanks,
Veena

Reply
Kevin - July 3, 2014

Infusionsoft tech support said I need to know what the API trigger is from DAP to Infusionsoft to test it.

Since the integration, my members added in DAP are not being added as contacts in Infusionsoft. Is there another step needed?

From Infusionsoft to DAP, I need to create a “send http post” in a campaign and send to DAP. what url would I use?

Reply
Veena Prashanth - July 3, 2014

Is the Infusionsoft=>DAP integration working but DAP=>Infusionsoft integration not working?

Please open a support ticket so we can check why the DAP=>Infusionsoft integration is not working.

Thanks,
Veena

Reply
Reynard - July 29, 2015

Where can I find the active link to download the Infusionsoft Software Development Kit? this link is not working. https://github.com/infusionsoft/PHP-iSDK

Reply
Veena Prashanth - July 29, 2015

Hi Reynard,

Please login to your members area on our site :

http://digitalaccesspass.com/dappers/my-account/downloads/

Towards the bottom of this page in the additional downloads section, you will find a InfusionSoft.zip file.

Download the infusionsoft library from there.

Extract the contents of the zip file to your desktop.

Then use this library instead of the one you would have downloaded from the infusionsoft site.

Thanks,
Veena

Reply

Leave a Reply: