Arma Reforger Discord Webhook

Generate Discord webhook payloads for server notifications and events.

Webhook Settings

Event Types

Player Join

When a player joins the server

Player Leave

When a player leaves the server

Player Kill

When a player kills another player

Chat Message

When a player sends a chat message

Server Start

When the server starts

Server Stop

When the server stops

Generated Payload

{
  "username": "Arma Reforger Server",
  "embeds": [
    {
      "title": "Player Joined",
      "description": "**PlayerName** has joined the server",
      "color": 2278750,
      "timestamp": "2025-12-25T08:23:48.632Z",
      "footer": {
        "text": "Arma Reforger Server"
      }
    }
  ]
}

DISCORD PREVIEW

AR
Arma Reforger ServerToday at 8:23:48 AM

Player Joined

PlayerName has joined the server

How to create a Discord webhook:

  1. 1. Open Discord channel settings
  2. 2. Go to Integrations → Webhooks
  3. 3. Click "New Webhook"
  4. 4. Copy the Webhook URL

Discord Integration for Arma Reforger

Keep your community informed with real-time server notifications in Discord. Webhooks allow you to send automated messages when events occur on your server, without needing a dedicated bot.

Use these payloads with server mods or scripts that support webhook notifications to create a fully integrated server management experience.

Implementation

To use webhooks with your server, you'll need a mod or script that triggers HTTP requests when events occur. Copy the generated JSON payload and modify the dynamic values (player names, etc.) in your implementation.

Discord Webhook Documentation

Need Help with Server Setup?

Check out our guides for setting up mods and scripts on your server.

View Mod Guide