ANSWERED

Rss Feed Sends Duplicate post

I got a question about how come my chatbot sends me the same rss feed item twice. Is it possible to set it up to only send out once?
ANSWERED

Cards and adding an image

Hi, I'm trying to add images to cards that I created. When I add the images URL, it doesn't show the image at all. I've tried a variety of images. I can add an image as a bot avatar, but it will not allow me to add it to a card. What could be the issue? Thanks and I await your reply
ANSWERED

Web Bot Works Fine but Facebook Does Not

Am I missing something here? Web Bot Works Fine but Facebook Does Not? Facebook does not accept any input of clicking of buttons?
ANSWERED

Extraction chat data to SQL server

How can we Extraction chat data to SQL server? Can we automate this process?
ANSWERED

pages_messaging_subscriptions error

Hi, While trying to send broadcasts, I was seeing some erros that the bot doesn't have "pages_messaging_subscriptions" permission. But how come? I granted the bot full roles while adding it to my profile. How can I fix this or is this ow you set your bot app to work?
ANSWERED

How is POST parameters sent in web-hooks

I was trying a webhooks and check the documentation part, the URL is triggering for webhooks but I am not receiving any Parameters (ip, data, time). The main question is how are the parameters created and how I can receive it. P.S - I am using .Net Web API
ANSWERED

Add a PDF file

I want to add a PDF file to my snatchbot and also allow my users to both view the PDF and download it, if they wish to. How do I do it?
ANSWERED

Language change

Do i have to put the NLP in the language i want my bot to respond in? or do i just select the language and the bot does the translating itself?
ANSWERED

Bot stopped working in Viber

My bot suddenly stopped working in Viber. The bot is still configured in Viber platform but it doesn't reply when I send a message. Bot Id: 62380
ANSWERED

How to wait for multiple user responses?

I've seen a chatbot before that tells the user to type as many messages as they need (to compose a "letter") and then type "done" when they're finished. The bot then concatenates all of the messages sent before "done" to make the letter. Is this possible with SnatchBot?