Your comments

Hi John,


You will need to open the API and click on "Test API request". Once done giving the values of variables, you will need to fill in the store response object. Click on "open json response" and fill in the data which you need to show as "store response object".

It's done. Sorry for the delay.


In the API json response, there is an array of json values. You've used the store response object as--> $.data.{num}.images.downsized_large.url

This is incorrect.

Correct store object --> $.data[0].images.downsized_large.url


[0] is the 0th element in the json array

downsized_large.url is the image you want to show (similarly this will change if you want a different image to be shown)

You should then have different episodes and make sure to have re-engagement set with specific date/time for it to start. This is the only option.

Once the episode ends and no content/data available, the bot will stop and not restart. If you wish to restart from any other point, use the GoTo Node, this way the bot will restart from any other point you link it to.

The last node in this episode is "Gracias por comunicarte con nosotros!" and this is where the bot stops as expected. What exactly is the issue you are facing then?

At which episode and what instance the bot stops for you? Could you please send me over a screenshot?

Sorry about that Alex. Hope we can help you out in creating your bot for the project. BTW, let me know if you need a template on quiz bot.

So, once you restart the bot, does it stop at any point later? If so, could you please type /remoteGetDetails and send me over the data?

Hi Hugh,


Thank you for choosing Sequel!


I'm afraid there isn't a way to add a delay to wait for customer to answer a question. We have delay feature which can be used between nodes which will just pause the chat for the specified time mentioned and continue further.

I rechecked now and the bot is responding correctly with 2 episodes now published.

Could you please type /restart and then check to see if it plays right?