Accessing a recipient in a typology rule
At the moment, we have a typology rules (type: control) which rewrites all the URL's and adds some url parameters to it. This is done in javascript
As an improvement, we wish to add a hashed customer number as a url parameter to the URL.
Therefor I need to access the recipient.cryptedAccountId but I don't know how to acces a recipient in my javascript of a typology control rule.
Can someone provide a solution on how to add the cryptedAccountId to each URL?