Introduction to Webhooks

Webhooks require an Premium workspace membership plan.

Webhooks in Sentinel allow you to create custom integrations with other services or self-hosted tools, giving you flexibility in how you handle moderation events outside of the platform. By utilizing webhooks, you can automate tasks or trigger external actions whenever key events occur in your community.

Available Webhook Events

Currently, Sentinel supports a few main events for webhook triggers:

  • GAME_BANNED: When a player is banned from a game.

  • GAME_UNBANNED: When a player is unbanned from a game.

  • DISCORD_BANNED: When a player is banned from the discord.

  • DISCORD_UNBANNED: When a player is banned from the discord.

    • This event is only fired when they are unbanned via Sentinel Commands!

Use Cases

How you use webhooks is entirely up to you! Here are a few potential use cases:

  • Notifications: Send real-time alerts to your custom dashboard or communication channels when a player is banned or unbanned.

  • Automated Reporting: Automatically log ban/unban events into your self-hosted tools for analytics, record-keeping, or moderation oversight.

  • Cross-Service Integration: Use webhooks to synchronize ban actions across multiple platforms, ensuring that players banned in one game or service are reflected in others.

Webhooks provide a powerful way to extend Sentinel’s moderation capabilities to external systems, allowing you to tailor actions to suit your community's needs.

Last updated