JSON Webhook Doesn’t Work
-
I created a JSON Webhook and while the notification is triggering the resulting JSON output is broken. It seems as though the ability to use merge tags with the JSON Webhook pretty much breaks all JSON formatting.
Here is an example of the JSON I’m trying to send:
{ "attachments":[ { "text":"A new plugin was activated at {plugin_activation_date_time}", "color":"warning", "fields":[ { "title":"Plugin Name", "value":"<{plugin_url}|{plugin_name}>", "short":true }, { "title":"Plugin Version", "value":"{plugin_version}", "short":true } ] } ] }
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘JSON Webhook Doesn’t Work’ is closed to new replies.