ANSWERED

Add new users to one accounr

Is there a way that I can have an admin account and then add people to it so that they can edit it and create bots?
ANSWERED

Is there a whitelable option

ANSWERED

Can I restart the bot through error message

Can I include my restart command "Start over" in the error message for the JSON API and trigger the bot to reboot whenever an error occurs? I remember seeing this in one of your videos!
ANSWERED

Button in Galley is not working.

Hello. I used Button to link a Block in Gallery, and I conformed that work well in "Test This Bot". But in my web site to embed SnatchBot, when I click same button, it seems to be not work.
ANSWERED

Formatti text on other channels

I would like to format text on Telegram for example. If I try to use Markdown or HTML tags in the message box, on Telegram the message doesn't appear formatted. Example: Hello, <b>how</b> are you? How it appears on Telegram: Hello, <b>how</b> are you? And the same happens also with Markdown. How to fix it? Please note that Telegram supports both Markdown and HTML, and the way I format on Snatchbot is right.
ANSWERED

The javascript code have an issue?

This is the code that says i need to paste in my webpage: <link href="https://snatchbot.me" rel="stylesheet" type="text/css"><script src="https://snatchbot.me/sdk/webchat.min.js"></script><script> Init('?botID=26172&amp;appID=', 600, 600, '', '', '#', , , , '', '0', '#', ); /* for authentication of its users, you can define your userID (add &amp;userID={login}) */ </script> But is not working! I also see that in the youtube videos the code is longer. Is it right?
ANSWERED

Today's date

Hello , please how to add a variable updated, that contains today's date
ANSWERED

REST CALL IN SNATCH BOT

Hi Team, I did a sample bot which uses json call it has 2 webservice calls. FIRST REST CALL : Initially it will call one webservice with input parameter_1 (Vehicle_number) and sends some result. SECOND REST CALL: Calling another webservice with with two parameters : parameter_1 (Vehicle_number) and parameter_2 (Vehicle_make) Here parameter_1 (Vehicle_number) is already given input for REST CALL 1 so need to store in attribute and to send in attribute for REST CALL 2 how it is possible? I tried in custom variable with attribute key :vehicle_num and attribute value : [responseTo interaction=1***00 fallback=TEXT] but not working please help me??
ANSWERED

Length limit for quick replies buttons

Hello, Is there any way to raise the 20 characters limit for quick replies buttons? It doesn't need to be raised a lot, 30 characters would be enough for me. Thanks for your help.
ANSWERED

Need the bot to save user progress and be able to restore it also after session expires

I'm working on branched-story bot and I need this latter to remember the user's progress, and so his/her choices, but this also AFTER the chat session expires. For example, if a user completes the 2nd chapter of the story and comes back after 3 hours, I need the bot to remember the user completed the 2nd chapter, in order to let the user continue from that point and without making him doing all the story again. I also need the bot to actually remember which choices the user made, always AFTER the session expired. If for example the user decided in the 2nd chapter to kill a character, then in the 3rd chapter this character shouldn't appear and the story should be formed on the choices selected by the user. Basically the user's progress should be kept without being resetted. Because I can't remove the session expire time, then I guess I should connect my bot to a server and/or a database and use SOME Third-Party API or what? What can I do? And please, be the most detailled possible, because I've already read the docs about webhook, api, and so on, and I honestly didn't understand much. The bot was published on Telegram.