I think you shou8ld have a way to write to webhook a minimal line SO for example if OverrideDiscordEntry = "" then it works as is but what if you had one of the below and it is on ONE LINE (with replaceable parameters designed into the mod) not separated by CRLF.
Replaceable Params
{player}= player name
(steamid} = player steam ID
{status} = "Enabled" or "Disabled"
{server} = steam://connect string
{location} = Location they are when it happened
{playerState} = "walking" or "flying"
{playerVanish} = "invisible" or "visible"
SO one could state this in the config:
OverrideDiscordEntry = "Player {player} {status} Admin Radar while {playerState} at {location}."