Questions tagged [infusionsoft]

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

158 questions
1
vote
2 answers

PHP curl and Infusionsoft Cookie

I have a simple web form that feeds into Infusionsoft. Not my call. I had been submitting it fine with curl to run an AJAX routine, to eliminate then going to Infusionsoft's domain and a thank you page - instead just displaying a thank you/error msg…
Dirty Bird Design
  • 5,333
  • 13
  • 64
  • 121
1
vote
1 answer

Boolean logic is driving me crazy

I am using a CRM called Infusionsoft to build out a campaign flow for contacts to travel down as they progress through the automated experience we are creating for them. The logic SEEMS simple, but I can't for the life of me figure out why the logic…
i431ad
  • 11
  • 1
1
vote
1 answer

Unable to update address field in InfusionSoft using REST API

I have a script that updates contacts information in InfusionSoft via the REST API. Everything works perfectly except for the addresses. I’ll include how I update email and addresses since email works but address does not even though they should…
Jake Mulhern
  • 660
  • 5
  • 13
1
vote
1 answer

How to retrieve Contact from InfusionSoft XML-RPC API?

I am attempting to access the contact information from InfusionSoft. I have had a lot of success with their REST API but I need to use the XML-RPC API for some fields. I am using the package…
Jake Mulhern
  • 660
  • 5
  • 13
1
vote
2 answers

Small jQuery function kills other functions on Infusionsoft order form

I'm a total jQuery novice. I'm trying to modify an Infusionsoft order form, to add a minimum value to the quantity input box. With the order form, you can't modify any of the actual code on the page (it's auto-generated), but you can add your own…
Bill Osuch
  • 408
  • 4
  • 17
1
vote
0 answers

Returning Values through HTTP Post within Infusionsoft Campaign API

The specific objective here is as follows - Using Infusionsoft API (iSDK), I need to create and host a file instructing infusionsoft to return the value of a 'Name / Value' pair from an HTTP Post to a contact specific Custom Field. This is become…
1
vote
1 answer

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

This was working all this while with no issues and updates. $user_id = $infusionsoft->contacts->addWithDupCheck($contact, 'Email'); Now all of a sudden it isn't PHP Fatal error: Uncaught Error: Call to undefined method …
anjanesh
  • 3,771
  • 7
  • 44
  • 58
1
vote
1 answer

Wrap array output in curly brackets and add relevant data label

I'm attempting to create a API connection and need to output html form data as a JSON array. But my current output doesn't match the API documentation. I've managed to get to a point where I am outputting the form data into a JSON friendly format…
1
vote
0 answers

InfusionSoft: API error While Fetching contact Details

I'm working on InfusionSoft API (documentation here) and making request by using CURL (no API SDK) but getting the following error. Failed to parse XML-RPC request: Premature end of file. any help would be appreciated. Below is the CURL code that…
Muaaz Khalid
  • 2,199
  • 2
  • 28
  • 51
1
vote
0 answers

Step by step on how to connect to Infusionsoft using OAuth2 using Passport Infusionsoft

Hi I tried this module to communicate with Infusionsoft: https://www.npmjs.com/package/passport-infusionsoft but somehow, when I tried to run it (using the samples on the npm module) by running it here and also on my local node app (same code)…
The Bassman
  • 2,241
  • 5
  • 26
  • 38
1
vote
1 answer

infusionsoft dsfind().Divide data into 3 chuncks in different pages

data i am fetching from infusion using tag id and dsfind() function. and that data i have to divide into 3 pages. (data used be unique) cfgCon("infusionid")) { $returnFields =…
Mohsin
  • 199
  • 5
  • 19
1
vote
1 answer

infusionsoft contact field query with python

I know how to connect to Infusionsoft with Python 3 and how to process the following simple example: #Set up the contact data we want to add contact = {}; #blank dictionary contact[“FirstName”] = “John”; contact[“LastName”] = “Doe”; contact[“Email”]…
e2405
  • 13
  • 3
1
vote
1 answer

Send data from Contact Form 7 to Infusionsoft

I have a Wordpress website that has a Contact Form 7 web form on it. I use the following code for the form:
[text* infusionsoft-FirstName class:form-control placeholder "First Name*"]
user1747021
  • 275
  • 1
  • 4
  • 11
1
vote
1 answer

Retrieving data from infusionsoft to DOMO using plain javascript

I am trying to create custom connector in DOMO to retrieve data from infusionsoft. I can use only plain javascript in DOMO IDE. The below code is what I wrote to make request to XML-RPC Api of infusionsoft but I am getting fault code response.…
1
vote
1 answer

Adding a CustomField to Infusuionsoft contact

I am trying to modify an existing integration with Infusionsoft that uses the Novak Infusionsoft PHP SDK. The config.php file has a few custom fields defined in config.php like //To Add Custom Fields, use the addCustomField method like…
Fred Andrews
  • 648
  • 9
  • 18
1
2
3
10 11