How to automatically open a link in new tab

How to automatically open a link in new tab at the end of Rasa form without clicking any link?

Welcome to the forum :slight_smile:

Since you have not provided what your front-end is, I will assume it’s a JavaScript app.

Anyway, this question is not related to Rasa but to web development (or mobile development - you haven’t said what your front-end is).

For JavaScript, use window.open(URL, '_blank').