> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magne.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Events

> Event types and payloads delivered via Magne webhooks.

# Webhook Events

<Info>
  **This section is under construction.** Outbound webhook events (server → your
  service) are a planned feature. Currently, webhooks only support inbound
  message delivery (your service → Magne channel).
</Info>

## Current Capability

Webhooks currently support one operation: **sending messages to a channel**. The webhook acts as a message author with a custom name and avatar.

## Planned: Outbound Events

Future webhook versions will support subscribing to events and receiving payloads at your URL:

* `message.created` — A new message was sent in a channel
* `member.joined` — A user joined the server
* `member.left` — A user left the server
* `voice.joined` — A user joined a voice channel
* `voice.left` — A user left a voice channel
