Info |
---|
Cloudfon connector hub CloudCX Connector Hub provides integration with Microsoft Office 365 via the API for Microsoft Office 365. 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. |
Table of Contents |
---|
...
Create An Application
To integrate with
...
Get your Microsoft Office 365 App ID and App Secret
Please reference to Register an application with the Microsoft identity platform to create your app.
...
Microsoft, you have to create an application in the admin center. You can find more details about creating an application here.
Prerequisites
A Microsoft Entra ID tenant.
An account that has at least the Cloud Application Administrator role.
Register an application
Go to the Microsoft Entra admin center.
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.
Browse to Identity > Applications > App registrations and select “New registration”.
...
Enter a display Name for your application.
...
Specify who can use the application in the “Supported account types” section.
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. |
...
Select Web, and add the Authorized Redirect URL
https://your_cx_domain
...
/api/v1.0/microsoft/integration/callback
...
your_cx_domain is the domain prepared for your CX.
PLEASE record your password when you create a new Client Secret. It will only show once.
Collect the parameters required for integration
On the application overview,Obtain app ID and tenant ID
...
Configure Microsoft Office 365 application integration
Log in to the system administrator portal, click "Advance"-> "Connector Hub Setting"-> "Office 365" to enter the Microsoft Office 365 settings page.
...
Fill in the App ID, App Secret and Tenant ID of your Office 365 application into Client-id, Client-Secret and tenant-id, then click save. After that, the system will prompt you that Save successfully.
The following are tips for successful integration:
...
to the Redirect URI (optional).
...
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.
Select Certificates & secrets > Client secrets > New client secret.
...
Add a description for your client secret.
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.
Select “Add”.
...
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.
Paste the Application (client) ID & Directory (tenant) ID to Client-id & Tenant-id, the Application (client) ID & Directory (tenant) ID obtain from application’s Overview here.
Paste the Client secret’s Value to Client-Secret, the Client secret’s Value obtain from Certificates & secrets here.
Copy the Authorized Redirect URL and paste to Redirect URI here.
...
That's all the Office 365 integration, now, and then you can connect your Office 365 to inbox the Inbox > Channels > Email in your tenant ! here or your SMTP server here!