36

Infusionsoft Integration

Currently the integration between Infusionsoft and DAP is one-way. It’s from Infusionsoft=>DAP.

The good news is… in the upcoming release of DAP (4.6), we have completed 2-way integration with Infusionsoft. So you can do both DAP=>Infusionsoft as well as Infusionsoft=>DAP

1) Infusionsoft=>DAP – FREE Registration

When a user opts in to the Infusionsoft list, you can set up http post notification/action trigger in Infusionsoft to automatically add user to the DAP product.

See this document on how to setup this integration.

2) Infusionsoft=>DAP – PAID Registration

When a user makes a purchase via Infusionsoft Order Form or Shopping Cart, you can set up http post notification/action trigger in Infusionsoft to automatically add user to the DAP product.

See this document on how to setup this integration.

3) DAP=>Infusionsoft- FREE Registration

When a user opts in via the DAP FREE signup form, you can set up ‘plugin notification’ in DAP Products=>Notifications tab to automatically add users to an Infusionsoft compaign/group.

See this document on how to setup this integration.

4) DAP=>Infusionsoft – PAID Registration

When a user makes a purchase via say the DAP Shopping Cart or Paypal or Clickbank or any other DAP integrated payment processors, you can set up ‘plugin notification’ in DAP Products=>Notifications tab to automatically add users to an Infusionsoft compaign/group.

If you use Infusionsoft to sell or to get users to register to your list, the users will get added to DAP. But even if you sell products using other shopping carts/ payment processors (like Paypal, Clickbank etc), you can get those users to make it to Infusionsoft via DAP.

Paypal/CB/DAP Cart => DAP => Infusionsoft

See this document on how to setup this integration.

Click Here to Leave a Comment Below 36 comments
Kenneth - March 16, 2012

Integrating free products in DAP-infusionsoft, I can’t find file dap/dap-infusionsoft-optin.php. I tried the process and it didn’t work. Please provide solution. Thanks

Reply
Veena Prashanth - March 16, 2012

Kenneth,
We have uploaded it to dap 4.2.1 download.
Pls download dap 4.2.1 from your membership area on http://www.digitalaccesspass.com/dap, extract contents of the zip file and upload dap-infusionsoft-optin.php to the dap folder on your site.

Reply
Piernicola - April 2, 2012

Hi,
is it possible to integrate paid products the other way around?

Using DAP as a shopping cart and then process an action on InfusionSoft?

Thanks,
Piernicola

Reply
Veena Prashanth - April 2, 2012

Hi Piernicola,

The integration is 1-way from InfusionSoft=>DAP.
Sorry, it wont work the other way (DAP->InfusionSoft).

Reply
Piernicola - April 10, 2012

Thanks Veena!

Your support is always appreciated.

Piernicola

Reply
Tara Marino - May 23, 2012

Is it possible to add a member (paid) from the DAP admin panel… and have them receive the autoresponder from Infusionsoft?

Reply
Ray - May 23, 2012

Actually you CAN sell products through DAP and use Infusion Soft (IS) for the welcome email and contact management. Use the DAP Plugin Framework (http://www.digitalaccesspass.com/doc/dap-plugin-framework/) to activate your custom API to IS. You will need to use the IS API to add contacts and setup appropriate triggers to send the email messages.

Reply
Veena Prashanth - May 23, 2012

Yes, Ray is right. DAP does not have built in support to connect users from DAP=>InfusionSoft. DAP supports IS => DAP and not the other way.

But if you know how to use the InfusionSoft APis, you can certainly use the DAP plugin framework to build the bridge between dap => InfusionSoft.

Reply
Bob Jenkins - June 12, 2012

Ray – do you have an example of how this worked for you (DAP -> IS)? I have a client who is collecting payments for an event with Paypal/DAP, but has a separate Infusion account to connect to.

Reply
Ray - June 13, 2012

Bob – half the solution is mentioned in my earlier comment – use the DAP Plugin Framework and modify one of the example classes. I put mine in the folder dap/plugins/infusion. The DAP article I referenced gives all the details.

The second half is to use the Infusion API. Go to http://help.infusionsoft.com/developers/api-basics and download the Code Samples. Inside “New API Samples” the PHP folder contains the file ContactService-Sample.php. I just modified that file to work with my Infusion account. The hardest part was setting up a campaign that worked in the new Infusion environment. There is a thread at http://community.infusionsoft.com/showthread.php/1856-API-trigger-email-to-new-contact which I started to get help with the setup.

Reply
kenneth - June 29, 2012

Hey Raavi,

How can we customize /dap/dap-infusionsoft-optin.php that will allow password created in infusionsoft form will be the DAP password.

Please advice.

Thanks

Reply
Veena Prashanth - June 29, 2012

>>How can we customize /dap/dap-infusionsoft-optin.php that will allow password created in infusionsoft form will be the DAP password. << Can't. DAP automatically generates a random password and uses that to create the membership account upon successful payment notification from Infusionsoft.

Reply
Greg Koorhan - July 30, 2012

Hi Veena,
I’m having trouble finding the encrypted API code generator in 4.3.1 – can you point me in the right direction?

Reply
Greg Koorhan - July 30, 2012

Found it!

In Infusionsoft application, it’s under Admin>Settings>Application

Reply
Veena Prashanth - July 30, 2012

Thanks Greg!

Reply
Jason the real estate investment coaching marketing dude - August 15, 2012

If I’m processing transactions only through order forms, do I need to set a,b and c above to run the http post action?

Or can I just get away with c?

I’m not using the shopping cart and I don’t want to run that http post on all incoming action sets.

Reply
matt - August 17, 2012

Does this only work with order forms or will it create the membership if I am using an infusionsoft “shopping cart” rather than the order form itself?

Reply
Veena Prashanth - August 17, 2012

Matt,

It will create the membership even if you are using an infusionsoft “shopping cart” rather than the order form itself. The main thing is to setup Infusionsoft action triggers to send HTTP post to /dap/dap-infusionsoft.php script upon successful purchase.

Reply
Veena Prashanth - August 20, 2012

Jason,

>> If I’m processing transactions only through order forms, do I need to set a,b and c above to run the http post action? Or can I just get away with c? << I think just "c" will suffice but pls test it out before you go live with it.

Reply
Myreen - September 27, 2012

For the free product..can we use the new campaign builder in Infusionsoft and set the http post action inside the follow-up sequence that users receive after they sign up? There’s no option to add the http post in the web form inside the new campaign builder.

Reply
Veena Prashanth - September 27, 2012

Myreen,

Not sure if it will work.

If Infusionsoft still sends the same details in the http post about the user, then it will work.

You can check with infusionsoft support or simply point the http post url to /dap/dap-infusionsoft-optin-productID.php script on your site and see if it works.

Thanks,
Veena

Reply
Rob - October 17, 2012

Hey Ray,

in case you have subscribed to this thread – could you please get in touch with me at rob (at) robkonrad.com, I’d be interested in actually buying that piece of code from you… No need to get somebody else rich to do it all over again 😉 thanks!

Rob

Reply
Matt - October 22, 2012

Hi

Since the Infusionsoft upgrade I was wondering if the new order forms are working the same way?

I have my products set up identical, I am using the NEW order forms and also have successful purchase actions sending an http post to “/dap/dap-infusionsoft.php”

I just tested an order form while using a coupon code and I got several error messages back from DAP

Ill post the messages below

1) DAP Authnet Error (Rejected): Authnet Product Name = Auto-charge for Invoice #19 does not match any DAP Product Name. But REJECTING MISMATCH because of your Config settings (Product Mismatch)

2) dap-infusionsoft: payment not approved for contactID = 2215, invoiceId = 17

3) DAP InfusionSoft IPN Error (Rejected): IPN Product Name = does not match any DAP Product Name. But REJECTING MISMATCH it because of your Config settings (Product Mismatch)

Does it typically work with coupon codes?

Reply
Veena Prashanth - October 22, 2012

>>Since the Infusionsoft upgrade I was wondering if the new order forms are working the same way? << We made changes to the dap-infusionsoft.php script in the latest version of dap. Please upgrade to dap 4.3.1 / livelinks 1.8.2 and re-test. Please read this before you upgrade: http://www.digitalaccesspass.com/blog/2012/05/dap-v431-final/

Upgrade instruction :
http://www.digitalaccesspass.com/doc/upgrading-to-latest-version-dap/

Thanks,
Veena

Reply
Matthew - January 10, 2013

Is there an updated guide for Infusionsoft? It seems they have changed their interface and some of these steps don’t match what’s in Infusionsoft’s dashboard.

Reply
Dean Soto - January 23, 2013

Anyone get the send post to work with the new campaign builder. I got DAP working with the paidstuff, but not with the free route.

Reply
Dean Soto - January 23, 2013

Pretty sure the free way won’t work anymore with the new infusionsoft.

I tested on my local install of dap using the file used for the free and it works – I mean it fails where I expect it to fail.

But on my actual site, it’s failing somewhere in the include_once(“dap-config.php”); And that’s huge…

Reply
Veena Prashanth - January 23, 2013

Hi Dean,

Please open a support ticket with the exact error message and we will let you know how to fix it.

Thanks,
Veena

Reply
Teresa - April 26, 2013

Can I use Dap, Infusionsoft and a different shopping cart such as Clickbank, will all three work together?

Reply
Veena Prashanth - April 29, 2013

>> Can I use Dap, Infusionsoft and a different shopping cart such as Clickbank, will all three work together? < < Not sure if Infusionsoft allows integration with CB but if they do, then you need to connect Infusionsoft with CB directly and then connect CB->DAP using this document :

http://www.digitalaccesspass.com/doc/integrating-clickbank-via-ins/

Reply
Mike - November 28, 2013

HI veena,

I have a trouble on the Configure Digital Access Pass v4.4.3 with Infusionsoft.

I have configured the first 2 steps on the infusionsoft, but I couldn’t able to configure step c as it is not able to see the click on action success tab on the product section. Can you please guide us how to proceed with these following steps.

c) Go To Setup -> Order forms-> select the product -> Click on action Success tab -> Add New Action->
Select “Send an HTTP Post to Another Server” action set and set it to point to :
http://yoursite.com/dap/dap-infusionsoft.php (replace yoursite.com with the name of your site), then click Save.

Please guide us how to proceed further.

Thanks
Mike

Reply
Melanie - October 13, 2014

Is there a capability to apply a tag in Infusionsoft if someone makes a purchase through DAP?

Reply
Bill - October 29, 2015

Hey! Was wondering if this will work…. New buyer purchases thru Clickfunnels order form, Clickfunnels adds new buyer to Infusionsoft campaign/list, Infusionsoft adds new buyer to DAP paid membership.

Or is there another way to do that using Clickfunnels order forms?

Thanks!

Reply
Veena Prashanth - November 1, 2015

Hi Bill,

DAP does not integrate with Clickfunnels currently but we do plan on integrating it in 2-3 months as we have received several requests for the integration.

Thanks,
Veena

Reply
Bill - November 2, 2015

Great thanks! BC

Reply

Leave a Reply: