Questions tagged [infusionsoft]

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

158 questions
0
votes
0 answers

Undefined offset: 1 Curl error infusionsoft error

Why am I getting Notice: Undefined offset: 1 on this line $lt = $match[1]; $cookiePath = dirname(__FILE__).'/cookies/file.txt'; $url = 'https://signin.infusionsoft.com/login'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…
Jess McKenzie
  • 8,345
  • 27
  • 100
  • 170
0
votes
1 answer

Infusionsoft contact list with Python

Just wondered if anyone could help. I have tried different ways to query my contacts in Infusionsoft using Python to no avail. I have managed to connect to the server, add contacts and amend fields but I am having trouble listing all my contacts and…
e2405
  • 13
  • 3
0
votes
0 answers

Membership Site: Laravel 5 & Infusionsoft & Push Notifications

I'm building a membership site for a client who uses the Infusionsoft CRM for product (course) subscriptions and payments. They're currently running the membership site on Wordpress with the Memberium plugin handling the Infusionsoft integration,…
0
votes
1 answer

How to add Notes of a contact with Infusionsoft CRM API in Java

In Infusionsoft CRM, there is a field of a contact named as "Notes" to add note for a contact. I was able to create a contact, search or update using xml-rpc protocol, Java. I tried to add notes in the following way (my code below) but couldn't. How…
user404
  • 1,934
  • 1
  • 16
  • 32
0
votes
1 answer

Ajax send POST to two URLs

On my website I want to send POST data to two different URLs and slightly modify the data for each URL. One is infusion soft and the other is an API on another one of my websites. NOTE #1: I will be replacing the URL to my personal API with example…
Zach Broniszewski
  • 252
  • 1
  • 2
  • 13
0
votes
1 answer

Infusionsoft PHP SDK retrieve and display data from custom field

So the gist of this question is, I have an affiliate portal that users can submit leads through, this information is then passed along and stored as a contact in a campaign on Infusion Soft, What I cannot figure out is how I can go the other way and…
soundevour
  • 13
  • 3
0
votes
1 answer

How to get contact id using email address with infusionsoft gem

Is there a way to pull a contact's id from infusionsoft using the infusionsoft gem if I have the contact email?
0
votes
0 answers

How do I update user information on database with a background job for a Heroku app?

I am currently trying to update a user's information with the use of the Heroku scheduler add-on. My function is configured to run every 24 hours and check which users 14-day free trial has ended, then automatically remove upgrade their account to a…
Luke H
  • 33
  • 1
  • 6
0
votes
0 answers

Not getting custom key when retrieving data from Treksoft

I have made some custom keys using your web view. Now I’m saving the data in which I have placed the custom keys with an underscore at the start but the problem is when I try to retrieve the data I don’t get the custom key. Can somebody tell me what…
Gardezi
  • 2,692
  • 2
  • 32
  • 62
0
votes
1 answer

Import contacts and automatically validate contacts in Infusionsoft

I'm starting to use Infusionsoft and I want to import all the contacts I have but I would like to automatically validate all the emails instead of sending a confirmation email. Is there any way to accomplish this? Thanks in advance, regards.
Eduardo Palacio
  • 301
  • 1
  • 10
0
votes
3 answers

How to parse an string array as JSON?

I'm having the hardest time getting this string to be parseable. It may seem like a simple task, but it's driving me crazy. Infusionsoft returns this as their rest hook payload so I can't change the way it's recieved. JSON.parse() doesn't work and…
Thunder Cat King
  • 612
  • 9
  • 17
0
votes
0 answers

Create Script to catch HTTP Post

I am using Infusionsoft to send http posts. I need a quick script written that grabs the information from the http post and captures the information. I am using iSDK and code is written however there is nothing coming from http, what am I doing…
0
votes
0 answers

how do I connect my twillio acct to infusionsoft

I currently have Twillio sending new contact info to a campaign in Infusionsoft. I have changed the campaign in Infusionsoft and need to put the correct info into Twillio for the correct campaign. basically where twillio should send the new…
0
votes
2 answers

Infusionsoft Form Submission API

I have been using Infusionsoft form embedded in html page but now I want to send data to Infusionsoft form using their API. I checked their APIs but could not figure out which one should be used to submit data to the Infusionsoft form. Can someone…
0
votes
1 answer

How to integrate infusionsoft-php-sdk in cakephp3

I want to create a contact in infusionsoft from cakephp code, I have put infusionsoft sdk inside vender folder and call include file in my controller but it giving error when creating object of infusionsoft.
aryan
  • 1
  • 5