infusedRest
Single Rest Endpoint managing Infusionsoft or Keap data using HTTP POST.For example, on a campaign step, you want to update Note in Infusionsoft or add an affiliate to your Contact etc.Easy to call out from a Campaign with a simple HTTP-POST or from your Zapper Zap.
infusedRest endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
AssignAffiliateToContact /AssignAffiliateToContact.php |
Use this infusionsoft API to pass Email of a contact and AffiliateId. Then the AffiliateId will be programmatically assigned to the Contact inside Infusionsoft. |
| GET |
InfusedOpportunityResults /OpportunityData.php |
A single Infusionsoft opportunity report that will show Opportunity Name, Contact Name, Company, Owner, Stage, Date Created, and Order Revenue. |
infusedRest pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $199 / month | — |
|
| MEGA | $399 / month | — |
|