Questions tagged [infusionsoft]

Infusionsoft is sales and marketing automation software that combines CRM, email marketing and e-commerce.

158 questions
0
votes
2 answers

Infusionsoft API fetch order details todays order, yesterdays orders, last 7 days order details

I am using insufionsoft php API to fetch the details of orders for generating some stats for my reports page. I want to get the details of todays order, yesterdays order, last 7 days orders. I have connected using the API and able to fetch the…
Yunus Aslam
  • 2,447
  • 4
  • 25
  • 39
0
votes
1 answer

Check if TAG is applied to contact or not - InfusionSoft Campaign

I am using InfusionSoft for marketing purpose. Here is a Campaign. For just to explain. In "Thanking the Happy Customer" email, I send a link to my site to fill up a form and I add a TAG Testimonial Submitted to the contact (and there is another…
user3934473
0
votes
1 answer

How can I get Infusionsoft's Cookie Info from this URL

Infusionsoft provides the following script / method of obtaining an affiliate ID. Now, I want to call that URL programmatically and just get back the affiliate ID - I don't want to redirect or go anywhere else, I just want the affiliate ID to use…
Justin Handley
  • 1,159
  • 1
  • 7
  • 14
0
votes
1 answer

Product tags in infusionsoft

I need to tag products that are downloadable in Infusionsoft. I will be uploading those products through API. Is there a way i can achieve this? I can tag contacts but not products? Also an alternative was to use custom fields but they are also only…
xmaestro
  • 1,084
  • 2
  • 16
  • 44
0
votes
3 answers

To send email on some future time

I am new to php, I am making a schedule page which is getting data form database. From database I am picking the send time and dates of the emails which have come. What am trying to do is that, if the send date and time has come the system should…
Kamran Asadi
  • 85
  • 2
  • 7
0
votes
2 answers

Infusionsoft webform redirect based on drop down selection

I have a form crated in Infusionsoft that is basically 2 input fields: name and email a drop down select option and a submit button submit button. the form submits to infusionsoft and then re-directs to a thank you page. I would like to have the…
Dee Clay
  • 23
  • 8
0
votes
2 answers

how to send email through infusionsoft api?

i want to send an email through infusionsoft api but email not shown i want to try but no email sent,here is my code: "; include_once('iSDK/src/isdk.php'); //require_once"iSDK/src/isdk.php"; $myApp = new iSDK(); …
user2794041
0
votes
1 answer

Height is not being set on an InfusionSoft form

We've got an InfusionSoft form on a page (on a WordPress site) that is coming from the InfusionSoft javascript. on this…
0
votes
2 answers

How to Shopping Cart return information using InfusionSoft and PHP

I use the Infusionsoft API in PHP. I built a website and use Infusionsoft to create copies all informations of users on that website. On that website I have some features that users need to buy. I made a product on Infusionsoft and users of my site…
Ivijan Stefan Stipić
  • 6,249
  • 6
  • 45
  • 78
0
votes
1 answer

Add dynamic content on ccavenue page using php

I am currently integrating ccavenue with site.which is successfully happened.Now i like to know how many traqnsaction of ccavenue happen successfully and how many failure transaction happen.ccavenue show this data on his own account but i want it on…
VIRUS
  • 25
  • 9
0
votes
2 answers

Installing iMember360 plugin To WordPress MU

I am installing iMember360 plugin for infusionsoft to my Wordpress Multi Site but after installation, it forced me to logoff and I am no more able to access my Wordpress admin panel using my credential. I am able to login but it seems I am not…
Shiva
  • 369
  • 2
  • 3
  • 12
0
votes
2 answers

PHP iSDK is not working when deploy on Ubuntu cloud server

I have written some custom webservices to communicate with Infusionsoft. I want to fetch the Custom Field from Infusionsoft on the basis of EmailId. I have used following SDK to fulfill my requirements: https://github.com/infusionsoft/PHP-iSDK The…
Zunair Minhas
  • 145
  • 1
  • 7
0
votes
1 answer

How to create infusionsoft plugins that will communicate with mongoosemetrics APIs?

I am a senior PHP developer, but I'm newbie with Infusionsoft. My client has the requirements below: Create a plugin in Infusionsoft to trigger an event at the time of affiliate registration with a affiliate traceable phone number via Mongoose…
Chan's
  • 13
  • 1
  • 4
0
votes
1 answer

embed infusionsoft form/iframe in a lightbox

I've got an infusionsoft signup form which I'd like to embed in a lightbox. I've got the script for the form: and an example lightbox…
user948060
  • 953
  • 3
  • 12
  • 25
-1
votes
1 answer

Call to undefined method Infusionsoft\Api\Rest\ContactService::addToGroup()

I'm using https://github.com/infusionsoft/infusionsoft-php but when I try to apply tags for a contact I'm getting this error. Someone knows something about it?
1 2 3
10
11