Toodledo
Toodledo is a powerful online productivity tool. Manage your to-do list by creating and updating tasks.
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 | Standard | 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 | Standard | 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://www.toodledo.com/ |
Privacy policy | https://www.toodledo.com/info/privacy.php |
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 with the specified fields. |
Get a list of tasks |
Returns a list of tasks (up to 1000 results). |
Get folders |
Get a list of folders. |
Get task |
Get a task by id. |
Update task |
Update the fields for an existing task. |
Create a task
Create a new task with the specified fields.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Title
|
title | string |
A string for the name of the task. Up to 255 characters. |
|
Folder Id
|
folder | integer |
The id number of the folder. Omit this field or set it to 0 to leave the task unassigned to a folder. |
|
Priority
|
priority | integer |
An integer that represents the priority of the task. |
|
Note
|
note | string |
A text string up to 32,000 bytes long. New lines should be sent as . |
|
Due Date
|
duedate | date-time |
A timestamp for when the task is due. The time component of this timestamp doesn't matter. |
|
Due Time
|
duetime | date-time |
A timestamp for when the task is due. If the task does not have a time set, then this will be empty. |
Returns
- Body
- Task
Get a list of tasks
Returns a list of tasks (up to 1000 results).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Completed
|
comp | integer |
Set to 0 to find only uncompleted tasks or 1 to find only completed tasks. Default includes both. |
Returns
- response
- array of Task
Get folders
Get task
Get a task by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Task Id
|
id | True | integer |
The server id number for this task. |
Returns
- Body
- Task
Update task
Update the fields for an existing task.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Id
|
id | integer |
The server id number for this task. |
|
Title
|
title | string |
A string for the name of the task. |
|
Completed
|
completed | date-time |
A timestamp for when the task was completed. If the task is not completed, the value will be 0. |
|
Due Date
|
duedate | date-time |
A timestamp for when the task is due. |
|
Due Time
|
duetime | date-time |
A timestamp for when the task is due. If the task does not have a time set, then this will be empty. |
|
Note
|
note | string |
A text string up to 32,000 bytes long. |
|
Priority
|
priority | integer |
An integer that represents the priority. |
|
Folder
|
folder | integer |
The id number of the folder. If unassigned to a folder, the value will be 0. |
|
Modified
|
modified | date-time |
A timestamp for when the task was last modified. |
Returns
- Body
- Task
Triggers
When a new task is created or updated |
Triggers a new workflow when a task is created or updated. |
When a new task is created or updated
Definitions
Task
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | integer |
The server id number for this task. |
Title
|
title | string |
A string for the name of the task. |
Completed
|
completed | date-time |
A timestamp for when the task was completed. If the task is not completed, the value will be 0. |
Due Date
|
duedate | date-time |
A timestamp for when the task is due. |
Due Time
|
duetime | date-time |
A timestamp for when the task is due. If the task does not have a time set, then this will be empty. |
Note
|
note | string |
A text string up to 32,000 bytes long. |
Priority
|
priority | integer |
An integer that represents the priority. |
Folder
|
folder | integer |
The id number of the folder. If unassigned to a folder, the value will be 0. |
Modified
|
modified | date-time |
A timestamp for when the task was last modified. |
Folder
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | integer |
The id number of the folder. |
Name
|
name | string |
A text string up to 32 characters. |
Archived
|
archived | integer |
A boolean value indicating whether the folder has been archived. |
Private
|
private | integer |
A boolean value indicating whether the folder has been shared with other people. |
Order
|
order | integer |
An integer representing the preferred order for listing folders with 1 being the top. |