Microsoft 365 Planner

The Microsoft 365 Planner modules allow you to monitor, create, update, list, retrieve, and delete plans, tasks, and buckets, in your Microsoft 365 Planner account.

Getting Started with Microsoft 365 Planner 

Prerequisites

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting Microsoft 365 Planner to Integromat

1. Log in to your Integromat account, add a module from the Microsoft 365 Planner app into an Integromat scenario.

2. Click Add next to the Connection field.

3. In the Connection Name field, enter a name for the connection and click Continue.

4. Enter your Microsoft account credentials to authenticate the connection.

The connection has been established.

Plan

Watch Plans

Triggers when a plan is created.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
LimitSet the maximum number of plans Integromat should return during one execution cycle. The default value is 2.

List Plans

Retrieves a list of authenticated users' plans.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Group ID Select or map the Group ID whose plans you want to list.
LimitSet the maximum number of plans Integromat should return during one execution cycle. The default value is 10.

Get a Plan

Gets a specified plan.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Plan ID Select or map the Plan ID whose details you want to retrieve.

Create a Plan

Creates a new plan.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Owner (Group ID) Select or map the Owner (Group ID) in which you want to create the plan.
TitleEnter (map) the plan name.

Update a Plan

Updates an existing plan.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Plan ID Select or map the Plan ID whose details you want to update.
TitleEnter (map) a new plan name.

Task

Watch Tasks

Triggers when a planner task is created.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Plan ID Select or map the Plan ID whose tasks you want to watch.
LimitSet the maximum number of tasks Integromat should return during one execution cycle. The default value is 2.

List Tasks

Retrieves a list of planner tasks.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Plan ID Select or map the Plan ID  whose tasks you want to list.
LimitSet the maximum number of plans Integromat should return during one execution cycle. The default value is 10.

Get a Task

Gets a specified planner task.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Task ID Select or map the Task ID whose details you want to retrieve.

Create a Task

Creates a new planner task.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
TitleEnter (map) the task name.
Plan IDSelect or map the Plan ID in whose bucket you want to create the task.
Bucket IDSelect or map the Bucket ID to which you want to create the task.
Start Date TimeEnter (map) the date and time to begin the task. See the list of supported date and time formats.
Due Date TimeEnter (map) the date and time by which the task must be completed. See the list of supported date and time formats.
AssigneesSelect or map the users to whom you want to assign the task.
CategoriesAdd the categories applicable to the task.
ProgressSelect or map the task progress status:
  • Not Yet Started
  • In Progress
  • Completed
Conversation Thread IDEnter (map) the Conversation Thread ID for the task.

Update a Task

Updates an existing planner task.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Task IDSelect or map the Task ID whose details you want to update.
TitleEnter (map) a new name for the task. 
Enter a Bucket IDSelect an option to choose the Bucket ID:
  • Enter manually
  • Select from the list
Plan IDSelect or map the Plan ID in which you want to add the task.
Bucket IDEnter (map) the Bucket ID to which you want to move the task.
Start Date TimeEnter (map) the date and time to begin the task. See the list of supported date and time formats.
Due Date TimeEnter (map) the date and time by which the task must be completed. See the list of supported date and time formats.
AssigneesSelect or map the users to whom you want to assign the task.
CategoriesAdd the categories applicable to the task.
ProgressSelect or map the task progress status:
  • Not Yet Started
  • In Progress
  • Completed
Conversation Thread IDEnter (map) the Conversation Thread ID for the task.

Delete a Task

Deletes a planner task.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Task IDSelect or map the Task ID you want to delete.

Bucket

List Buckets

Retrieves a list of planner buckets.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Plan IDSelect or map the Plan ID whose buckets you want to list.
LimitSet the maximum number of buckets Integromat should return during one execution cycle. The default value is 10.

Get a Bucket

Gets a specified planner bucket.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Enter a Bucket IDSelect an option to choose the Bucket ID:
  • Enter manually
  • Select from the list
Plan IDSelect or map the Plan ID whose bucket details you want to retrieve.
Bucket IDSelect or map the Bucket ID whose details you want to retrieve.

Create a Bucket

Creates a new planner bucket.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
NameEnter (map) the bucket name. 
Plan IDSelect or map the Plan ID in which you want to create the bucket.

Update a Bucket

Updates an existing planner bucket.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Enter a Bucket IDSelect an option to choose the Bucket ID:
  • Enter manually
  • Select from the list
Plan IDSelect or map the Plan ID in which you want to add the bucket.
Bucket IDEnter (map) the Bucket ID whose details you want to update.
NameEnter (map) a new name for the bucket.

Delete a Bucket

Deletes a planner bucket.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
Enter a Bucket IDSelect an option to choose the Bucket ID:
  • Enter manually
  • Select from the list
Plan IDSelect or map the Plan ID whose bucket you want to delete.
Bucket IDSelect or map the Bucket ID you want to delete.

Other

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Microsoft 365 Planner account.
URLEnter a path relative to https://docs.microsoft.com/en-us/graph/api/ For example: /v1.0/me/planner/plans
For the list of available endpoints, refer to the Microsoft 365 API Documentation.
MethodSelect 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.
HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - List Tasks

The following API call returns all the tasks from your Microsoft 365 Planner account:

URL:
/v1.0/me/planner/tasks

Method:
GET

Matches of the search can be found in the module's Output under BundleBody > Value
In our example, 114 tasks were returned:


Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Ticket

Create a ticket

Contact our world-class support team and tell us what’s happening.

Create a ticket
Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.