Trigger Website Button Click from Voiceflow Chatbot Button
In my console, running this works perfectly: document.querySelector("#login-button").click();
However, simply pasting the login page URL in Voiceflow doesn’t work since it must be triggered from the main page. Is there a way in Voiceflow to execute this DOM click event (or something similar) when a chatbot button is clicked?
