ANSWERED

No persistent menu shown on the Telegram

Dear Aksana, I try to connect my bot to the Telegram Channel. Everything goes smoothly, but the persistent menu is shown neither on Telegram WEB client, nor on the Telegram mobile application. Neither "hamburger" menu, nor text for URL, Send a Message to Bot, and Powered by SnatchBot entries of the menu, defined for the Telegram on the Persistent Menu are not shown on the Telegram clients
ANSWERED

What is error from integromat, cannot send to my bot

Hi, I follow step by step in the guide : https://support.snatchbot.me/docs/third-party-apis-integromat But, It do not work for reponse to chat please help me, I have some pictures. Can I contact Live chat with you ?, I have some more issue to do.
ANSWERED

Formatted Text in Telegram

Sorry for disturbing, it's me again. I can't format my text in bold or italic on Telegram. For example: "Welcome to the bot [b][attribute=first_name][/b]! [i]Have a nice day![/i]" On WebChat the texts appear in bold and in italic as I set, however they appear normal on Telegram. How to fix this in order to make the texts appear formatted also on Telegram? Thanks again.
ANSWERED

Telegram

Hey :) can i use my bots on telegram in any way ? thanks
ANSWERED

Continue with conversation after NLP negative words

Hi guys, me again:) this question might be a bit complicated to ask. Let me make an example: I chose the NLP for negative words. In my conversation I do have the interaction, where my chatbot asks the user "what is your name?". Now if the user writes e.g. "damn" instead of his name, my bot would answer whatever I chose him to answer to negative words. How can I manage that the chatbot will continue with the conversation after this? Thank you so much!
ANSWERED

Basic Rest call to snatchbot agent using python

I am trying to communicate with my bot using http request in python. I am using a post method with 'user_id' and 'message' as parameters. My code is as follows. URL = <my snatchbot url> PARAMS = {'user_id':'1234567890', 'message':'Hi'} r = requests.post(URL, params=PARMAS) print r.text I am getting the welcome response for the first time and for all subsequent http calls I am not getting any response. The response is blank. Can someone pleases help me with this?
ANSWERED

When will Whatsapp open their platform?

At the DLD conference, Munich in early 2016, Jan Koum, co-founder of Whatsapp announced that they will be opening up their platform for third-party integrations but did not specify when they will be doing so.
ANSWERED

WhatsApp application

Can I use bot on WhatsApp application ?
ANSWERED

Go to another interaction automatically

Hey everybody! I'm quite new to snatchbot and I'm building my first chatbot at the moment. I'm trying to let the bot go to another interaction automatically without any user response. I know that I can use the chat bubbles with instant or delayed response. But I need to go to another interaction instead of creating another chat bubble. Is there a way to solve that? Thanks in advance. Sam
ANSWERED

Setting Values for Custom Attributes and Sending it to JSON API

Hi, I have a JSON interaction, in which i created some attributes using "configure" tab. Values of these attributes are set based on the previous interaction response using below [responseTo interaction=1245428 fallback=Something Went Wrong] Then i configured it to be send to JSON API. It works and value is successfully passed but problem is that when user rerun the flow of pass through same interaction and again goes to same JSON API, it sends the same value of attribute no matter what value was set.