ANSWERED

other languages

Hello, I'm trying to create a bot for a customer service chat in Hebrew. How can I switch the language from English ? tnx M
ANSWERED

Check if the value from Date Extraction is before or after current date

Hi, I'm asking the user to enter the date of birth using the Date Extraction interaction. How do I make sure that the date entered is actually a date in the past, and not greater than the current date?
ANSWERED

Json API

Is there any detailed tutorial for GET and POST data into API using Json API? how it works?
ANSWERED
ANSWERED

Working documentation for Integromat JSON integration

Get: "200 JSON parsing error has occured. Please, make sure your JSON has a correct structure." No matter what I do. I've been floundering with this for a couple of days. I have links to documentation. I have read those. Is anyone using this? Can someone verify that it actually works and point me to the real documentation? I would really appreciate it. Thanks in advance.
ANSWERED

Extraction of Data

Is it possible to extract data that the users give and post it to our API? Meaning, I ask the customer their name, Email ID and whats the purpose of visit(Sales/Support) in 3 different interactions and if the purpose of visit is sales, I would like to move the customer to my CRM - so would like to pass these 2 info(Name and Email) to my CRM through a web hook - is this possible?
ANSWERED

Custom Variable and Broadcast

Hi, I would like to ask the differents users about subscription to specifiques boradcast on FB. I try to do it with the bot in the BotStore (witch is the example of subcription). Problem : This bot use a Custom var "suscribed" Yes/No. When I do it in my Bot, I get something like : - It works for the first interaction : Yes - It doesnt work for the second interaction : No. The problem, is that a message appeard "Such a key is already existing". Could you help me ? Thx :)
ANSWERED

Bot not working on Webchat and Viber but working on Telegram

Hi, I haven't done any changes in my bot but it stopped working on Viber and Webchat today, and it's still working on Telegram. It was still fine and running yesterday. Bot Id: 62380 Thanks, Marlon
ANSWERED

Passing the [attribute=email] instead of the value

Hi, I used JSON API to POST the value of the email to PHP server that has a Infusionsoft integration tha collects email data. In my PHP code, here is a line that receive the POST data $email=$_POST['email']; Now, the problem is: The value of the $email that is saved to Infusionsoft is '[attribute=email]' instead of the email address([email protected]). Anyone encountered this problem?
ANSWERED

Need help. Is it possible to post the questions from excel/databsae/API and verify the user response

Hi, For example, if I want to build a quiz bot, and I have some 200 questions. And I want to post these questions randomly to the user reading from excel/database/API and asking the user select the one right option from the list of 4 options and then verifying it with the correct answer which is also read from excel/database/API. How to achieve this? Any link to read about this will be very helpful. Thanks in advance.