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

delete history

how to delete chat history in conversation??
ANSWERED

Line break breaking mid-word

Is there a way to make the chat break up the line after the word, rather than in the middle? The way my bot is functioning now splits up individual words onto separate lines, which makes sentences quite difficult to read. This is through web chat.
ANSWERED

Connects multiple LINE app, Facebook accounts in a bot and URL with (_)

Hi, I would like to know if we can connect multiple LINE app accounts and facebook accounts to a chatbot or we have to build multiple bot? Also, my URL is invalid in the bot due to the underscore (_), so I wish to know how do I to include my URL in the bot?
ANSWERED

Need help. Is it possible to post the questions from excel/databsae/API and verify the user response

Hi, For example, if I want to build a quiz bot, and I have some 200 questions. And I want to post these questions randomly to the user reading from excel/database/API and asking the user select the one right option from the list of 4 options and then verifying it with the correct answer which is also read from excel/database/API. How to achieve this? Any link to read about this will be very helpful. Thanks in advance.
ANSWERED

Email bot response

Hi , can I email a [responseTo interaction=ID fallback=TEXT] to myself. including the last user interaction of course.
ANSWERED

Browser language

How can I avoid browser change text in quick replies buttons?
ANSWERED

configuración mensaje de error

Podrían ayudarme con la configuración del mensaje de error. No funciona, ni siquiera como mensaje personalizado.
ANSWERED

Can I use Snatchbot API in a react project?

I'm trying to create a chatbot app for my final project and I wanted to use Snatchbot's API for replies, is there a way I can get an API to implement in React?
ANSWERED

Missing Card buttons in JSON response using REST

I am using python to connect to my chatbot on snatchbot. I am able to establish the communication. Everything seemed to work fine, but I am unable to get card buttons in json. The buttons list is always empty, though I have buttons on on my card. I have tried mutilple times and in multiple ways but the buttons are always missing in the post response. kindly assist. The below is the Json is received from the sample Cinema bot through REST. Notice that the buttons field in card is an empty list. The original cards have buttons. { "cards": [ { "type": "gallery", "gallery": [ { "buttons": [], "url": "https://www.rottentomatoes.com/m/due_date", "image": "https://dvgpba5hywmpo.cloudfront.net/media/image/1498671043.bTsxMTE2NjcyMjtqOzE3NDU0OzEyMDA7ODAwOzEyMDA", "subtitle": "Genre: Comedy", "heading": "Due Date - Ticket $2.5" }, { "buttons": [], "url": "https://www.rottentomatoes.com/m/the_hobbit_the_battle_of_the_five_armies", "image": "https://dvgpba5hywmpo.cloudfront.net/media/image/1498671102.bTsxMTE3OTcwMztqOzE3NDU0OzEyMDA7NTA5Ozc1NQ", "subtitle": "Genre: Action & Adventure, Science Fiction & Fantasy", "heading": "The Hobbit: The Battle of the Five Armies - Ticket $2.5" } ] } ] "status": true, "messages": [ "This is the list of movies currently on screen in our Cinema.\ud83c\udfa5\ud83c\udf9e\ud83c\udfac" ], "suggested": null }