The clean option in the Deeplinks App removes every special character from the used parameters in URLs.
Example:
- You have an article number which is stored as 123.456
- the clean option will include the content of the parameter in the URL without special characters -> 123456
Let's assume you want to open your webshop with the article number which is stored in ticket customfield with the ID 36000000123. Your configured URL would look like this:
- https://shop.yourdomain.com/articles/{{ticket.customfield_36000000123}}
Clean mode TRUE
https://shop.yourdomain.com/articles/123456
Clean mode FALSE
https://shop.yourdomain.com/articles/123.456
Comments
0 comments
Please sign in to leave a comment.