Channels
Channels Introduction
Reaching the consumer requires multichannel access. Multichannel communication consists of using available technology to ensure that your customer receives customized information through different ch…
Adding a Telegram channel
To connect your chatbot with Telegram, follow these steps: Talk with BotFather: . BotFather is a chatbot that creates and manages other chatbots for Telegram. To find it, look for @BotFather in your…
Adding a Web channel
To connect your chatbot in a website, follow the steps: Adding the channel. To create the channel, simply access the add channel option in the settings menu on the organization's general page. To cre…
Creating a Script to use the Web Channel
Requirements. After creating a web channel following this documentation , it is necessary to have the uuid of the channel to integrate with Pushinho v2 Example Script. <html> <head> <script src="http…
Adding Viber channel
You can add your a Viber's public account as a channel on the platform. Starting the process. At the workspace's properties choose to add channel Scroll down to Viber option a click on it The only re…
Adding a Facebook Channel
To add the bot to Facebook chat it is necessary first to understand the tools involved in establishing communication: Creating a Facebook Page – Such a profile, a page is linked to an establishment,…
Adding a Twitter channel
Twitter is a great social network for companies that want to generate qualified traffic and leads, in addition to interacting directly with the public. First of all, create a dev account on Twitter ;…
How a SMS Integration Works
SMS Integration. The platform allows organizations to visually build scalable interactive messaging applications. The platform is a hosted service for visually building interactive messaging applicat…
WebSocket Connection
The WebSocket Server uses socketCluster on version 9 Establishing the connection to the WebSocket Server. To start a socket connection you will need to do the following: const socket = socketCluster.…