Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). only by using your login credentials or by following the instructions below . |
The Microsoft To Do modulesa module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. enable you to monitor, search, retrieve, create, edit or delete tasks and lists in your Microsoft To Do account.
Prerequisites
-
A Microsoft account
In order to use Microsoft To Do with Boost.spaceA platform that centralizes and synchronizes company data from internal and external sources, offering a suite of modules and addons for project management, CRM, data visualization, and more. Has many features to optimize your workflow! IntegratorPart of the Boost.space system, where you can create your connections and automate your processes., it is necessary to have a Microsoft To Do account. If you do not have one, you can create a Microsoft To Do account at todo.microsoft.com.
To connect your Microsoft To Do account to Boost.space Integrator follow the general instructions for Connecting to services.
After you click the Continue button, Boost.space Integrator will redirect you to the Microsoft To Do website where you will be prompted to grant Boost.space Integrator access to your account.
Confirm the dialog by clicking the Yesbutton.
Retrieves task details when a task is created, edited, due, or completed.
Connection |
|
Watch Tasks |
|
Filter |
Set the filter. Retrieved tasks can be filtered by the tasks subject (name). |
List |
Select the list you want to monitor tasks from. |
Limit |
Set the maximum number of tasks Boost.space Integrator will return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |
Retrieves tasks by the filter settings.
Connection |
|
Filter |
Set the filter. Retrieved tasks can be filtered by the task’s:
|
List |
Select the list you want to monitor tasks from. |
Order by |
Select the sort order of returned tasks. |
Limit |
Set the maximum number of tasks Boost.space Integrator will return during one execution cycle. |
Retrieves overdue tasks by the filter settings.
Connection |
|
Filter |
Set the filter. Retrieved tasks can be filtered by the task’s:
|
List |
Select the list you want to monitor tasks from. |
Order by |
Select the sort order of returned tasks. |
Limit |
Set the maximum number of overdue tasks Boost.space Integrator will return during one execution cycle. |
Retrieves task details.
Connection |
|
Task ID |
Enter (map) or select the task you want to retrieve details about. |
Creates a new task.
Connection |
|
Subject |
Enter the subject/name of the task. |
Start Date Time |
Enter the date in the specified time zone when the task is to begin in the ISO 8601 format. E.g. |
Due Date Time |
Enter the date in the specified time zone that the task is to be finished in the ISO 8601 format. E.g. |
Reminder Date Time |
Enter the date and time for a reminder alert of the task to occur in the ISO 8601 format. E.g. |
List ID |
Enter (map) or select the task’s parent folder. |
Importance |
Set the importance of the new task. |
Note |
Enter the text content of the note for the task. |
Categories |
Select the categories associated with the task. This is compatible only with the on-premise version. i.e. Outlook. |
Source File |
Map the file to add the attachment to the task. Max size 3 MB. Map the file you want to upload from the previous modulea module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. (e.g. HTTP > Get a File or Dropbox > Get a file), or enter the file name and file data manually. |
Edits an existing task.
Connection |
|
Task ID |
Enter (map) or select the task you want to update. |
Please find the descriptions of the fields in the Create a Task section above.
Deletes a specified task.
Connection |
|
Task ID |
Enter (map) or select the task you want to delete. |
Sets a task statusIn Boost.space, statuses are indicators assigned to records within modules to represent their current state or progress. They can be system-defined, such as "Active" or "Done," or custom-created to fit specific workflows. Statuses help track and manage tasks, projects, and processes efficiently. to completed.
Connection |
|
Task ID |
Enter (map) or select the task you want to complete. |
Retrieves lists by the filter settings from your account.
Connection |
|
Filter |
Set the filter. Retrieved lists can be filtered by the list’s:
|
Limit |
Set the maximum number of lists Boost.space Integrator will return during one execution cycle. |
Retrieve list details.
Connection |
|
List ID |
Enter (map) or select the list you want to retrieve details about. |
Creates a new list.
Connection |
|
List Name |
Enter (map) or select the list you want to retrieve details about. |
Edits an existing list’s name.
Connection |
|
List ID |
Enter (map) or select the list whose name you want to update. |
Name |
Enter the new name for the list. |
Deletes a specified list.
Connection |
|
List ID |
Enter (map) or select the list you want to delete. |
Retrieves a list of files attached to the task.
Connection |
|
Task ID |
Enter (map) or select the task you want to retrieve files from. |
Limit |
Set the maximum number of files Boost.space Integrator will return during one execution cycle. |
Adds a file to the task.
Connection |
|
Task ID |
Enter (map) or select the task you want to attach the file to. |
Source File |
Map the file to add the attachment to the task. Max size 3 MB. Map the file you want to upload from the previous module (e.g. HTTP > Get a File or Dropbox > Get a file), or enter the file name and file data manually. |
Allows you to perform a custom API call.
Connection |
|
URL |
Enter a path relative to For the list of available endpoints, refer to the Microsoft Graph REST API documentations: Beta or v1.0 |
Method |
Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |
The following API call returns all tasks in your Microsoft To Do account:
URL:
/beta/me/outlook/tasks
Method:
GET
Results can be found in the module’s Output under BundleA bundle is a chunk of data and the basic unit for use with modules. A bundle consists of items, similar to how a bag may contain separate, individual items. > Body > value.
In our example, 4 tasks were returned: