ANSWERED

Specific api url and response setting

I am trying to use as "Kakaotalk" smart chatting's backend. To integrate I need below urls. Specification Method : GET URL : http(s)://:your_server_url/keyboard Content - Type : application/json; charset=utf-8 curl -XGET 'https://:your_server_url/keyboard' Response FiledName Typr Required Desc Keyboard Keyboard Required Info for Keyboard Area Response Example. { "type" : "buttons", "buttons" : ["option 1", "option 2", "option 3"] } Can I do with snatchbot? https://center-pf.kakao.com/
ANSWERED

Keep Custom Attributes persistent

Hi, is it possible to keep Custom Attributes persistent, so I can keep data related to a user between the different sessions? For example, a customer purchase an Unlock features in the Bot and paid for that, I need to keep record of it so he can always access to the upgraded features. Thanks. Best. Alain
ANSWERED

embed Vimeo vídeos not working properly

Hi! It seems that embedding videos from Vimeo is no longer working correctly. The video is embedded in the chat bot window without any frame or player controls. Is Vimeo no longer supported? Thanks
ANSWERED

Can't Get Signed Up

Every time I enter an email, the "Email" field turns red as if my email is invalid? I've tried different browsers and emails, no luck.
ANSWERED

Assigning Multiple custom values to options

I have assigned custom values at the beginning of the chat. I have assigned 3,5,6 to each of Cab, Bus, Bike. [customVar cab=3] [customVar bus=5] [customVar bike=6] [customVar total=10] 1. How can I assign these values to quick reply or blocks option - cab,bus,bike 2. Add them to the total [customVar total=[ADD [[showVar=cab]]]]
ANSWERED

Can't unpublish from Facebook or delete bot

I had errors publishing my bot (I hadn't configured all the permissions correctly after using a test page) Now I can't unpublish or delete the bot. I have tried removing the business integration from the Facebook side and reauthenticating but with no luck. Error on unpublish: {"error":17} Error on delete (for whole bot): {"error":4}
ANSWERED

JsonAPI with user attributes

The Json Interaction sends the following parameters: bot_id, user_id, module_id, chanel and incoming message. If I added a user attribute to the Json interaction, How should I receive it in my service?
ANSWERED

Await response - handling no agent

Is there a way to handle transfer to a live agent when no-one is available? Ideally, some way of returning to the bot to capture email address and question if no live agent answers within xx minutes.
ANSWERED

Do we really need to upload a custom icon to make a bot?!

I think it is silly to require users to upload a custom icon for each bot. I just spent a few minutes searching the web to find an icon. My goal is to build a bot, not choose icons. I suggest having a set default of icons to choose from or using a placeholder icon if none is selected.
ANSWERED

Closing the bot

Hi, is there any option to close the bot/bubble? After finishing the conversation i want that the user can close the bot/bubble and not be displayed anymore.