Learn how to Create a new Plan under Planner App using Power Automate! Leveraging the Microsoft Graph API
Set up Microsoft Graph API for delegated permissions - 0:00-4:46
Use MS Graph API in Power Automate with delegated permissions: 4:46 - end
Download final flow
https://powergi.net/resources/create_...
----------------------------------------------------------------------------
Video using Application Permissions
• Power Automate: Move emails out of sh...
----------------------------------------------------------------------------
Skeleton of each Request
----------------------------------------------------------------------------
Request for authentication:
POST https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token
Header:
Content-Type application/x-www-form-urlencoded
Body:
grant_type=password&client_id={client_app_id}client_secret={client_secret}&scope=https://graph.microsoft.com/.default&...{[email protected]}&password={your password}
NOTE: replace {tenant_id} , {client_app_id} and {client_secret} by the values in your Azure app :)
replace {[email protected]} and {your password} for your credentials
----------------------------------------------------------------------------
Request to create Plan
POST https://graph.microsoft.com/v1.0/plan...
Header:
Authorization Bearer {access_code_from_auth_action}
Content-type application/json
Body
{
"owner": "{parent_group_id}",
"title": {name_of_plan}
}
Documentation
----------------------------------------------------------------------------
Documentation for moving email:
https://docs.microsoft.com/en-us/grap...
----------------------------------------------------------------------------
We can help! Contact us in [email protected]
Watch video Power Automate: Create a new Plan with MS Graph API - Delegated Permissions online without registration, duration hours minute second in high quality. This video was added by user Power GI 08 January 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,981 once and liked it 50 people.