ANSWERED

Automated Sequence

Can the snatchbot platform send an automated sequence? If so how do i implement it?
ANSWERED

This bots can capture the location URLs?

I need that the bot at the end of conversation, capture the URL location using this simple script: <script> document.getElementById("demo").innerHTML = "The full URL of this page is:<br>" + window.location.href; </script> Is it possible to be made? Thanks!
ANSWERED

Interactions on welcome

My welcome message has numerous response interactions. When I tesyt the bot it seems to forget all after the 25 mark. I have lost an awful lot of material - can it be salvaged or is this some inbuilt imitation?
ANSWERED

I have uploaded my css file to change font size on my bot. After uploading the file, where i can see changed font size? Do I need to paste the embed code again on my website?

ANSWERED

JSON API authentication

Hi, Is it possible to use any type of authentication when calling an endpoint? Because I don't see any way to handle oath, basic authentication or any way to add headers to the call for example. Thanks.
ANSWERED

A way to put a avatar to client answer

Is there any way to put a avatar in the client answer? And is it possible to put different avatars along the conversation (bot answers), to simulate different bots?
ANSWERED

¿Hay un diccionario en inglés para BERT?

¿Hay algún diccionario en inglés para BERT? De ser afirmativo, ¿puedo modificar ese diccionario?
ANSWERED

Mp4 video problem

Hi everyone. I made a chatbot few months ago. I used [video]https://www.6tsz.com/images/G1/G1-01.mp4[/video] to embed video in my chatbot. Few months ago, I tested it and it worked, it got a preview image and will play in full screen once I click the preview image. However, I tried today. It didn't work now, it becomes a sentence not a video. What should I do? I don't want upload it to youtube. How can I fix it? Thank you.
ANSWERED

Can i use wit ai with snatchbot?

Using repsonses through wit ai and ui of Snatchbot. As i have already made all nlp models on wit ai so is there any way that bot sends responses through wit ai and not of snatchot.
ANSWERED

Use previous response interactions as user attribute

Hello, I would like to send a previous user interaction in a webhook/json, but I don't find the way to store it as an user attribute. How can I do this