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

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

Conversation - Human Interaction Not Working

Can I get help in using the "Await Response" interaction, it is not working for me. It loads the "Await Response" interaction but then the human user is not able to take over. Nothing happens when the human user enters the message.
ANSWERED

Reporting & Phone Number Capture

Two questions. Is there a way to programatically generate a report daily and email it to the admin of the bot? And can you collect a phone number like this (555)-444-4444 ? No one is going to want to type +15554444444 . That is not the best user experience. Thank you. Douglas