Notification - Templates - Adding an example of how to use URL encoding with tokens

pull/2125/head
dgtlmoon 4 months ago
parent c4d7eff56d
commit c7e97e575b

@ -118,6 +118,9 @@
<p>
For JSON payloads, use <strong>|tojson</strong> without quotes for automatic escaping, for example - <code>{ "name": {{ '{{ watch_title|tojson }}' }} }</code>
</p>
<p>
URL encoding, use <strong>|urlencode</strong>, for example - <code>gets://hook-website.com/test.php?title={{ '{{ watch_title|urlencode }}' }}</code>
</p>
</div>
</div>
<div class="pure-control-group">

Loading…
Cancel
Save