Infusionsoft
Infusionsoft is sales and marketing automation software built exclusively for small business success.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://keap.com/infusionsoft |
Privacy policy | https://keap.com/legal/privacy-policy |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Frequency of trigger polls | 1 | 120 seconds |
Actions
Create a task |
Create a new task. |
Update a task |
Update an existing task. |
Create a task
Create a new task.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Title
|
title | True | string |
The title of the task. |
Description
|
description | string |
A description of the task title. |
|
Type
|
type | string |
Type of the task. |
|
Priority
|
priority | integer |
Priority of the task (1, 2, 3, etc.) |
|
Due date (format: YYYY-MM-ddThh:mm:ss.fffZ)
|
due_date | date-time |
Due date of the task (Ex. 2014-06-17T17:12:52.000Z |
Returns
- Body
- Task_Response
Update a task
Update an existing task.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Id
|
id | True | integer |
Id of the task. |
Title
|
title | True | string |
The title of the task. |
Description
|
description | string |
A description of the task title. |
|
Type
|
type | string |
Type of the task. |
|
Priority
|
priority | integer |
Priority of the task (1, 2, 3, etc.) |
|
Due date (format: YYYY-MM-ddThh:mm:ss.fffZ)
|
due_date | date-time |
Due date of the task (Ex. 2014-06-17T17:12:52.000Z |
Returns
- Body
- Task_Response
Triggers
When a new task is created |
Trigger a flow on a new task. |
When there is a new order |
Trigger an action when there is a new order. |
When a new task is created
When there is a new order
Trigger an action when there is a new order.
Returns
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | integer |
The unique id of the order. |
Title
|
title | string |
Name given to the order. |
Status
|
status | string |
The status of the order. |
Total
|
total | float |
Total amount of the order. |
First Name
|
shipping_information.first_name | string |
First name of the shipping address. |
Middle Name
|
shipping_information.middle_name | string |
Middle name of the shipping address. |
Last Name
|
shipping_information.last_name | string |
Last name name of the shipping address. |
Company
|
shipping_information.company | string |
Company associated with the shipping address. |
Phone Number
|
shipping_information.phone | string |
Phone number associated with the shipping address. |
Street Line 1
|
shipping_information.street1 | string |
First street line of the shipping address. |
Street Line 2
|
shipping_information.street2 | string |
Second street line of the shipping address. |
City
|
shipping_information.city | string |
The city in the shipping address. |
State
|
shipping_information.state | string |
The state in the shipping address. |
Zip
|
shipping_information.zip | string |
The zip code in the shipping address. |
Country
|
shipping_information.country | string |
The country in the shipping address. |
Email Address
|
contact.email | string |
Email address of the contact. |
First Name
|
contact.first_name | string |
First name of the contact. |
Last Name
|
contact.last_name | string |
Last name of the contact. |
Company
|
contact.company_name | string |
Company of the contact. |
Job Title
|
contact.job_title | string |
Job Title of the contact. |
Creation Date
|
creation_date | date-time |
Creation date of the order. |
Order Date
|
order_date | date-time |
Order date of the order. |
Total Paid
|
total_paid | float |
Total paid amount of the order. |
Total Due
|
total_due | float |
Total amount due for the order. |
Definitions
Task_Response
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | integer |
An integer that uniquely identifies this task. |
Title
|
title | string |
The actual task name (Do this thing). |
Description
|
description | string |
A description of the task defined by the user. |
Type
|
type | string |
A string representing the type of Task as defined by the user from a list of types editable in the Infusionsoft application. |
Priority
|
priority | integer |
The priority of the task. |
Completed
|
completed | boolean |
A boolean indicating the completed status of the task. |
URL
|
url | string |
The link to the task. |
Due Date
|
due_date | date-time |
The datetime the task is due, given as GMT in ISO 8601 format. |