Home Apps and Integrations

Apps and Integrations

By Faisal Karkoh
5 articles

How to bring your Dialogflow chatbot to AlooChat?

Chatbots are valuable for many customer engagement teams. They efficiently handle trivial questions and free human agents to focus on more pressing issues. Dialogflow and Rasa.ai are leading NLP (Natural Language Processing) platforms for building customized chatbots. In this guide, we explain how you can create a bot in Dialogflow and easily integrate it with AlooChat in seconds. How to create a Dialogflow bot? Step 1. Go to your Dialogflow Console. We will be using Dialogflow Essentials for this article. Click on "Create Agent". You will see options like these: Step 2. You will need to create intents based on how you want your bot to respond. There will be 2 default intents in the project called "Default Fallback Intent" and "Default Welcome Intent", as shown below. This completes the basic bot configuration. Let us create a service account and connect it with AlooChat. ***You can also create additional intents for your specific use cases. AlooChat also supports advanced intents that enables ***agent handoff, interactive messages, etc. refer: Scroll down to "Advanced Intents". Step 3. Create a service account​. To connect this bot with AlooChat, you need to create a service account on your Google Cloud console. Navigate to the project console in Google cloud by clicking on the Project ID in the project settings. Navigate to IAM & Admin -> Service Accounts. You will see a view like the one shown below. Click on "Create Service Account". Provide a Service Account name and description as shown below. To provide access, select Dialogflow API Client from the dropdown. Continue and click on "Done". Now, you would be able to see the service listed in the dashboard. The next step is to create a key so that it can be shared with AlooChat. Click on the service account and click on the "Keys" tab. Then, click on "Add Key". You will be able to see a screen like the one below. Click on "JSON" and click on "Create". It will generate a key for your service account. Download the key and save it for use later. Setting up Dialogflow Integration in AlooChat​ AlooChat has a native Dialogflow integration. You can connect your bot with AlooChat in two quick steps. Step 1. Go to "Settings -> Applications -> Dialogflow". Click on "Configure". Step 2. Click the "Add a new hook" button. it will open up a setup modal. You need to add "Project ID," "Project Key file," and an inbox to create a hook. Copy the contents of the key file downloaded earlier and paste it into the text area. That's it! The integration is complete. Test out the website inbox to see if the bot handles the initial query. Advanced Intents​ Creating a handoff intent​ Once the user requests to talk to the agent, Dialogflow must inform AlooChat that an agent can take over the conversation. Create an intent named "Handoff Intent" with training phrases like "Talk to an agent" or "Speak with an agent," etc. To handle the handoff intent, we will create a "Custom Payload" response, as shown below. { "action": "handoff" } Upon triggering an intent with the above payload, AlooChat will toggle the status of the conversation to open and hand it off to an agent. Interactive Messages​ Note: Interactive messages are supported only in the website inbox currently. AlooChat-Dialogflow integration also supports interactive messages. The following types of interactive messages are supported. 1. Options (follow-up supported) 2. Cards 3. Articles Creating an interactive message Intent​ You can create other interactive messages by changing the payload as mentioned in the interactive messages guide. Create an intent with required training phrases and a "Custom Payload" response, as shown below for an options message. ## example for an options interactive message { "content_type": "input_select", "content": "Select your favorite food from below", "content_attributes": { "items": [ { "value": "I like sushi", "title": "Sushi" }, { "title": "Biryani", "value": "I like biryani" }, { "title": "Pizza", "value": "I like pizza" } ] }, "private": false } When a user interacts with input messages and selects a value, it returns to Dialogflow. This allows for configuring follow-up intents, such as creating an intent with the training phrase "I like biryani" for cases where the contact selects the "biryani" option. How can an agent transfer the conversation back to Dialogflow bot?​ When the Dialogflow bot is connected to an inbox, conversations are created with pending status instead of open. This lets the initial triaging happen via the bot before the conversation is passed on to an agent. When handoff happens, the conversation status is changed to open and the bot stops responding to it. Sometimes the agents would want to push back a conversation that was handed off, back again into the bot queue. They can do this by changing the conversation status back to pending. This will make the bot start responding to that conversation again.

Last updated on Nov 08, 2025

How to answer conversations from Slack?

If your company/account/project uses Slack as a communication medium, you can integrate Slack with AlooChat to manage all the inbox conversations in your slack workspace. How to integrate Slack with AlooChat**?** Step 1. Go to Settings -> Integrations -> Slack -> Connect. Step 2. Enter your Slack workspace URL as prompted. Step 3. Review the permissions and allow the AlooChat app to access your Slack workspace. Step 4. You will be redirected to the setup screen, where you will be able to see a list of your Slack channels (public and private). (For private channels, see the section below) You need to select a channel of your choice from the dropdown menu where you want to receive your AlooChat conversations. Click the Update button. Now, the integration is complete. Important note If you have connected Slack before September 2023, you would not have had the option of selecting a specific Slack channel to manage your conversations from. If you would like to change that and select a specific channel of your choice, you will need to delete your existing Slack integration from the AlooChat app and connect it again. FAQ Q. I am replying to a message, but it's not showing up in the AlooChat inbox. A: When you reply to the message, reply under the same thread. Each thread represents a separate conversation, so to show your reply to the same message, you should reply under the thread. We use thread ID to verify the separate conversation. Supported features Answer from your agent profile When you reply to a conversation from Slack, the customer receives the reply from your Agent profile in AlooChat. Create private notes from Slack You can create a private note in AlooChat from Slack. If you prefix a message with "note:", it converts into a private note and notifies any tagged agents. Here is an example: How to add AlooChat to private channels? AlooChat won’t be added to your private Slack channels by default. You’ll need to add it manually. Here’s how to do it: Step 1: After you authenticate with Slack, you’ll be redirected to a page in AlooChat where you can select the required channel. Step 2: Go to Slack and open the private channel you want to connect. Click on the user icons at the top of the channel. Go to Integrations → Add apps. Step 3: Search for AlooChat. You’ll see the AlooChat app in the list. Step 4: Click on AlooChat to add it to the private channel. You’ll see a confirmation message saying that AlooChat has been added. Step 5: Go back to the AlooChat app and refresh the page. The channel should now appear in the list. Select the channel and complete the integration. Note: If it still doesn't work, connect the Slack integration with a public channel, then remove the integration from the AlooChat side and reconnect it again.

Last updated on Nov 08, 2025

How to enable video calls with Dyte integration?

Video calling your customers is a great way to connect with them quickly, understand their problems effectively, provide faster resolutions, and gain valuable business insights. You can video call your customers through website live chat in AlooChat. To utilize this feature, you will need to enable the Dyte integration. This guide explains how. P.S. If you don't have a Dyte account, you'll need to create one first. How to set up the Dyte integration in AlooChat? Step 1. Go to Settings -> Applications -> Dyte. Click the corresponding "Configure" button. Step 2. You'll see the Dyte app page. Click the "Connect" button. Step 3. Enter your Organization ID and API Key from Dyte. How to find your Dyte configuration values? To find these values, visit the "API Keys" section on your Dyte developer portal. In AlooChat, once you have entered the values, click the "Create" button. Now, your Dyte integration is complete. How to video call your customers in AlooChat? Once the Dyte integration is enabled, you'll be able to see the video calling option on the website inbox chat window. To invite your customer for a video call, follow the steps described below. Step 1. Click the video camera icon beneath the text editor. Step 2. AlooChat will send a message with an invitation to your customer to join the video call. Click the button "Click here to join" to join the room. Step 3. Now you will be connected to your customer. The video calling interface gives plenty of options to make your and the customer's experience more enriching. Some of these options are shown in the screenshot below:

Last updated on Nov 08, 2025

How to translate messages with Google Translate?

If you frequently receive queries in languages you/your team members don't understand, you can utilize the Google Translate integration in AlooChat. When enabled, you can instantly translate incoming messages using the right-click menu. This way, you can easily communicate with customers in their native language, even if you don't speak it yourself. How to enable Google Translate in AlooChat? Step 1. Go to Settings -> Applications -> Google Translate. Click the corresponding "Configure" button. Step 2. You'll see the Google Translate app page. Click the "Connect" button. Step 3. Enter your Google Cloud Project ID and Project Key File. If you need help obtaining these values, refer to this doc from Google. Once you have entered the values, click the "Create" button. Now, your Google Translate integration is complete. How to change the translation language? Your messages get translated into your site language. To select your site language, visit the "Account Settings" page. Step 1. Go to Settings -> Account Settings -> Site Language. Open the dropdown and select your preferred language. Step 2. Click the "Update Settings" button on the top-right corner of the page. This will translate your entire dashboard to the selected language. Note: Agents can select their individual preferred languages too. How to translate incoming messages? Whenever you receive a message in a language you need help with, click the 3 dots beside the message to open the menu and select "Translate". Find the translated content inline. How to create a service account in Google Cloud Console? To create a service account for the Google Translate API, start by signing in to the Google Cloud Console and selecting or creating a new project. Once your project is ready, enable the Cloud Translation API by navigating to “APIs & Services” > “Library” and searching for “Cloud Translation API.” Click “Enable” to activate it for your project. Enabling billing is also necessary if you haven’t done so already. Next, go to “IAM & Admin” > “Service Accounts” and click “Create Service Account.” Provide a name (e.g., translate-api-user) and continue to assign the “Cloud Translation API User” role. After creating the service account, navigate to the “Keys” section, click “Add Key,” and select “Create New Key” in JSON format. Download and securely store this JSON file. Use the contents of the file you received above in the Google Cloud Project Key file input field in AlooChat.

Last updated on Nov 08, 2025

How to enhance conversations with OpenAI integration?

Engaging with customers demands tireless professionalism. How well you communicate with your customers is usually a huge contributing factor to sales as well as customer retention. Not to mention the effects on brand identity. But, in order to always sound perfect––you've got to be a robot. So we brought AI to your dashboard instead. With our OpenAI integration, you can improve your customer conversations as they happen. By integrating AI into your AlooChat dashboard, you can improve your customer conversations in real-time without sacrificing your unique voice or brand identity. You'll receive AI-powered suggestions that help you refine your messages and communicate more effectively with your customers. Setting up the integration takes less than a minute, and the benefits are immediate. To get started, follow the steps below. How to integrate OpenAI with AlooChat? Step 1. Go to Settings → Applications → OpenAI. Click the corresponding “Configure” button. Step 2. Click the "Connect" button. A modal will pop up, asking for your OpenAI API key. To get your OpenAI API key, log in to your OpenAI account and visit this link. Once you enter your secret API key, you'll see a success message on the screen. How to use the AI features in AlooChat? There are three AI-powered features in AlooChat. The sections below explain how to use them. Reply suggestion with AI The “Reply suggestion with AI” feature suggests a possible reply to a message from a customer, helping with fast responses. Follow the steps below to use this feature. Step 1. Go to your Conversations tab from the sidebar and open a conversation that needs a reply. You should be able to see a new option called "Reply suggestion with AI." Here's an example: Step 2. Click the button to see the suggestion. The reply box will be populated with the suggested response. Step 3. Edit your message as you please, and hit the Send button! Improve with AI The “Improve with AI” feature suggests improvements to your message drafts as you compose them. Follow the steps below to use this feature. Step 1. Go to your Conversations tab from the sidebar and open a conversation. Start typing a message in the text box. As you write it, you should be able to see a new option pop up called "Improve with AI." Here's an example: Step 2. Click the "Improve with AI" button to see your options. Select a tone for your message – professional or friendly. Click the "Generate" button. Based on your tone selection, the AI will rewrite your message and instantly populate the text box with the new message. Continuing the example, this is what it would look like: Step 3. Edit your message as you please, and hit the Send button! Summary with AI The “Summary with AI” feature summarizes conversations in Private Notes within seconds. Follow the steps below to use this feature. Step 1. Go to your Conversations tab from the sidebar and open a conversation. Switch to the “Private Note” tab. You should be able to see a new option called "Summary with AI." Here's an example: Step 2. Click the button. The text editor will be populated with a summary of the conversation. Step 3. Edit your note as you please, and hit the ‘Add Note’ button! How to use AI Assist? You can toggle the AI assist by either selecting it from the command bar or clicking the AI Assist button inside the editor. To select a desired feature, simply click on it. Once you have clicked on an option, the Reply Suggestion with AI modal will open, displaying AI-generated content. To insert the content into the editor, click on the Use this suggestion button. FAQs​ Are AI Assist results always accurate?​ The results may not always be accurate. While the AI Assist is designed to provide accurate suggestions, it is important for agents to review and verify the suggestions before sending them to customers. Additionally, we are continuously working on improving our AI Assist. Do you support any AI providers other than OpenAI​ At the moment, we support only OpenAI. But we are planning to add more providers soon.

Last updated on Nov 08, 2025