πππππππππππππSet-Upππππππππππππππ
We have detailed video tutorials for each of the actions/elements we have in this plugin. Watch them to understand and use it at ease.
ππ You must set up your Microsoft Azure account and create a Microsoft Azure Project before you can use this plugin. Takes less than 5 mins if you follow the instructions. It is a one time process which is necessary to get your client-id and client-secret. ππ
β Go to
https://portal.azure.com/β Log in to your Microsoft account.
β Click on View button of "Manage Azure Active Directory" section.
β Click on App registrations on left-side of the dashboard.
β Click on "New registration".
β Fill all the details and register an app.
β Register redirect URL in the app.
β Create a client-secret and save it.
βΈ Step (1 to 8) is explained in detail:
βΈ Watch Youtube video here:
https://www.youtube.com/watch?v=ACXrdPANgE0ππππππππππInstalling the Pluginππππππππππ
β Log in to your Bubble account
β Go to Plugins
β Search for βMicrosoft Master by Ritz7β
β Install the plugin
πππππππππππUsing the Pluginπππππππππππ
ππ Note: In all the actions, we have a field named "Authorization". This field should be in the following format: Bearer <Access-Token> or just <Access-Token>. Access Token will be valid for 60 mins from the time it is generated and you can regenerate it using the Refresh Token. And this step is explained in detail here:
https://www.youtube.com/watch?v=Ewggz0dVdzgππ
β Drag and drop the element "Microsoft_Master".
β Add an action called "Microsoft_Master - Get Auth Code" which requires you to add Client-ID and redirect URI. This will return a URL that needs to be opened.
Note: The redirect URI should match exactly as you have set while configuring in Microsoft Azure project.
β Add Next step: You will have to open the URL you get from the previous step.
Note: This will ask your permission for your app to use your Outlook Account. Once you permit, the element will automatically fetch the code from the URL.
β Generate Auth Token via code: Call an Action "Get Access Token from Auth Code". This will require you to pass the client-ID, client-secret, code (you will get it from the element 'Microsoft_Master' and the param is named as 'Microsoft-Auth-Code') and redirect URI (this should match the one added in the Microsoft Azure Project)
Note: You will also get Refresh Token along with Access token from step-4. You use Refresh Token to get the Access Token once the old Access Token expires.
β Use "Get Access Token from Refresh Token" action to get the Access token from Refresh Token. This requires you to provide client-ID, client-secret and refresh token.
ππ Actions ππ
β½ Outlook Calendar API
β» Playlist URL -
https://bubble.ritz7.com/OutlookCal_YTβ½ Outlook Mail API
β» Playlist URL -
https://bubble.ritz7.com/Outlookemail_YTβ½ OneDrive API
β» Playlist URL -
https://bubble.ritz7.com/Onedrive_YTβ½ Microsoft Teams API
β» Playlist URL -
https://bubble.ritz7.com/MSTeams_YT