ANSWERED

Write third party payment interface

Hello. I need to accept payments in chat bot and it's not PayPal. I read your JSON API documentation and understand that you are using middle server to create response for chatbot. What should i use if i have only api of payment gateway and api of the bot. No server in the middle. How to organize program ? Do you such examples ?
ANSWERED

Minimize Bot

Is there no way to minimize a bot without closing it ? This is because closing it means restarting it
ANSWERED

How to save JSON response data to attribute

Hi, I am using API to get data from my web. Then I want to doing something with this data in next interactions. Is it possible to save this data to attribute? How? I have searched for documentation and question but not found the suitable answer. Thanks and regards
ANSWERED

Start interaction

Hi, I'm trying first steps with the chatbot. I set up a start interaction but before the test bot shows my custom start interaction, it displays: "Hi! Thanks for getting in touch with us on our website. Please send us any question you may have and we will try to get back to you as quickly as we can." Can I somewhere turn this message off? I don't see it in the interactions nor in the schema. Thank you in advance! Micha
ANSWERED

Does JSON API Interaction works on a free account?

Hello, I'm trying to set up a JSON API Interaction, but the request never seems to reach my endpoint. The error response appears right away. I'm using the correct JSON Structure, and I see the request reaching my endpoint while verifying the API address when setting up the interaction; however, once I test it, it doesn't work.
ANSWERED
ANSWERED

How to use multiple bots

Hi All I would like to know whether it is possible to create multiple bots for one business entity. Meaning creating bots that are specific to a funtional area in the business and then be able to connect all these somehow -- So that clients can chat seamlessly within all the bots without knowing ? Thank you
ANSWERED

No Viber shortcart on Channels page

I connected the bot to the Viber account, but on the Channels page there is no message icon that launches a dialogue with the bot in Viber. What to do?
ANSWERED

Snatchbot API returns all messages with the same From field

I'm doing a get on https://account.snatchbot.me/channels/api/api with the app id and secret, querying for a specific user, but all the messages I get are from the same ID, even when I reply from the bot or from Snatchbot Index. Example: ``` { "messages": [ { "cards": [], "date": "2019-11-20T15:11:40Z", "from": "io1", "id": 54019657, "message": "lkjlkj;", "speech": null, "suggested": { "quick_replies": null } }, { "cards": [], "date": "2019-11-20T15:11:10Z", "from": "io1", "id": 54019531, "message": "Hello, an agent will be with you any minute.", "speech": null, "suggested": { "quick_replies": null } }, { "cards": [], "date": "2019-11-20T15:11:08Z", "from": "io1", "id": 54019524, "message": "helpop", "speech": null, "suggested": { "quick_replies": null } } ], "status": true } ```
ANSWERED

how to set webhook for entire snatchbot

Hey guys ! I am trying to set webhook calls to snatchbot from fulfillment section of dialogflow ,as I want to interact from dialogflow to snatchbot . I saw in the "config" section of bots for setting webhook for entire bot . But don't how to do it. any guess ? I know the python flask integrator from this https://www.pragnakalp.com/dialogflow-integration-with-snatchbot-using-python-flask/ won't work for me .