Microsoft Planner · Arazzo Workflow
Microsoft Planner Stand Up a Plan with a Bucket and First Task
Version 1.0.0
Create a plan in a group, add a bucket to it, then create the first task in that bucket.
View Spec
View on GitHub
CollaborationMicrosoft-365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
create-plan-bucket-task
Create a plan, a bucket inside it, and a first task inside the bucket.
Bootstraps a Planner workspace by chaining createPlan, createBucket, and createTask, carrying the plan id into the bucket and the plan and bucket ids into the task.
1
createPlan
Create a new plan contained by the supplied Microsoft 365 group. Planner returns 201 with the created plan including its id and ETag.
2
createBucket
Create a bucket inside the newly created plan so tasks can be organized. Planner returns 201 with the created bucket id.
3
createTask
Create the first task in the plan and place it into the new bucket. Planner returns 201 with the created task id.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.