-
Notifications
You must be signed in to change notification settings - Fork 127
Developer Manual
dkaitou edited this page Jan 18, 2018
·
5 revisions
Welcome to the infusionsoft-php wiki(Draft)!
- Installation
- API preparation
- Authentications
- Making request
How to install infusionsoft-php to your application?
- Composer
Steps to connect InfusionSoft to your application
- Create InfusionSoft developer account
- Register your application and get "clientKey" and "clientSecret"
- Request a new token
- Refresh token
- Appointment
- Contact
- Custom Field
- Order
- Product
- Tag
- Task
- Transactions
- Data
1.1 findByField(). Example
infusionsoft->data()->findByField('Company', 10 , 0, 'Company', 'Test company name' , ['AccountId','Company'])1.2 add(). Exampleinfusionsoft->data()->add('Company', ['Company'=>'Test company name'])