Back to All

Automatically redirect to a specific interaction after JSONAPI response

Hi, I'm trying to create an automatic conditional jump from one interaction to another after a JSONAPI response. By automatic, I mean without user interaction.
I need to validate some user input and based on the input, give an error message in case of error or redirect him to another interaction automatically if everything went ok.

I was able to successfully call my API using JSONAPI interaction, validate the data and give the appropriate error message, but when the data is correct, I could not find a way to redirect the user to another interaction without an input.

Is there any way to accomplish this?

I'm open to suggestions using webhooks, JSONAPI calls, and even the Post message API.