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: Is it possible to add a new contact through an API call?

I have 2 CRMs - one is built on Infusionsoft and the other is custom. I want to synchronize contacts between these 2 CRMS. It is just unidirectional from the custom one to the Infusionsoft one. So when a customer registers at the custom CRM, I want…
Microtribute
  • 962
  • 10
  • 24
0
votes
1 answer

I have an object, but error says I'm making a function call on a non-object

I'm working with the Infusionsoft SDK. I've reached a roadblock in trying to make some API calls. Any call that I make ends up with the same Call to a member function getRefreshToken() on a non-object error (not always getRefreshToken()…
Banjerr
  • 121
  • 2
  • 13
0
votes
0 answers

Overriding CSS inside an iframe

I’m currently working on this page: http://www.prosperitycapitaladvisors.com/become-a-prosperity-capital-advisor/ with an embedded javascript form called infusionsoft (iframe form) and my client asks me to make it responsive. Is there a possible way…
0
votes
1 answer

ERROR: 6 - No data received from server in infusionsoft iSDK while adding contact

require_once APPPATH.'third_party/infusionsoft_api/iSDK/src/isdk.php'; class Infusion { $app = new iSDK; if($app->cfgCon("infusionapi",$app_name, $api_key)) { $conDat = array( 'FirstName' =>…
Sachin Patil
  • 11
  • 2
  • 6
0
votes
1 answer

fetch all infusionsoft tags via api

I am writing an application and in one of my forms, I want to put in a listbox populated with all available tags from my client's InfusionSoft account. I am new to the InfusionSoft API and would greatly appreciate it if someone can point me toward…
0
votes
1 answer

Add Task and Assign to Contact with Infusionsoft PHP API

I'm using Infusionsoft's PHP API to add contacts - https://developer.infusionsoft.com/ In addition I'm using this framework for Infusionsoft by Novak: https://github.com/novaksolutions/infusionsoft-php-sdk $contact = new…
cpcdev
  • 1,130
  • 3
  • 18
  • 45
0
votes
4 answers

How to fetch Tags from infusionsoft application?

I would like to fetch all the tags using PHP API which I created in the Infusionsoft. I have tried lot there is no sample codes available on the net.
Ramesh T
  • 53
  • 1
  • 10
0
votes
1 answer

add promocode to the infusionsoft

I have added this code but this is not working. I want the promocodes to be saved in infusionsoft $carray = array( php_xmlrpc_encode($app->key), php_xmlrpc_encode($contactId), php_xmlrpc_encode($creditCardId), …
user
  • 217
  • 1
  • 10
0
votes
1 answer

Docusign Connect and PCI compliance?

Ok, so I have setup a Docusign Connect to a 3rd party application (Infusionsoft) and have it working great. They don't natively work together, so I created a php script that reads the tabs in the docusign envelope, and passes it to Infusionsoft,…
David Avellan
  • 385
  • 4
  • 24
0
votes
1 answer

Unable to add/update Infusionsoft custom field

I'm trying to insert/update a custom value in Infusionsoft. The field name in IF is 'QuoteReturned'(text field). I am unable to add value to it. All other cusotm fields are getting updated. '_QuoteReturned' => 'dffdfdfdf' EDIT: I had to remove an…
newCodex
  • 72
  • 9
0
votes
1 answer

Connecting MySQL DB to InfusionSoft Contacts

We have a website (created using CodeIgnitor , which accepts users to signup using their Email or via LinkedIn. The data is stored in a MySQL backend. We also have incorporated InfusionSoft to work as a CRM and tracking of the users who signup. My…
gagneet
  • 35,729
  • 29
  • 78
  • 113
0
votes
1 answer

how to send plain test email from campaign builder

How can I create plain text emails within 'Campaign Builder'? I can't see a way to turn off HTML. It is possible to create plain text emails within the 'Templates' interface. But that interface differs from the one within 'Campaign Builder' and…
sammond
  • 113
  • 9
0
votes
1 answer

upload csv file to infusionsoft api through php script

The task is 1) First to generate the csv file from the database (that i have done) 2) now upload the generated and downloaded csv file to infusionsoft api
user
  • 217
  • 1
  • 10
0
votes
1 answer

Infusionsof. Add Opportunities Custom Field

How would i populate an Opportunity custom field? using iSDK everytime i try to add one, it populates the Contact custom field and not the one on opportunities the name of my custom field in opportunity is message_form, database is messageform here…
tomexsans
  • 4,454
  • 4
  • 33
  • 49
0
votes
1 answer

Create Order for a shipping quote in Infusionsoft

I'm developing a shipping site where user inputs origin zip code and destination zip code. The input passes through an API which gets all the available Shippers for that route. The user selects one from that. Now I want to create an Infusionsoft…
newCodex
  • 72
  • 9