Skip to main content

Webhook Events

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).

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