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 channelmember.joined— A user joined the servermember.left— A user left the servervoice.joined— A user joined a voice channelvoice.left— A user left a voice channel