ANSWERED

Link your calendar

How can you link your calendar to the bot for scheduling?
ANSWERED

Integrate Snatchbot with android app

I have an android app that is capable of sending HTTP requests. I would like to integrate my app with the Snatchbot chatbot. The app is capable of handling the JSON responses. I am unable to get proper JSON responses from the Snatchbot. I am using other/api integration and used the Post url to send a http post request. I am only getting the welcome intent's response. And for every subsequent http request I am getting a null response. The following is the response I get from Snatchbot. { "cards": [], "status": true, "messages": [ "Hi! I am Air India ticket booking assistant chatbot\n", "How may I help you today" ], "suggested": [ "Book", "Query" ] } The above response doesn't have all details. The following is the response that I get from Botengine.ai (Another chatbot platform) upon a http request. { "status": { "code": 200, "type": "success" }, "timestamp": "2018-04-10T15:08:38.750Z", "sessionId": "85b02faacfec4949a8f7e1d717d66aaf", "result": { "confidence": 0.6, "interaction": { "action": "", "id": "5ab88dd45cbde90007e637b3", "name": "Pizza desire" }, "parameters": {}, "contexts": [ { "action": "", "id": "5ab88dd45cbde90007e637b3", "parameters": {}, "name": "Pizza desire" } ], "resolvedQuery": "I want pizza", "lifespan": 2, "source": "custom", "score": 0.95, "fulfillment": [ { "delay": 100, "message": "I can get you some really good pizza's.", "type": "text" }, { "delay": 100, "buttons": [ { "type": "postback", "value": "dine-in", "title": "Dine-in" }, { "type": "postback", "value": "delivery", "title": "Delivery" } ], "type": "quickReplies", "title": "Let's get started. Is this order for dining or delivery?" } ], "storyId": "5ab889ad5cbde90007e63774", "incomplete": false } } So how can I get a similar response as Botengine(as above) from Snatchbot? Can someone please help?
ANSWERED

Share chatbot with a client

Hello there guys! I was planning to start building bots for my clients on this platform for facebook messenger but I was wondering is there any easy way of transferring my chatbot to my clients? My idea was to create one template and then I can share it with multiple clients! Right now how I was doing it until now is that I asked them to give me admin premision on their FB page and then I could connect it to my snatchbot... But right now I would like to have something like page where user could come and just copy my template and start using it on their account is this possible?
ANSWERED

IP address recognition?

I am using my bots (web chat) inside of a membership program to track the progress of my users. I haven't gone live yet and I've been assuming that it will recognize the IP address of each user and continue the 'conversation' with the user from the last time they were in there, would this be correct? Or does it restart every conversation when reopened? If so, is there a way around this? Like a set variable number for each user to enter perhaps in order to get their 'score' to date?
ANSWERED

My Bot's webchat is not opening up on Internet Explorer

Bot Webchat URL does not open on IE, but works fine on Chrome. Could you please help us with this?
ANSWERED

Passing custom variables values in attributes

Hi, I'm trying to set an attribute with the value of a custom variable, but it doesn't work. I'm using the following syntax: [setAttribute attr=[showVar=var]] But when I try to display my attribute value, I get: [showVar=var I really have to use attributes because I want to send them to an API (using JSON API interaction). I think there is a bug when the expression [showVar=var] is evaluated. In fact, the ']' just after 'var' looks like it is interpreted as the closing ] corresponding to the '[' just before 'setAttribute'. Is it possible to fix it? Or do you know any working workaround?
ANSWERED

Feature | Disable text input function for each bot statement

Why the text disable function is only available for the whole bot or only if you put in a quick reply? We are using also text cards and other features to direct customers toward answers. Can you make it available to add Text Disabling function by each bot statement even if there is no quick replies at the bot statement?
ANSWERED

Delayed Response Question

I have a set of statements with quick replies that I would like to set a delayed response between that will make it appear that the chat bot is typing a response. The problem I am having is that if I place the ::next-XXXX:: (replacing XXXX with time in seconds) at the beginning of each statement the delay time happens but the "typing a response" does not appear. However, if I place some text, insert the delayed response, and then add more text it will show the first block of text and then show the typing a response message and then the second block of text. Am I doing something wrong or is it not possible to show the typing a response message before displaying any text to the user?
ANSWERED

Check-box plugin - facebook messenger

I have done a lot of tests, but the plugin in question (Check-box plugin) does not work, that is, it does not appear on the website (https active and domains add to whitelist); While the Messenger Plugin Extension works instead. How can I solve?
ANSWERED

Send Email on the basis of Chat Response

Team, Is it possible for me to send out an email to the user on the basis of a chat response? So for instance, if a user is having a chat conversation and the BOT prompts the user an option to receive some information via email. If the user says Yes, and enters an Email Address, then it needs to send out a specific mail to the user. Would the above be possible