Infusionsoft is sales and marketing automation software that combines CRM, email marketing and e-commerce.
Questions tagged [infusionsoft]
158 questions
0
votes
1 answer
How to set file uploaded via API as Public in Infusionsoft?
I tried using Data Table api but I get "AccessDenied" error for FileBox table.
[NoTableAccess]Access denied to table FileBox
Does Infusionsoft not allow updating fields of FileBox table?
Is there any other way to set files as Public?

Ashit Vora
- 2,902
- 2
- 27
- 39
0
votes
1 answer
Infusionsoft Getting Tags
I am new to the Infusion API and I have a couple of questions that I am unable to find a specific answer to.
I have used the PHP SDK and installed via composer
1) Within the new API is there away that I can view all tags that have been created?
2)…

Jess McKenzie
- 8,345
- 27
- 100
- 170
0
votes
2 answers
Infusionsoft PHP CC info with Novak Solutions SDK
I am having issues getting a users credit card info using Novak Solutions Infusionsoft SDK. Both systems say that I can use a "Find by Field" query but I seem to get an error with the CC object.
So it would look something like…

Packy
- 3,405
- 9
- 50
- 87
0
votes
1 answer
Infusionsoft REST API with salesforce
I am trying to access Infusionsoft data from salesforce trigger. I am able to access the data after authorizing the IS app manually by a user vai VF page/ UI. I want to skip this. I want to get the data with automatic app…

Bhaskar
- 31
- 1
- 4
0
votes
1 answer
How to change payment mode for a form created via infusion
My default currency of my infusion account is in GBP. However, I want to change it to USD for a particular form. Is there a way of achieving that?
The form itself has been created via infusion. I don't want to change the default currency settings.…

Dev
- 1
- 3
0
votes
1 answer
How can I use Infusionsoft API to add user in my application?
I have to add a user to Infusionsoft using Laravel 5.2 framework.I have made a register form and when I click register user must be added on Infusionsoft. How can I do that? And how can I create a free sandbox application? I've made an account but I…

Michelle
- 7
- 4
0
votes
1 answer
No method matching arguments: java.lang.String, java.util.HashMap XMLRPC infusionsoft
I am developing code that sends an email from our website through Infusionsoft API & XMLRPC.
Here my code:
$email = $user_rec['email'];
$contactID=$user_rec['client_infusionid'];
echo $contactID;
$Subject = 'Your reset password…

ABGIC DEVELOPER
- 1
- 2
0
votes
1 answer
how do i create a contact in infusionsoft using xml rpc service in java?
I am trying to create contact from my application of java in infusion soft, but failed to get response. sometime i got connection timeout error, sometime got error 596.
My example code is under fellow:
public static void addContact() {
try {
//Sets…

Irfan Nasim
- 1,952
- 2
- 19
- 29
0
votes
0 answers
How to find a contact using a Custom Field in Infusionsoft?
I want to search a contact based on a custom field and I'm searching it using Data Query in Contact table but I'm getting an error saying Contact. does not exist.
What is the correct of searching contact by custom field?

Ashit Vora
- 2,902
- 2
- 27
- 39
0
votes
1 answer
Creating a dropdown menu for product categories Infusionsoft shopping cart
Is there a way to alter the CSS on the Infusionsoft storefront so that it displays subcategories in dropdown?
Nicole

Nicole War
- 11
- 5
0
votes
1 answer
Saving data to Order custom fields with API in Infusionsoft
I've added a couple of custom fields to the Order in the Infusionsoft and now I'm trying to save data into those fields with API. I thought I could use Update method of data service like this:
apiProxy.Update(InfusionsoftHelper._InfusionsoftApiKey,…

Roman Hutnyk
- 1,549
- 9
- 14
0
votes
1 answer
Infusionsoft OAuth callback SSL error PHP
my problem is this:
Ive went to developer.infusionsoft.com to get the PHP-SDK helper library for Infusionsoft API integration.
I installed it via composer. i have the vendor(folder)which, appears after composer finish.
over the tutorials, vendor…

Joseph Bada
- 222
- 2
- 13
0
votes
1 answer
Retrieve infusionsoft subscription data for a specific user id
I want to retrieve the subscription data like
Contact Id
SubscriptionPlanId
StartDate
EndDate
NextBillDate
Status
I wrote this code
/* */
###Include our XMLRPC Library###
###Set our Infusionsoft application as the client###
$client = new…

GIC
- 3
- 2
0
votes
1 answer
Adding 'terms and conditions' to Infusionsoft shopping cart
I want to get SagePay on my company's Infusionsoft shop. But, SagePay ask for a checkbox on the checkout to confirm that customers have read the terms and conditions. Totally understandable - but Infusionsoft do not support this option by…

Nicole War
- 11
- 5
0
votes
0 answers
Using Amazon S3 to revolutionize how real estate shares information with people interested
Right now we are using Dropbox to share "investor packages" with people who sign up for information on any given project on our website.
They sign up, get an email with a dropbox link, they get sent to a dropbox folder with all the files of…

ajyoli
- 1
- 1