I’d like to create custom URLs for partners / customers. What I want to achieve is to build a knowledge base where partners of us can login and find their help articles including related affiliate URLs. Those URLs always contain a unique identifier that I would like to replace dynamically based on a custom value coming from the partner / customer list.
An URL could look like this for example in the source code
https://www.example.com/superproduct?partnerID={%customer_value1%}
and like this resolved
https://www.example.com/superproduct?partnerID=12345
Is that possible with Zammad?