Add option to parse Template result as JSON before sending

This commit is contained in:
Nick O'Leary
2017-01-25 17:12:53 +00:00
parent 4affbb8c6b
commit d008b1970c
3 changed files with 24 additions and 7 deletions

View File

@@ -168,8 +168,10 @@
"property": "Set property",
"format": "Syntax Highlight",
"syntax": "Format",
"output": "Output as",
"mustache": "Mustache template",
"plain": "Plain text"
"plain": "Plain text",
"json": "Parsed JSON"
},
"templatevalue": "This is the payload: {{payload}} !"
},