mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
aa4a26d42c
Webhooks weren't being sent because the grouped alert message contained actual newlines which broke JSON parsing in custom templates. Changed to use escaped newlines (\n) which work properly in JSON strings.