From aef38b945d1956e21a1a767f02981f217943e13e Mon Sep 17 00:00:00 2001
From: dceejay When configured within the node, the URL property can contain mustache-style tags. These allow the
url to be constructed using values of the incoming message. For example, if the url is set to
- example.com/{{topic}}
, it will have the value of msg.topic
automatically inserted.example.com/{{{topic}}}
, it will have the value of msg.topic
automatically inserted.
+ Using {{{...}}} prevents mustache from escaping characters like / & etc.
The output message contains the following properties: