ANSWERED

Pass the email onto another php file

Hi, I am in progress building a bot. It checks the email status and if inactive it makes it active. I have seperate php file to handle the status change. I capture the user entered email address by $user_email = @$_REQUEST['incoming_message'];. However I am having trouble to pass the same value ($user_email variable) onto the next php file to handle the status check. I tried to set the attribute with extracted data as value. But it shows the extracted data value as it is. Not the real value. Kindly help me to sort this out.
ANSWERED

Chatbot loading time takes ages :(

Hello, we tried to implement a simple chatbot logic on https://www.exacaster.com. However, the loading time of the chatbot is around 10 seconds after the chatbot icon is clicked. I've seen other users complaints regarding the speed issues. Is there any solution for that?
ANSWERED

URL in Faceook messenger

I've implemented URL to a chatbot that is connected to facebook messenger according to this documentation: https://support.snatchbot.me/docs/embedding-urls-for-facebook-messenger#section-watch-this-video-tutorial-how-to-embed-url-for-facebook-messenger Still, Messenger cuts text card with implemented URL off - it shows everything until this element. Bot 76095 Entry 1201571
ANSWERED

Adding multiple buttons within the same connection

Is it possible to add multiple buttons to a single conversation for the user to select? For example: Do you accept the terms and conditions Button 1 - yes ----- Button 2 - No Right now i am getting the two options as part of separate conversations. Thanks and best regards
ANSWERED

Attributes with Json api

The attribute is successfully sent to my server but instead of the value of [extractedData interaction=179415 fallback=TEXT] , this whole thing i.e '[extractedData interaction=179415 fallback=TEXT] ' is being sent. I am sure that this variable is initialized in correct module but still on my web api side i am receiving '[extractedData interaction=179415 fallback=TEXT] ' instead of its value , please guide me through this.
ANSWERED

Format the gallery design when using the web widget channel

Hi, Is there a way that I can change the format of the gallery from https://imgur.com/a/tf4ag to https://www.google.com/search?biw=1280&bih=663&tbm=isch&sa=1&ei=X3PVWoTLMsq3jwTI54XgBw&q=facebook+chatbot+gallery&oq=facebook+chatbot+gallery&gs_l=psy-ab.3...3125.4689.0.4851.9.9.0.0.0.0.74.473.9.9.0....0...1c.1.64.psy-ab..0.4.211...0j0i30k1j0i8i30k1j0i24k1.0.qopb7q95uS4#imgrc=sSZxyCpLjclmbM: Look forward to hearing from you!
ANSWERED

Can I integrate Snatch bot with Aweber to send emails automatically?

Want to know that can I integrate snatch bot with Aweber to trigger a campaign to send mails automatically to the users.
ANSWERED

Add unanswered questions to interactions

Hi, I would like to know if there is an easy way to know which questions have not been answered, if there was a filter to just see them in the conversation panel to be able to add them to some new interactions or to configure the previous ones already created. Best
ANSWERED

Do you plan to add Alexa and Google Assistant to supported channels ?

And if yes... do you have a timeline ? Thx :- )
ANSWERED

Custom Variable and Arithmetic Calculations

Hello, Thanks a lot for your useful responses. But in the third interaction below, I either want the user to input their gender (male / female) or I also tried creating Quick Reply buttons to connect to the next interaction. But either way it is giving an error response. After the third interaction when I enter a number, I am getting the desired output but when I enter text, it results in error message. Kindly help me on that. Interaction 1: Hi! Please enter your first value. Interaction 2: Great! Now enter your second value. [customVar A=[responseTo interaction=1 fallback=TEXT]] Interaction 3: Excellent! Please mention your gender. [customVar B=[DIV [[showVar=A], [responseTo interaction=2 fallback=TEXT]]]] Interaction 4: The result is [IF([showVar=B]=5){Congratulations.}]