ANSWERED

Bot not working on Facebook

Hi! Yesterday my bot stopped working on Facebook. I see that it is still working on the web, but on Facebook it does not respond, does not even start a conversation ... is there a bug right now?
ANSWERED

Lost bot with id 121226

Hi! About a week ago I created a bot. Now I see that my bot is lost. As I understand my bot id was 121226. Could you please help me with restoring my bot?
ANSWERED

RSS Feed Buttons not getting translated on Telegram

I put a RSS Feed on my Telegram bot, however the buttons are in English and not translated in Italian as they should be. The buttons are translated on WebChat and Test Chat. Is this a platform issue or is it related to Telegram? Thanks in advance for the response.
ANSWERED

Best way to develop the entity NLP conditions

I've tried to develop the conditions to the entity NLP for many questions, but when i test it give me almost the times the same answer (of other question). What's the best way to develop the NLP samples to avoid this thing? Bot iD: 38565
ANSWERED

Can I Post from Snatchbot to a custom API service?

Can I POST a user response from a particular BOT message to an API service and GET back a response? Can i post more than i attribute at a time?
ANSWERED

New Duplicated Account

Hi Snatchbot team! I need to create a new account which is a duplicate of the content of my current account, but with a new email and password. It's just about duplicating an instance of a chatbot; I need to let another use the chatbot content but have no access to my current account Can you help me? Thanks!
ANSWERED

Cannot unpublish bot on fb channel

I deleted my fb page and forgot to unpublish the chatbot first. Now i cannot unpublish as the page is already gone.
ANSWERED

How to allow fullscreen in embedded YouTube videos?

Hi! I've embedded a YouTube video into a chat response, and it works perfectly. However, I noticed that I cannot make the embedded video open in fullscreen. When I try, I get a message saying fullscreen unavailable. I checked the source code for the embedded video, and it's something like this: ```html <iframe style="min-width:300px;max-width:400px" src="YOUTUBE_URL"></iframe> ``` Is it possible to add the `allowfullscreen` attribute, like so: ```html <iframe style="min-width:300px;max-width:400px" src="YOUTUBE_URL" allowfullscreen></iframe> ``` Thanks!
ANSWERED

Rich card in the middle of a bot statement?

Hello, I'd like to add a rich card in the middle of a bot statement. That is, I have an interaction with the following statement: Blahblahblah ::next::Blahblahblah And I'd like my rich card to appear between the first and second part of my statement. How can I do it?
ANSWERED

Setting custom varibles in suggested replies.

Hey, is there any way possible to set custom variables while passing suggested replies? We know it's possible through messages but is it possible in suggested replies?