Your comments

Hi Vladimir,


Thank you for bringing this to our attention. Could you please provide us with more details so that we can debug this and fix the same?

Vladimir,


You will need to contact Kik at bots@kik.com to know more about the requirements for a bot to be featured in Bot Shop.

Hi Vladimir,


It usually takes 2-3 working days for Kik to review the bot.

Once all the data are stored in variables, use the GoToNode back to the API.

If you haven't seen the videos, they will pop up while you're editing and will stop once all have been seen.

Hi Manuel,


We are currently in the process of getting the documentation for Carousel node which will be added here soon.

Let me know if you need any help with this.


Hi Lucile,


Could you please email at help@onsequel.com with your bot details and we'll be able to debug further and help you out?

Hi Adnan,


Sorry for the delay in response. I had a look in to the API request that you are using. There seems to be a minor error which is causing the error with API.


Actually for POST request there are different ways in which you can send the body of the request namely text/plain, application/json, application/xml, form-data etc. For an API to work properly, you will need to send the body in the format specified by the API provider.


In this case, you have specified header "Content-type = application/json" which means that the API is expecting the body in this particular format. But, you've selected "form-data" which is causing the request to fail.


So, basically you will need to select the raw-body option and in the text box put the proper json formatted body and choose request type as application/json and just test it will work.


I have attached the screenshot for your reference. Let me know if you need any further help.


Keep building your next transformers on onsequel.com :)


Screen Shot 2016-10-12 at 11.20.44 am.png

Hi Nguyen,


The Menu feature is currently not available at onsequel. This is in the final stage of our development and will be rolled out to all user's soon.