Skip to content

URL replacement params

Latest
Compare
Choose a tag to compare
@2blane 2blane released this 25 May 21:40
· 4 commits to master since this release

Added @param notation to allow urls to be dynamic. You can now put @param inside the URL field. For instance, use https://www.example.com/event/@topic to send something like https://www.example.com/event/Print Done or event/Print Started to a url.
See #10 for more info.