Building a Slackbot on Cloudflare Workers This code is based on https://github.com/codewithkristian/workers-slack-bot Install npm install Setup wrangler secret put SLACK_WEBHOOK_URL Develop npm run dev Deploy npm run deploy