Skip to content

Files

Latest commit

9626378 · Apr 6, 2025

History

History

webhook

Mix Space Core Webhook SDK

pnpm install @mx-space/webhook

Usage

const handler = createHandler({
  secret: 'your_secret',
})

ctx.server.post('/mx/webhook', (req, res) => {
  handler(req.raw, res.raw)
})

handler.emitter.on(event, callback)

MIT