
Announcements
Hi,
I did like to use URL to calling flow and return a confirm page in html format then close in few seconds.
How can do that?
Thanks!
Hi,
In order to do that you first need to create the HTML and CSS inside a compose.
Then using the response item make sure to set the Headers as Content-Type : text/html, after that just put the HTML in the body of the response.
Once you access the URL, you will be presented with the HTML page. However, the window will not close automatically.
Regards
Iván Godoy