Front Live Chat
UChat now allows its users to integrate the Front platform as a live chat integration option and users can allow their agents to chat with the customers from the familiarity of the Front platform.
Ā
Front Integration will require you to upgrade to a Skill Account. It is not available for Free Account
Ā
Integrating Front With UChat
On your Uchat dashboard, click on the Integrations tab and then scroll down till you see āFrontā under the Live chat section
Ā
In order to fetch API url and Front Token, login into your front account.
Fetching Front Token
On your front dashboard, click on the gear icon and type āapiā in the search bar. Click on the āSee all plugins and APIā
Ā
Click on API Tokens and āCreate a new tokenā
Select your scopes and create your token. Copy the Token by clicking on the copy icon and then paste it back into your UChatās dashboard. Copy the Token ID as well.
Fetching API URL
For API URL, copy the following url into you UChat
https://api2.frontapp.com/channels/{channel_id}/inbound_messages
Ā
This url is however missing a channel id. This channel id is basically the token id you previously copied. Replace the {channel_id} in the URL with your token ID and click on save.
Once verified, we know have to embed the webhook back into the Front platform.
Creating A Rule And Embedding Webhook
Inside front, click on the gear icon and then type into the search box āwebhookā then click on Webhooks option.
Click on āEnable appā
Once done, type in the search box āruleā and then select āSee All rulesā.
Select your preferred inbox from the window that pops up.
Then click on āAdd ruleā and then āBuild Custom Ruleā
Ā
Select the trigger as āInbound Message is receivedā and then select your inbox from the drop down menu.
From Then, select the āSend to a webhookā option and then paste your UChatās webhook into the field box.
Click on ācreate ruleā and your Front Channel has been successfully integrated with UChat.
Ā