ANSWERED

Attribute as Custom Variable

Connecting my bot through Webhooks to Integromat, I can get an user id. How can I pass this attribute as a custom variable? In this way I could implement the following "if statement": If User ID is equal to 1234567, then go to This Interaction". How i would like my bot to work: The user writes /start and ONLY the first time, his/her User ID will be sent to my Google Sheets Spreadsheet. When the user presses a button, through an if statement, some users will skip an interaction and he/she well be redirected directly to another interaction. How can I do that through Integromat? Thank you. I already managed to get the user id of the user through the Webhooks, I would need to know how to pass it as a custom variable, thank you.
ANSWERED

problems connecting to Facebook channel

Hi, As above please see message below: Warning Can't load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.
ANSWERED

Bot doesn't working on Telegram groups

Hi, i'm developing a chatbot for groups, but when I add it doesn't works
ANSWERED

Account deletion method?

Account deleted.
ANSWERED

Redirect Facebook Messenger Channel Button

Hi. I'm currently using Manychat as my Facebook Messenger bot. I like it, but it doesn't support website use. I'd like to use Snatchbot for that. Is their a way to redirect the channel button at the top of the webchat messenger to go my Manychat bot URL? Thank you.
ANSWERED

Rich Card picture size

What is the ideal dimensions for a pictured displayed in the rich cards?
ANSWERED

Skype bot not sending messages

Hello, I'm having issues with skype bot's not being able to work properly. The bot's can receive messages but cannot send any. I've enabled the ability for the bot to send messages in azure but it's still not sending any messages. Anyone have an idea what could be the problem?
ANSWERED

New line

I am sending messages through Json API, but I cannot find a way to move to a new line. I tried <br>, but it is not rendered as a html tag. I tried \n , and it worked this morning, but not anymore. Can you help me?
ANSWERED

how to take user inputs and calculate

I am using a chatbot to caculate based in user input. User input 1 = 6 Use input 2= 7 I want to multiply the numbers and show the value back to the user in chatbot. How to do it>
ANSWERED

Address Validation

Hello, I am trying to build a food ordering chatbot using Snatchbot. The Restaurant is only available in a single city, Is there any way for me to validate that address such that only people with addresses in the particular city can go through and order. I will be deploying this in Facebook. Can this be done? Thank you!