Infusionsoft is sales and marketing automation software that combines CRM, email marketing and e-commerce.
Questions tagged [infusionsoft]
158 questions
1
vote
1 answer
Infusionsoft retrieve all custom fields value for specific contact
I've been searching for this solution but haven't found one! I'm using Novak solution's Infusionsoft API.
What I'm trying to do is to get value of a custom field for specific contact. Lets say, I've a custom fields named _myCustomField with Yes/No…

arsS5
- 25
- 9
1
vote
0 answers
Infusionsoft Payment Api - How to check if any subscription failed?
I am working on infusion soft payments subscription API's and subscription is working fine.Now i need to change the status of user if payment fails in any month but did not get any api related to that.I am using these api for…

Web Dev
- 67
- 2
- 11
1
vote
1 answer
REST error using InfusionSoft API
I am getting an error while calling the InfusionSoft REST API and am at a loss as to the reason.
My CLIENT_ID is the 24 character "Key" as shown in https://keys.developer.infusionsoft.com/apps/myapps. The CLIENT_SECRET is a shorter 10 character…

cyberwombat
- 38,105
- 35
- 175
- 251
1
vote
2 answers
How to avoid refreshing token multiple times?
In one of my apps, I've integration with Infusionsoft and access token expires after certain time.
Now the front-end makes multiple requests to get different data. When the token expires, it refreshes the token and gets new access and refresh token.…

Ashit Vora
- 2,902
- 2
- 27
- 39
1
vote
2 answers
Is any way we can have a click funnels order form that offers credit card and paypal AND integrates into Infusionsoft?
I am using clickfunnel order form and i want to offer credit card and paypal payment and user information need to go into the infusionsoft. How can i do this ?

Yogesh
- 21
- 2
1
vote
0 answers
List of friends/family members to store as lead in infusionsoft - WordPress site integration
Initial Requirements:
Client/Referrer’s First Name, Last Name, Email Address
List of their friends/family members First Name, Last Name, and Email address
Personalized message.
Then those names would be added to our infusionsoft system as leads,…

Navnish Bhardwaj
- 1,687
- 25
- 39
1
vote
2 answers
Why can't I post to my cURL script?
I need to send data from one form to two separate locations. I've done this before with a simple cURL script, but now in my testing I can't get it to actually post anything to my secondary source. I am using PAW to send over the POST, with the…

Banjerr
- 121
- 2
- 13
1
vote
2 answers
infusionsoft - How to get token without clicking link?
I need to access infusionsoft api without user interaction. I do not want let user to click on a click so I can get a tocken. Is it possible?
$infusionsoft = new Infusionsoft\Infusionsoft(array(
'clientId' => '...',
'clientSecret' =>…

user3351236
- 2,488
- 10
- 29
- 52
1
vote
1 answer
PHP Parse Json from HTTP response & Foreach Iterate Array
There are several focused questions on this topic but after trying them all I felt the need to seek out help. I am using Sendgrid, their webhook sends a json response and for some reason I have been unable to figure out how to integrate with our…

Kevin
- 13
- 3
1
vote
1 answer
Add tags in Company records using infusionsoft API
I want to tag company records after I create them using the InfusionSoft API.
How would I do this tag company records via the API?

Manish Kumar
- 83
- 2
- 12
1
vote
0 answers
Java - Getting a list of contacts using Infusionsofts API
I'm using Java and Infusionsofts API to get a list of contacts based on the customer id. I can't figure out a way to do this. I'm using Googles Guava to use multimap but it's producing an error:
org.apache.xmlrpc.common.XmlRpcExtensionException:…

MalcolmInTheCenter
- 1,376
- 6
- 27
- 47
1
vote
1 answer
Infusionsoft API not returning orders by date
I am trying to integrate the Infusionsoft API and I am having some issues in retrieving orders. I need to get all the orders from yesterday and so far this is what I have done.
require_once("src/isdk.php");
$app = new iSDK;
if…

Jay Bhatt
- 5,601
- 5
- 40
- 62
1
vote
1 answer
CURL error: GnuTLS recv error (-9): A TLS packet with unexpected length was received.
I have infusionsoft api lib running on my server. In the code, I have to find contacts in infusionsoft using their method dsFind. If I use 5 as the limit to fetch no of contacts, it is working fine but when I make it more than 10, it is throwing…

Navjot Singh
- 53
- 3
- 10
1
vote
1 answer
send HTML markup from Custom Field to the Email Campaign
I have an E-commerce website and is integrated to InfusionSoft
What currently happening is that...
Customer completes an order on my website and purchases, let say 2 products.
Upon Order Completion, Order Received tag is added and customer's info is…
user3934473
1
vote
1 answer
How to get Order details through order Id in Infusionsoft
I am using infusionsoft in wordpress. I want to get the order details/Invoice details through order id. what function is used to do so?
I found a function
function getInvoiceId($orderId)
It fetches only InvoiceId.
But I need all the order details…

raghuveer999
- 699
- 1
- 8
- 24