ANSWERED

JSON API - giving parameters back

I have a quiz running - fetching questions and possible answers with a JSON API from a database. Is there any possibilty to give back a value from my API to the Bot (e.g. which is the right answer) e.g. setting a custom variable to continue the BOT depending if the answer is wrong or right? Thx for giving a hint.
ANSWERED

How can add a text in chatbot logo

Hi there ! I would like to know how to add text on chatbot logo
ANSWERED

Snatchbot into Thunkable

Hi, I am trying to get the chatbot I created in snatchbot into the website called 'thunkable' which creates apps, but I could not do it. The only app options I have are the messaging apps. So does anyone know a way to get the chatbot into thunkable?
ANSWERED

The bot is adding text to my content...

I am just configuring Snatchbot and when testing it with Facebook Messenger, the bot adds text to my content. How can that be? e.g. in my Hello Message (that is in spanish) the bot includes the following: "Hello! Thanks for reaching out! Can you please tell us your email?" And later between a couple of my phrases it adds: "Ok, let's skip that for now." "Cool, thanks! How about a phone number in case we need to reach out to you directly?" How can I remove those texts from my bot?
ANSWERED

Respone from Zapier to Snatchbot

Hi, I want to lookup value from snatchbot with Google Sheet, I use Zapier. 1. Data from Snatchbot 2. lookup data from Snatchbot and data on googlesheet. 3. Respone to Snatchbot when data matched. I don't know how to set up step 3. So can you help me ?, thank you!
ANSWERED

Issues with iphone?

The logo for my bot is not appearing on iPhones for some reason.
ANSWERED

Lack of NLP information

I have already read all the documentation here on the subject and still can not understand very well how I should create the samples and train my models. Especially the intent ones. I think there is a lack of detailed information on the subject. I tried a lot but I could not come to a logical conclusion of, for example, why train an entity model if I can put the same "tags" on a global connection. In my case I'm using chatbot in a narrative way, not for commercial purposes. I think that I could explore mor profoundly this NPL tool and achieve great enrichment of the UX if I had a little more information about this subject.
ANSWERED

Translate Interactions

I have created 21 interactions in English along with two languages translation option. What I want is when a visitor clicks on translate to Swedish it will auto-translate the welcome message from English to Swedish and when visitor select options it will auto translate them as well. Is there any way to achieve this? or I should create interaction in Swedish as well?
ANSWERED

Getting 500 Internal error while trying to verify a webhook

while verifying a deployed API developed using flask. snatch bot is throwing error as internal server error
ANSWERED

Automatically redirect to a specific interaction after JSONAPI response

Hi, I'm trying to create an automatic conditional jump from one interaction to another after a JSONAPI response. By automatic, I mean without user interaction. I need to validate some user input and based on the input, give an error message in case of error or redirect him to another interaction automatically if everything went ok. I was able to successfully call my API using JSONAPI interaction, validate the data and give the appropriate error message, but when the data is correct, I could not find a way to redirect the user to another interaction without an input. Is there any way to accomplish this? I'm open to suggestions using webhooks, JSONAPI calls, and even the Post message API.