ANSWERED

Push cookie data into chatbot and pass all responses to webhook

I want to pass a variable of an affiliate ID into the chatbot and then I want to take all of the responses that I have collected with the chatbot and send them to a webhook so that I can use that data in Zapier
ANSWERED

Look and feel of my bot "OsteoBot" on my website

Hi, this is my website: www.osteopathy.eu I have 4 questions: 1. It's very irritating that the bot keeps on popping up on every webpage. It would be great that once the bot has been clicked away, he stays away until the moment somebody clicks on the bot's icon. 2. The bot is too big. He covers too much of every webpage. How can I scale this? 3. Right now the icon is the logo of my organization. I want it to be the icon people see when they chat with my bot. 4. Please remove "Powered by Snatchbot" Kind regards, Greg
ANSWERED

Interaction not reachable by buttons of rich cards

I'm experiencing an issue that i can not assign a specific interaction to a button of my rich cards. There will always occurr another interaction (always the same). I tried creating a new rich card, a new button, a new interaction with a rich card but i can not assign this specific destination interaction. The destination interaction is working fine when the connection source is no button or when tested individually. The BotID is 55965 and the destination interaction is 854532.
ANSWERED

Bot message with no interaction

Is it possible for the bot to send a message/reply and move on to another interaction without having to wait for a response?
ANSWERED

How to use multiple bots

Hi All I would like to know whether it is possible to create multiple bots for one business entity. Meaning creating bots that are specific to a funtional area in the business and then be able to connect all these somehow -- So that clients can chat seamlessly within all the bots without knowing ? Thank you
ANSWERED

Facebook messenger channel not working

Hi, I just create a new pages in Facebook and add the channel to my bots. However, when try to message the bot from facebook messenger, it seem there no response at all even after choosing restart command from persistent menu. I try to follow the documentation provide but it seem too simple to follow. Is there another setting for me to configure?
ANSWERED

How to <br> text?

Hi, I want make my text <br/> how to? thanks.
ANSWERED

How to save JSON response data to attribute

Hi, I am using API to get data from my web. Then I want to doing something with this data in next interactions. Is it possible to save this data to attribute? How? I have searched for documentation and question but not found the suitable answer. Thanks and regards
ANSWERED

Does JSON API Interaction works on a free account?

Hello, I'm trying to set up a JSON API Interaction, but the request never seems to reach my endpoint. The error response appears right away. I'm using the correct JSON Structure, and I see the request reaching my endpoint while verifying the API address when setting up the interaction; however, once I test it, it doesn't work.
ANSWERED

Write third party payment interface

Hello. I need to accept payments in chat bot and it's not PayPal. I read your JSON API documentation and understand that you are using middle server to create response for chatbot. What should i use if i have only api of payment gateway and api of the bot. No server in the middle. How to organize program ? Do you such examples ?