Slack Webhook Alert Dispatcher

Use when notifying engineering or project teams inside Slack.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/notify/slack
{
  "webhook_url": "https://hooks.slack.com/services/...",
  "text": "Deploy complete."
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/notify/slack -m POST -b '{"webhook_url":"https://hooks.slack.com/services/...","text":"Deploy complete."}'

Not for

Do not use for interactive Slack app commands.