Back to All

Split responses from json api

Hi,

Is there a possibility to split the responses to multiple chat bubbles which are sent via json API

example: I have to send responses as 2 separate chat bubbles. The following code is within my custom API file.

$respond_message = "We could not find your email address.";
$respond_message = "Please recheck the email address!";

I need to display both messages in the chat as separate chat bubbles

Thank you