ANSWERED

Pass Parameters to URL

How Could i implement the bot to send data parameter like color , size, price values from conversation into URL that navigate to website with these parameters ? any hints will help Thanks a lot
ANSWERED

Custom Variable and Arithmetic Calculations

Hello guys, I found this on your website under the tutorial for creating Custom Variables. Example 1 Interaction 1: Hi! Let’s divide three numbers. Please pick your first number. Interaction 2: Great! Pick a second one. [customVar A=[responseTo interaction=1]] Interaction 3: Excellent, and now the third one. [customVar B=[responseTo interaction=2]] Interaction 4: The result is [DIV [[showVar=A], [showVar=B], [responseTo interaction=3]]]. This is the exact kind of bot that I want to create but when I follow the same coding the bot is not actually extracting the number input. I even copy, pasted the exact example in my bot to check if I was doing it wrong. But even for the example, "The result is [DIV [[responseTo interaction=1, [responseTo interaction=2, [responseTo interaction=3]]]." this was the final output that the bot gave me when I tested it. Can you guys please check on it and guide me accordingly as to how can I make the bot recognise the customer input number and do the division accordingly. I even tried checking your templates and looking for video tutorials, I had no luck in finding any that actually recognises the number input and does the division. It would be really helpful if you could help me on this. Thank you!
ANSWERED

Requires pages_messaging_subscriptions permission to manage the object

When I try sending a broadcast, I get lots of errors that say "Requires pages_messaging_subscriptions permission to manage the object" My page does have the subscription permission. Do you know why this error is happening? Thanks
ANSWERED

The bot does not open automatically

Hi, I implemented the bot in my website with the "allow automatic open" enabled. As expected the last parameter of Init(...) is "1". But unfortunately the bot does not open automatically. Tested on multiple computers with firefox, edge, chrome, safari. All the same... not opening automatically. KR Jan
ANSWERED

Technical problem with Snactchbot and Facebook?

Hi! My bot is not responding on Facebook, despite I haven´t change anything... is there any technical problem with Snactchbot and Facebook now? Kind regards!
ANSWERED

Facebook Messenger chatbot ban

I love your service, but like to hear your thoughts on the recent chatbot ban by Facebook. https://chatbotsmagazine.com/critical-announcement-facebook-messenger-is-not-allowing-new-bots-temporary-4a13d12ed76 Will this effect the future of Snatchbot? Another more practical question: how do you add emojis to messages? For instance :) stays text. Thanks in advance, Arthur
ANSWERED

copy bot from another user

Can I copy a bot from another user to customize for my own use?
ANSWERED

Getting response {"error":"Access denied","status":false} when making API calls

I am trying to make the below request. GET https://snatchbot.me/channels/api/api/idxxxx/appxxxxxx/apsxxxxxx?user_id=29:<user id>&message_id=<message id> I followed the steps mentioned in https://support.snatchbot.me/discuss/5b46e31e64ebb10003093fd4 still Postman still returns the below {"error":"Access denied","status":false} Could you please give insights on what else could be wrong. Thanks, Vignesh.
ANSWERED

NLP training time too long

Hi, I am trying to train a new custom NLP model. It is been running for 2 hours for just 7 samples. Does this usually take so long to train a single model?
ANSWERED

JSON API interaction doesn't send API request to inputted URL

We made a simple test bot to try out a JSON API interaction. (The bot ID is 55426.) In the second interaction, we used our API endpoint https://epluribus.io/unumbackendsnatchbot, which has a valid response on Postman. We copied this response from a weather example in the documentation (http://api.openweathermap.org/data/2.5/weather?q=London&units=metric&APPID=3dd56b9c2b2dc702d326f13bc0859ca7). However, the request is not being made -- we verified this by checking the console logs. We can't figure out what we're missing. Can you help??