ANSWERED

Custom variable or Attribute

Hello, Is it possible to set a attribute or a custom variable from my backend, through a response or API, for example customerAge.
ANSWERED

Can I make the chatbot text area fullscreen?

I want to embed the code into an HTML site and make the chat feature the entire screen, as opposed to simply a chat box on the side. Is this possible? Thanks in advance!
ANSWERED

Where can I find the short code or code for automatically recognizing a users' name on messenger? ie: Hi there {{user_firstname}} if Hendrik Hi there Hendrik!

Example: ie: Hi there {{user_firstname}} if Hendrik Hi there Hendrik!
ANSWERED

Not able to publish a bot (error)

Hi, I am not able to deploy a bot even though it is published and ready to go. On our website we just get the error: "Error connecting to the bot: network connection lost or this bot has been unpublished by its creator." The bot is "ABM-palvelubotti" on our profile. Do you know why this is or how we can get the bot published on our website? I already searched for guides for a few hours, but there doesn't seem to be a guide covering this issue on Snatchbot site. I am happy to provide you with more information if you need it. Thank you, Atte
ANSWERED

Dialogflow dont work. Help me.

Can you help me ? I want to make a integration with dialogflow and API JSON function of Snatchbot but i follow the next error: File "C:\Users\alejandro.avila\Anaconda3\lib\site-packages\google\api_core\grpc_helpers.py", line 57, in error_remapped_callable return callable_(*args, **kwargs) File "C:\Users\alejandro.avila\Anaconda3\lib\site-packages\grpc\_channel.py", line 824, in __call__ return _end_unary_response_blocking(state, call, False, None) File "C:\Users\alejandro.avila\Anaconda3\lib\site-packages\grpc\_channel.py", line 726, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.INVALID_ARGUMENT details = "Input text not set." debug_error_string = "{"created":"@1578929315.116000000","description":"Error received from peer ipv4:172.217.172.10:443","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Input text not set.","grpc_status":3}" You follow some example for this integration ?. Really i need help for the bot.
ANSWERED

Embedding mailto: hyperlink in bot statement

I am trying to embed an email address in one of my bot statements which would allow users to click on the email address and open their webclient (similar to how an <a href="mailto:[email protected]">[email protected]</a> would work). Is this possible?
ANSWERED

Chatbot Not working Properly on Mobile

Hi, My chatbot is not working properly on mobile, everything is good on Desktop. I have attached screenshot for reference.
ANSWERED

Can I integrate my bot on an AMP website ?

Dear sir or madame, I want to use my snatchbot on an GOOGLE AMP website is it possible ? Best Regards
ANSWERED

Add calendar for appointment booking

Hi how i can ad calendar from where user can select date and time for an appointment the
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.