The above values for the HTTP response body doesn't work
{ "error": { "root_cause": [ { "type": "parse_exception", "reason": "unexpected field [fields]" } ], "type": "parse_exception", "reason": "could not parse [webhook] action [myalert]. failed parsing http request template", "caused_by": { "type": "parse_exception", "reason": "could not parse http request template. could not parse value for [body] field", "caused_by": { "type": "parse_exception", "reason": "unexpected field [fields]" } } }, "status": 400 }
we just allow static text or mustache templates right? @uboness
Or am I missing something here?