ANSWERED

weather template

as in documentation,weather template is there... i wanna know in that attribute where custom attributes stored? from where they get user's response and pass into setCity(setcity)
ANSWERED

Response Save

Hi Team, How can i extract the data from the chat bot which is given by the end user For Example - Name, DOB, Address
ANSWERED

Push Message/Broadcast API to FB Messenger

How do I send push messages from my application to the bot connected to Messenger? I tried the Snatchbot API with the URL: https://account.snatchbot.me/channels/api/api/idxxxxx/appsnatchbot/apsyyyy with 'xxx' and 'yyy' replaced with my App ID and secret, and the following body: {"message": "Some text that you want to send bot"} However no message is being sent to FB Messenger. The CURL also returned no error, but strangely returned the following JSON: {"cards":[],"messages":[{"message":"Hello ,\n","speech":""},{"message":"May I know your preferred language?\n\nBoleh saya tahu pilihan bahasa ?","speech":""}],"status":true,"suggested":["English","Malay"]}
ANSWERED

Single email for all data entered by user

We want some extracted data from users like email or phone number, etc. I am getting separate emails for each data entry by the user. can we do setting in our chatbot to get the all the data in a single email?
ANSWERED

Chatbots for our business customers

Hey guys, We're an agency and might want to use Snatchbot to deploy chatbots as part of the service we provide. Can we setup multiple profiles for our clients under your dashboard under one main account?
ANSWERED

Alexa

Can i build my bot as an Alexa skill using your platform?
ANSWERED

JSON API

Hi, I created webhook and got messages from chat platform. But sometimes, incoming_message is empty even if I send message from webchat. channel=webchat&incoming_message=&module_id..... Also, when I called https://support.snatchbot.me/reference#post-message for sending message to webchat but It couldn't work
ANSWERED

Multiple If statements not working

I have using Multiple If statements to match for the past 1 year it works fine. for the past 2 weeks it seems to be failing.Kindly let me know is there any new changes in the multiple statements. Here is my implementation ``` [IF([responseTo interaction=2156138 fallback=TEXT]=1){[setAttribute cattle_type=Cow]}] [IF([responseTo interaction=2156138 fallback=TEXT]=2){[setAttribute cattle_type=Buffalo]}] [IF([responseTo interaction=2156138 fallback=TEXT]=3){[setAttribute cattle_type=Goat]}] [IF([responseTo interaction=2156138 fallback=TEXT]=4){[setAttribute cattle_type=Sheep]}] [IF([responseTo interaction=2156138 fallback=TEXT]=5){[setAttribute cattle_type=Poultry]}] [IF([responseTo interaction=2156138 fallback=TEXT]=6){[setAttribute cattle_type=Pet]}] [IF([responseTo interaction=2156140 fallback=TEXT]=3){[IF([responseTo interaction=2156215 fallback=TEXT]=1){[setAttribute case_no=18A] [setAttribute case_name=Deworming]}]}] [IF([responseTo interaction=2156140 fallback=TEXT]=3){[IF([responseTo interaction=2156215 fallback=TEXT]=2){[setAttribute case_no=19A] [setAttribute case_name=Worm infestation + Undernutrition]}]}] [IF([responseTo interaction=2156140 fallback=TEXT]=3){[IF([responseTo interaction=2156215 fallback=TEXT]=3){[setAttribute case_no=19A] [setAttribute case_name=Worm infestation + Undernutrition]}]}] [IF([responseTo interaction=2156140 fallback=TEXT]=3){[IF([responseTo interaction=2156215 fallback=TEXT]=4){[setAttribute case_no=19A] [setAttribute case_name=Worm infestation + Undernutrition]}]}] [IF([responseTo interaction=2156140 fallback=TEXT]=4){[IF([responseTo interaction=2156215 fallback=TEXT]=1){[setAttribute case_no=18A] [setAttribute case_name=Deworming]}]}] [IF([responseTo interaction=2156140 fallback=TEXT]=4){[IF([responseTo interaction=2156215 fallback=TEXT]=2){[setAttribute case_no=19A] [setAttribute case_name=Worm infestation + Undernutrition]}]}] [IF([responseTo interaction=2156140 fallback=TEXT]=4){[IF([responseTo interaction=2156215 fallback=TEXT]=3){[setAttribute case_no=19A] [setAttribute case_name=Worm infestation + Undernutrition]}]}] தங்கள் கால்நடைக்கு ஏற்பட்டுள்ள பாதிப்புகள் பற்றிய *முழு விபரம் பெறப்பட்டடுள்ளது*.தீர்வு பெற *1 ஐ* அழுத்தவும் ``` Bots getting arffected with this 129825 133463
ANSWERED

Is it possible to disable "Please Choose"?

Hi Admin, Are you guys able to disable the message "Please Choose" in Telegram if I were to add quick replies? It can be very confusing for my customers!
ANSWERED

How to register ?

when I fill the form, the validation button does not activate, I can click but nothing happens. How to create my account? thank you