Chatbot
Settings
Tracking Scripts
2min
tracking scripts is a js script that is read after the chatbot collected a lead how can i redirect the user to a webpage after collecting the lead? to redirect the user to another page after the user leaves his contact details, you can add this code to the tracking script field, under webhooks and integrations docid\ ykzn6zkg8t31to5c0po0m change the url accordingly window\ location href= 'https //serviceform com'; crm integrations if you have a crm integration, you might want to consider waiting a bit before the task proceeds this way you will guarantee that the information had 'time' to get to the crm read more below if you want the user to wait for a bit, just try adding a settimeout settimeout(function(){ window\ location href= 'https //www serviceform com'; }, 2000); don't forget to change the url accordingly, you can also change the timeout (now it will redirect after 2 seconds)