Landing Page Auto Signup
Automatic Instant Signup Documentation
This documentation provides instructions on how to use the Automatic Instant Signup feature for leads opting in via the SystemHubs funnels system. The feature allows for easy signup using various parameters in the URL.
In the landing page module under Redirect URL, please use one of the following parameters for instant signup:

Signup URL Formats
1. Email Only
To sign up a lead using only their email address, use the following URL format:
https://yoursystem.com/magic-auth?email={{lead.email}}
2. Email and Name
To sign up a lead using both their email address and name, use the following URL format:
https://yoursystem.com/magic-auth?email={{lead.email}}&name={{lead.name}}
3. Email with Internal Redirect
To sign up a lead using their email address and redirect them to an internal page after signup, use the following URL format:
https://yoursystem.com/magic-auth?email={{lead.email}}&redirect=/funnels
4. Email with External Redirect
To sign up a lead using their email address and redirect them to an external website after signup, use the following URL format:
https://yoursystem.com/magic-auth?email={{lead.email}}&redirect=https://www.google.com/
Last updated