Skip to content

Settings Log Line Webhooks

ElGuillermo edited this page Oct 12, 2024 · 7 revisions

Table of Contents

Log Line Webhooks

Examples

Single Channel

{
  "webhooks": [
    {
      "log_types": [
        "MATCH ENDED",
        "ADMIN PERMA BANNED",
        "ADMIN BANNED",
        "TK AUTO KICKED"
      ],
      "webhook": {
        "url": "https://discord.com/api/webhooks/...",
        "user_mentions": [],
        "role_mentions": []
      }
    }
  ]
}

Specify Multiple Channels and Types

{
  "webhooks": [
    {
      "log_types": [
        "ADMIN",
        "ADMIN ANTI-CHEAT",
        "ADMIN BANNED",
        "ADMIN KICKED",
        "ADMIN MISC",
        "ADMIN MISC",
        "TK AUTO",
        "TK AUTO BANNED",
        "TK AUTO KICKED",
        "VOTE STARTED",
        "VOTE PASSED"
      ],
      "webhook": {
        "url": "https://discord.com/api/webhooks/...",
        "user_mentions": [],
        "role_mentions": []
      }
    },
    {
      "log_types": [
        "ADMIN PERMA BANNED"
      ],
      "webhook": {
        "url": "https://discord.com/api/webhooks/...",
        "user_mentions": [],
        "role_mentions": []
      }    
    }
  ]
}

See this video to learn how to create a webhook.

HLL Community RCON

Getting Started

Additional Setup

Server Provider Setups

User Guide

User Guide : Autosettings

User Guide : Admin interface

Developer Guides

Help

Other

Clone this wiki locally