Home /Docs /Outbound webhooks

Outbound webhooks

POST JSON events to your automation stack.

What it does

When enabled, ModShield POSTs JSON to your HTTPS URL for: case, antinuke, report, threat, watch. Empty events list = all. Optional secret β†’ header X-ModShield-Signature: sha256=… (HMAC-SHA256 of body).

Payload shape

{"event":"case","guild_id":"…","ts":1710000000,"data":{…}}

Works with Discord webhook URLs (embeds not auto-formatted β€” use a bridge if you need Discord embeds) or any HTTP receiver (Zapier, n8n, custom).

Configure

Dashboard β†’ Outbound webhooks. Set enabled, url, optional secret and events array.

← All docs Β· Product overviewΒ· Dashboard