Infusionsoft is sales and marketing automation software that combines CRM, email marketing and e-commerce.
Questions tagged [infusionsoft]
158 questions
12
votes
1 answer
How do I programmatically start an OAuth session?
I am using InfusionSoft's API to save the contents of a form that is filled out on a website. The API uses OAuth, and from what I can tell there isn't a way to have a life-long session.
The way the OAuth appears to work is that it is designed for a…

Mike
- 8,767
- 8
- 49
- 103
8
votes
2 answers
Woocommerce order update webhook not firing
I am using woo commerce and I have been looking at the webhooks.
All of them have logs (aka they have been firing)
However, the order.updated webhook is the only one which does not have any logs.
Can anybody help me? I have contacted woo themselves…

djnetherton
- 757
- 1
- 7
- 19
5
votes
1 answer
how to add custom checkboxes in infusionsoft?
I am trying to add custom checkbox in Infusionsoft.
But in the contact form there is no any option to choose field type to checkbox:

Dilajani Kotavadekar
- 381
- 1
- 2
- 9
5
votes
1 answer
issue in adding order item in infusionsoft
i am adding an orderitem in infusionsoft api.. but i am getting syntax error but i m not able to find out.
require_once($_SERVER['DOCUMENT_ROOT']."/infusionsoftAPI/src/isdk.php");
$app = new iSDK;
$_REQUEST['contactId'] = 4;
…

user
- 217
- 1
- 10
5
votes
2 answers
Adding Contact to InfusionSoft DB Fails using Ruby Gem
I'm using the Infusionsoft Ruby API Wrapper. I put
gem 'infusionsoft'
in my gemfile.
I added my API Key and URL as environmental variables that get loaded into an initializer like so:
Infusionsoft.configure do |config|
config.api_url =…

Justus Eapen
- 1,139
- 10
- 22
4
votes
1 answer
InfusionSoft API Lead Source
I've inherited some code involving InfusionSoft API. I cannot find anywhere in the documentation where they got the name for the field inf_field_Email, or any other field names.
Tried: I've looked through the source code of their API with XML RPC,…

JREAM
- 5,741
- 11
- 46
- 84
3
votes
3 answers
Fetch Contact Details - Infusionsoft API
I am using Infusionsoft API to fetch the details of the contact. I have the email address and using that email address I am fetching other details. I have used,
// $app->findByEmail($email, $retrunfields);
$contact_details =…

Yunus Aslam
- 2,447
- 4
- 25
- 39
2
votes
1 answer
Member Directory:How to enable visitors to my webpage to search information of contacts in my infusionSoft CRM
I want to build a member directory which enables visitors to search the member information (basically just the addresses and contact) I store in the InfusionSoft CRM. Can I use the InfusionSoft API to fetch data from the CRM and post the retrieved…

Huiying Li
- 21
- 2
2
votes
1 answer
Unable to verified Rest HookSubscription in infusionsfoft
I'm new in infusionsoft. Presently I had subscribed contact.add and contact.edit webhooks, but both have "Unverified" Status. So for that I'm using the below api to verify it. But I can't verified…

John Peter
- 31
- 3
2
votes
1 answer
Adding a manual payment to invoice/order in infusionsoft
Trying to add a manual payment to an order.
First having difficulty showing the order item, when i hard code it - it works the order item displays.
The bigger issue is that the payment is not being applied to either?
if ($myApp->cfgCon("ds"))…

Tal
- 21
- 1
2
votes
2 answers
Infusionsoft File Box - Delete File
I am new to the infusionsoft API and I am attempting to maintain some files in a Contacts' File Box...
According to the API documentation:
https://developer.infusionsoft.com/docs/read/File_Service
I can ADD a file
I can RENAME a file
I can REPLACE a…

Trevor Daniel
- 3,785
- 12
- 53
- 89
2
votes
1 answer
is it possible to create a custom code inside infusionsoft?
I would like to add a custom code inside my page in infusionsoft, is this possible? I have only tried manupulating the database using an external system, but i dont know what I should do if it needs to be inside the infusionsoft system. Thanks in…

Rey Arvin
- 23
- 1
- 4
2
votes
1 answer
how to send email using infusionsoft api
I make a php page in which I used infusionsoft. When I run the function it returns 1 but no mail is sent to the mail address. I'm sending mail through wamp server in infusionsoft api. Here is my code:
";
…
user2794041
2
votes
2 answers
.ERROR: 8 - CURL error: Could not resolve host
I am having this error. Why am getting it any clue?
This is the complete error am having.
ERROR: 8 - CURL error: Could not resolve host: yahoo.com.infusionsoft.com; Host not found
This is my other php file, conn.cfg.php file.

Kamran Asadi
- 85
- 2
- 7
2
votes
0 answers
Send data with jQUERY to INFUSION soft
How i can send data to INFUSIONSOF using jquery? I have:
$(function(){
$('.signup form').submit(function(e){
e.preventDefault()
$this = $(this);
var email = $this.find('.email input').val();
if(email == ''…

napalias
- 1,145
- 1
- 10
- 21