ANSWERED

Shareable look and preview

Hi, I am interested if it is possible to share the same look what I get when I preview my chatbot in the editor. Now, if I embed the html and javascript then I am redirected to a page when the chatbot fills out the whole browser window instead of showing up just in a small window as it is in the preview. Thank you, Gergely
ANSWERED

Can I set the height of a Rich Card created from JSON response

Hello Snatchbot, I have created a chatbot which integrates with a JSON API. The integration as such now works well, and I can get the proper response from API. The response is formatted so that a rich card is created. The bot have also successfully been deployed to FB messenger. So far all well. My question is; Is it possible to set the height for the FB messenger webview opening up from an embedded url in rich card, which was automatically created from the JSON response? If I create a custom cards I can set this height in Cards settings. But when using the JSON response I cannot find the corresponding setting. Is there a way to set it also for rich cards created through JSON responses?
ANSWERED

Arithemetic operator not taking more than two numbers

Hello, I have a problem : All the arithmetic operators only work till I keep the number or the variable count to two. [ADD [2,3]] : Gives me 5 [ADD [2,3,6 ]] : This also gives me 5 It is the same if I get the values of variables. It will add the first two and then completely ignore the rest. This is happening with all the operators. Could someone help out? I have the free version. Is this a limitation?
ANSWERED

Working documentation for Integromat JSON integration

Get: "200 JSON parsing error has occured. Please, make sure your JSON has a correct structure." No matter what I do. I've been floundering with this for a couple of days. I have links to documentation. I have read those. Is anyone using this? Can someone verify that it actually works and point me to the real documentation? I would really appreciate it. Thanks in advance.
ANSWERED

If statements appearing in chat response

Appreciate some help with the snatchbot syntax I have the following specified in my interaction: "Thanks for letting us know, your score is [showVar=Score] points! [IF ([showVar=Score]<3){Based on your results, you are at low risk to society!}] [IF ([showVar=Score]<6){Based on your results, you are at medium risk to society!}] [IF ([showVar=Score]>6){Based on your results, you are at high risk to society!}]" I don't understand what I am getting this output: "Thanks for letting us know, your score is 0 points! Based on your results, you are at low risk to society! [IF (0<6){Based on your results, you are at medium risk to society!}] [IF (0>6){Based on your results, you are at high risk to society!}]"
ANSWERED

Only accept integer/float values/words in user responses to interactions

Hi, may i know how to only accept pure integers/numbers/decimals/words from user responses to interactions? Because under simple connections there is only "response to interaction begins with" xxx. Thank you
ANSWERED

Unable to change bot name on template bots

Name of message sender is not changing when trying to rename a template bot. - It still shows up the old name. How to change bot's message sender name properly?
ANSWERED

End conversation

I want a conversation to end and not restart again when someone revisits messanger
ANSWERED

Handling user's off-topic input

Hello, I am currently creating my first bot ever which is focused on Football Laws of the Game. After studying some documentation and watching video tutorials I should be able to create chatbot which is capable of talking about football laws. But my Q is what about user's off topic input? Currently, I am using "Fallback interaction" - If no conditions are met in some interaction, then I am using "my universal one" whith responses like "Oh, sorrry, I don't understand.", etc. Is there any way how to handle it better? I would like to have chatbot which is capable of something like having "small talk" with user. Please keep in mind I am total beginner :). Thanks for your help!
ANSWERED

Bot 'opening times'

Hi, I would like to add 'opening times' on my snatchbot, so that when i'm not online to answer them personally at certain times, a message pops up to let the client know.