If you’ve ever tried sending emails from Power Automate using the Outlook connector, you’ve probably realized one big limitation — those emails are not tracked in Dataverse. So, if you ever need to know which record triggered which email, good luck searching your Outlook Sent Items — it quickly becomes a nightmare! In this blog, … Continue reading Sending Tracked Emails with Attachments from Dataverse using Power Automate
Category: Outlook
Get Users Outlook Meetings via API using Graph API.
Step 1 : Get Access Token Step 2 : Set up URL and request body in POSTMAN Step 1 : To get Access token, Visit my blog hereThere are many API exposed by Microsoft for Microsoft 365 data, Microsoft Doc Step 2 : Open POSTMANAdd Request to collection, URL : https://graph.microsoft.com/beta//users/andrewr@test.onmicrosoft.com/calendar/getSchedule Go to Authorization > … Continue reading Get Users Outlook Meetings via API using Graph API.
Get Access Token for Graph API
Step 1 : Register App in Azure App Registration Step 2 : Get Client Secret and Client Id from App RegisteredStep 3 : Set up URL and Body Parameters in POSTMAN and Call the Microsoft Token API. Step 1: Register App in Azure App Registration Prerequisite : Must have Azure account. Login to Azure Portal, … Continue reading Get Access Token for Graph API