Email Application-Microsoft

CloudCX Connector Hub provides integration with Microsoft Office 365 via the API for Microsoft. The configuration is done server-side, in an easy and straightforward way. Let's follow the instructions step by step to complete the integration with Microsoft.

If users in your system intend to utilize the Microsoft email channel or SMTP server, configuring this application setting is crucial!
Failure to do so may result in the user receiving a warning message from Microsoft when attempting to connect the Microsoft email.


Create An Application

To integrate with Microsoft, you have to create an application in the admin center. You can find more details about creating an application https://learn.microsoft.com/en-us/graph/auth-register-app-v2 .

Prerequisites

  1. A Microsoft Entra ID tenant.

  2. An account that has at least the Cloud Application Administrator role.

Register an application

  1. Go to the Microsoft Entra admin center.

  2. If you have access to multiple tenants, use the Settings icon in the top menu to switch to the tenant in which you want to register the application from the “Directories + subscriptions” menu.

  3. Browse to Identity > Applications > App registrations and select “New registration”.

1-20240826-023455.PNG
  1. Enter a display Name for your application.

2-20240826-023515.PNG
  1. Specify who can use the application in the “Supported account types” section.

Supported account types

Description

Supported account types

Description

Accounts in this organizational directory only

Select this option if you're building an application for use only by users (or guests) in your tenant.

Often called a line-of-business (LOB) application, this app is a single-tenant application in the Microsoft identity platform.

Accounts in any organizational directory

Select this option if you want users in any Microsoft Entra tenant to be able to use your application. This option is appropriate if, for example, you're building a software-as-a-service (SaaS) application that you intend to provide to multiple organizations.

This type of app is known as a multitenant application in the Microsoft identity platform.

Accounts in any organizational directory and personal Microsoft accounts

Select this option to target the widest set of customers.

By selecting this option, you're registering a multitenant application that can also support users who have personal Microsoft accounts. Personal Microsoft accounts include Skype, Xbox, Live, and Hotmail accounts.

Personal Microsoft accounts

Select this option if you're building an application only for users who have personal Microsoft accounts. Personal Microsoft accounts include Skype, Xbox, Live, and Hotmail accounts.

  1. Select Web, and add the Authorized Redirect URL https://your_cx_domain/api/v1.0/microsoft/integration/callback to the Redirect URI (optional).

  1. Click on “Register” to complete the initial app registration.

When registration finishes, the Microsoft Entra admin center displays the app registration's Overview pane. On this page, the app was assigned values for:

  • Application (client) ID, which uniquely identifies your application in the Microsoft cloud ecosystem, across all tenants.

  • Object ID, which uniquely identifies your application in your tenant.

These values will be available in the app settings and will be required while setting up in the Connector Hub.

Add a client secret

Sometimes called an application password, a client secret is a string value your app can use in place of a certificate to identity itself.

  1. Select Certificates & secrets > Client secrets > New client secret.

  1. Add a description for your client secret.

  2. Select an expiration for the secret or specify a custom lifetime.

    • Client secret lifetime is limited to two years (24 months) or less. You can't specify a custom lifetime longer than 24 months.

    • Microsoft recommends that you set an expiration value of less than 12 months.

  3. Select “Add”.

  1. Record the secret's Value for use in your client application code. This secret value is never displayed again after you leave this page. This value will be required while setting up in the Connector Hub.

Configure Microsoft Office 365 Integration in CloudCX

Log in to your system administrator portal https://your_cx_domain:9006, go to Advance > Connector Hub Setting > Office 365 to configure.

That's all the Office 365 integration, now, you can connect your Office 365 to the Inbox > Channels > Email in your tenant 3.1.1 Email | Office 365 account or your SMTP server 9.2.2 Custom SMTP Server

Warning Message

This warning message indicates that the Microsoft email Application, configured on the System Connect Hub, is incorrect or invalid.