ANSWERED

How to get attributes from API response

Can we pass custom attributes in API response { "user_id": "1", "bot_id": "1", "module_id": "1", "message": "City not found", "suggested_replies": [ "Next 5 days", "Pick a day", "Return to the beginning" ], "attributes":{ "name":"some" } "blocked_input": true }
ANSWERED

Se puede relacionar varias respuestas de texto escritas sucesivamente a una misma interacción??

Esto es lo que quiero realizar Creo una interacción con varias opciones a elegir junto a sus correspondientes interacciones de respuestas INTERACCIÓN 1 - x? 2 - xx? 3 - xxx? 4 - xxxx? Digite el número de la pregunta que desee y le responderemos. Necesito que la persona que quiera responder digitar de forma individual las distintas opciones, 1, 2, 3, 4 (por separado, ordenadas o desordenadas) .... pueda obtener la respuesta sin necesidad de volver al listado de opciones de preguntas This is what I want to do I create an interaction, with several options to choose from, with their corresponding response interactions INTERACTION 1 - x? 2 - xx? 3 - xxx? 4 - xxxx? Enter the number of the question you want and we will answer you. Needed; that the person can individually enter the different options; 1, 2, 3, 4 (separately, ordered or disordered) .... getting the answers you choose, without having to go back to the list of question options
ANSWERED

Extracting phone number without country code

Is it possible to allow bot to recognize phone numbers without country code? Like if we can set a default country or something similar?
ANSWERED

English and Arabic in 1 Bot

I am trying to create a bot which is bilingual. In start itself i am trying to give language selection as Press 1 for Arabic, Press 2 for English. But the arabic text is taken in defaut format. I need the text written in arabic to appear in different font and english in different font.
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

Connections still not working

Hi Snatchbot support, I still experience a problem with connections. There is no global connections associated with this Bot, I removed synonyms for the keywords in the quick reply...so it is really the basics, but my connections still disappear as soon as I create it. Can you please have a look? Bot ID: 119101 Interaction: 1862731 - as an example but I have to recreate all my links :-( Thanks in advance for your help!
ANSWERED

How can I track clicked links?

I want to use chatbase, and the documentation says that when making a request, I need a URL parameter, I use a webhook for the entire bot, how can I get URL links to send to the chatbase?
ANSWERED

Is there such a thing as an app that you click in Chrome, which opens a tab with two fields, one always blank and one that can save the text, and in the blank field, I enter an email address, and in the other field, I write an email, and when I tell it what email address to use, another tab is opened where the bot enters the email address after, "mailto:", and then enters the second field as an email and hits send?

Does that exist
ANSWERED

How to make the chatbox smaller?

When I open my website, the chatbox takes up half the space. How do you make the chatbox smaller? I actually want to look like a small button so the customer can click on it to chat
ANSWERED

Change Language For User

Hi there, how am i able to create a bot that able to let user select their respective languages? Once after they start the conversation. For examples, I have English, Tagalog and Chinese Bot. Can i link them all together when they choose the languages? then it will continue according to the respective bot. Thank You.