By shehateme on
Hi, Im planning to integrate infusionsoft with drupal,
Anyone can give me an indea how this to be done.
Your suggestion would be much much appreciated.
Thanks
Hi, Im planning to integrate infusionsoft with drupal,
Anyone can give me an indea how this to be done.
Your suggestion would be much much appreciated.
Thanks
Comments
What are you planning on
What are you planning on doing? We have done a little bit of integration but the stuff is not really ready to be contributed back. I can try to get some code samples up for you tomorrow if you would like.
Here is what I need
Hi, thanks for the reply, I want to have a subscription page using infusionsoft and post it to my drupal site. After the subscription application is successfully complete, I want to add the user on my drupal site. Have any idea on how to work this up??
Thanks
I didn't do anything with
I didn't do anything with subscriptions in infusionsoft. You can look at using the infusionsoft library (PHP SDK) which I did and writing something up. I am not sure how the subscription api stuff works with infusionsoft but I know it is there.
Sample codes
Good Day
Can i see a sample codes that you work in infusionsoft and drupal for my reference? If so please email me at shehateme@gmail.com
Many thanks
I am also interested
I thought they had something out of the box but I am not so sure now. I need it to be a recurring subscription system where it creates an account when they buy a product and promotes the user to "Premium Member" status. If the billing expires or they cancel it should send them to the "authenticated user" status. Anyone had success with this?
You can do it, you can create
You can do it, you can create a php snippet on a node and run an Http post on infusionsoft that points to that node, I hope that helps
Sorry this code has taken so
Sorry this code has taken so long. Here are some of the basics of what I've done:
So now to make any request, look at the sdk documentation to see what variables are needed and make the call. For example:
Thank you
Thanks you very much for the help :)
Error solved
-- thanks this problem is now solved! --
Infusionsoft API module
You can check out the Infusionsoft API module