To authenticate an Outlook Email element instance you must register an app with Microsoft. Then when you authenticate, use the Application Id, Password/PublicKey, and Redirect URL from your registered app as the API Key, API Secret, and Callback URL.
If you've already set up an app and just need to know how to find your Application Id and Password/PublicKey, see Locate Credentials for Authentication. If you need to register an app, see Create an Application.
See the latest setup instructions in the Microsoft documentation.
If you already created an application, follow the steps below to locate the Application Id, Password/PublicKey, and Redirect URL. If you have not created an app, see Create an Application.
To find your OAuth 2.0 credentials:
If you have not created an application, you need one to authenticate with Microsoft.
To create an application:
Under Application Secrets, click Generate New Password, record the Password/PublicKey, and then click OK.
Under Platforms, click Add Platform, and then select Web.
In Redirect URLs enter the URL to redirect the user to at the end of the OAuth 2.0 authentication process. For example, the Cloud Elements 2.0 callback URL is https://auth.cloudelements.io/oauth
.
Under Outlook Email Permissions add the permissions needed to use your app. Review the Mail Permissions in Microsoft's documentation.
Add any additional information, and then save your app.