Dynamic URLs

Learn how to use session variables in URLs.

Gleap supports dynamic URLs that allow you to pass session data with URLs. This is especially useful to forward customers to user / project specific URLs.

You can use the following placeholders / variables in your URLs:

{{session.userId}}

{{session.email}}

{{session.companyId}}

etc.

All session attributes are available as variables.

An example URL looks like this:

https://example.com/{{session.userId}}/profile

Did this answer your question?
😞
😐
😁