Discord Webhook Relayer

Use to dispatch status alerts to a Discord server channel.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/notify/discord
{
  "webhook_url": "https://discord.com/api/webhooks/...",
  "content": "Alert: balance low!"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/notify/discord -m POST -b '{"webhook_url":"https://discord.com/api/webhooks/...","content":"Alert: balance low!"}'

Not for

Do not use for building interactive Discord slash command bots.