Integry supports the flowing actions of Ontraport.
Triggers
Name | Type | Description |
Contact Created | Webhook |
Triggers when a contact is created
|
Product Created | Polling |
Triggers when a product is created
|
Deal Created | Polling |
Triggers when a deal is created
|
Company Created | Polling |
Triggers when a company is created
|
Campaign Created | Webhook |
Triggers when a campaign is created
|
Product Deleted | Polling |
Triggers when an existing product is deleted
|
Company Updated | Polling |
Triggers when a company is updated
|
Deal Updated | Polling |
Triggers when a deal is updated
|
Create Product | Webhook |
Creates a new product
|
Update Product | Webhook |
Updates an existing product
|
Delete Product | Webhook |
Deletes an existing product
|
For more, please see Ontraport API docs. If you're not sure how triggers work in Integry, go here.
Actions
Name | Method | Description |
Create Contact | POST | Creates a new contact in your account |
Create Campaign | POST |
Creates a new campaign
|
Create Company | POST |
Creates a new company
|
Update Company | PUT |
Updates an existing company
|
Delete Contact | DELETE |
Deletes an existing contact
|
Update Contact | PUT |
Updates an existing contact
|
Create Deal | POST |
Creates a new deal
|
Create Product | POST |
Creates a new product
|
Update Product | PUT |
Updates an existing product
|
Delete Product | DELETE |
Deletes an existing product
|
Authorization
The authorization type is API key + secret. An API key and secret identify the end-user, and Integry uses this key to communicate with Ontraport's API on behalf of that end-user.