Skip to content
dkaitou edited this page Jan 18, 2018 · 5 revisions

Welcome to the infusionsoft-php wiki(Draft)!

Table of index

  1. Installation
  2. API preparation
  3. Authentications
  4. Making request

1. Installation

How to install infusionsoft-php to your application?

  • Composer

2. API preparation

Steps to connect InfusionSoft to your application

  • Create InfusionSoft developer account
  • Register your application and get "clientKey" and "clientSecret"

3. Authentications

  • Request a new token
  • Refresh token

4. Making request

  • REST API

  1. Appointment
  2. Contact
  3. Custom Field
  4. Order
  5. Product
  6. Tag
  7. Task
  8. Transactions
  • XML-RPC

  1. Data 1.1 findByField(). Example infusionsoft->data()->findByField('Company', 10 , 0, 'Company', 'Test company name' , ['AccountId','Company']) 1.2 add(). Example infusionsoft->data()->add('Company', ['Company'=>'Test company name'])

Clone this wiki locally