Questions tagged [infusionsoft]

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

158 questions
-1
votes
1 answer

New Infusionsoft api get all my CRM clients

So Infusionsoft has changed the PHP SDK and now I am lost. Before I would just get an API key and my Application name to conn.cfg.php like so: $connInfo = array(‘connectionName:applicationName:i:APIKEYGOESHERE:This is the connection for…
Packy
  • 3,405
  • 9
  • 50
  • 87
-1
votes
2 answers

Infusionsoft: Retrieve Contact Using A Custom Field (Novak SDK)

I'm using the Infusionsoft API with the Novak SDK. I have a username session value in my PHP website that matches a unique value inside a contact's custom field (also named username). I'd like to use the session value from the website to query the…
zzMzz
  • 467
  • 1
  • 5
  • 21
-1
votes
1 answer

looping an associative array php

I have an associative array from a csv Array ( [0] => Array ( [Firstname] => john [ Surname] => Smith [ Address] => Flat 1 [ Postcode] => 12345 [ Telephone] => 07777 777 777 [Email] => xxx@xxxx.xom ) [1] => Array ( [Firstname] => Robert [ Surname]…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
-1
votes
2 answers

How to Authorization Only in Infusionsoft with Authorize.net

Hello I'm using Infusionsoft and I'm wondering where I can go to change the Credit Card Transaction Types. I would like to have the Authorization Only oppose to the Authorization and capture. Thanks
Christina Rule
  • 463
  • 3
  • 5
  • 18
-1
votes
3 answers

Automated import of contacts into Infusionsoft

We use a lead generation service that periodically emails us leads. The email we receive has a consistent format with the visitor's name, phone number, email address, and contact form text. They also have an API feed containing all of this…
user2161457
  • 61
  • 1
  • 1
  • 7
-2
votes
1 answer

How to pass all available parameters to infusionsoft API?

I have integrated infusionsoft PHP API with my website. As Iam currently pass only name and email address of the subscriber. Now I would like pass all available field values to API.
Ramesh T
  • 53
  • 1
  • 10
-3
votes
1 answer

Send push notification on android and ios with Infusionsoft using php

I am using FCM API for send push notification on android and ios I need to pass header parameters in post method.Is it possible? I got below error: Didn't run because: Unexpected HTTP response code: 401 (Unauthorized) Response body: The request…
Vishal Vaishnav
  • 3,346
  • 3
  • 26
  • 57
-4
votes
1 answer

How to integrate Infusionsoft API?

I have created my infusiosoft account Once I login to my account Its redirect me to the following page https://signin.infusionsoft.com/app/central/home. There I am seeing only one account (Market Place) under my accounts. I would like to add my…
Ramesh T
  • 53
  • 1
  • 10
1 2 3
10
11