ANSWERED

multiple messages and freezing the chat

I have two questions: 1. If a user answers with more than one line of text (multiple messages), the bot repeats the question or uses the fallback condition. This causes some questions of the bot to be skipped if the person answers with multiple messages, rather than just one answer. How can I either limit the answers to one possible text message or not let the bot skip the next question or repeat itself? 2. I need the bot to wait 5 min and then "come back" to the user. In that time the user should think that the bot is working on his request and the chat should freeze. Therefore, it should not say "bot is typing" at that time and a user input should be ignored by the bot. Another possibility is that text input is disabled at that time. How can I do that? Thank you in advance.
ANSWERED

Getting user data?

Hello, I'm having a website which contains news about a certain football team. When my news writers decide there is a certain news topic that is consider to be "breaking news", they can click a button which triggers a mail newsletter and a push notification. My website also has a rather large Facebook group linked to it. I would like to extend the mail and push notifications with a Messenger chatbot which will supply the breaking news to people who have subscribed to receive it. The subscription process through the chatbot has been more or less built. I am now wonder how I can trigger a broadcast, with data from my website, to all subscribed users. The most convenient way would be sending the news topic from my website to the chatbot to target a certain group of users (I serve content in 5 languages and I should divide my subscribed users into categories per language). How can this be done? E.g. 50 users have subscribed through my chatbot to receive a message on breaking news. Of those 50 users, 6 of them subscribed for English news content. A news writer clicks a button in my website's back office triggering the sending of breaking news, but only to the English subscribers. How can I make sure I target only these 6 users from my example? Do I need to store all user data in my own database with the correct categories (on subscribe) or is there a way to just trigger an entire group of users from an API?
ANSWERED

-2147024891, System.UnauthorizedAccessException - SHAREPOINT ONLINE API

hello expert, I am trying to update the sensitivity label using the SP API and using Postman by following Article https://www.contentandcode.com/blog/apply-office-365-labels/ But after completing the steps I am getting the following error: { "error": { "code": "-2147024891, System.UnauthorizedAccessException", "message": { "lang": "en-US", "value": "Access denied. You do not have permission to perform this action or access this resource." } } }
ANSWERED

can we change the color scheme of the bot?

can we change the color scheme of the bot? thank you
ANSWERED

google sheet integration to post and read data from google sheet

want to save data to google sheet with user ID and read data related to that user ID from google sheet. with login authentication with in snatchbot as use name and pwd
ANSWERED

Date format in Date Extraction Interaction

Hi, I've went through the documentation provided and noted the date format which is recognised by Date Extraction. However, is it possible for me to add the following date format for the Date Extraction? - D/M/YYYY e.g. 25/6/2018 or 2/6/2018 Most of our customer fill in dates based on the date format above and it will be frustrating for them to keep on receiving the error notification. Thank you
ANSWERED

how to SEARCH,GET,POST google sheets integration using jason

I have no(very minimal) coding experience,trying to interact with google sheets to SEARCH,GET,POST,UPDATE through snatchbot.I tried https://support.snatchbot.me/v1.0/docs/json-api (but dint understand which code script to use and where to use). how to use it with google scripts or any other .any short step by step guidance with sample code is appreciated.thanks
ANSWERED

Getting 500 internal server error with json API

API:35.183.135.20:4321/wiki/English I am getting an internal server error when verifying the API.
ANSWERED

how to receive/parse rich message/image sent by user to facebook messenger chatbot ?

hello, i am trying to make a chatbot and intigrate with faceboook messenger , I wanted to know, if a user sends an image to facebook messenger chatbot, how to retrieve and get this image file detail from snatchbot API ? I suppose, you shall send it in a json detail, how to retrieve/parse the detail regarding this image ? Regards, Anurag [email protected]
ANSWERED

How do I embed video into the bot's conversation?

How do I embed video into the bot's conversation?