I can't figure out how to build the JSON for an HTTP Post:
ie, this doesn't work where [somevariablehere]. How do I manually concat what I want to post along with some dynamnic variables?
{
"color": "green",
"message": "(awesome) [somevariablehere] ",
"notify": false,
"message_format": "text"
}