Edge functions to serve Slack slash commands

I want to serve slash commands for a slackbot directly using edge functions. However, edge functions require authentication headers, which slack doesn't seem to support.

Any quick work-arounds for this? I can only think of a proxy server relaying messages with auth tokens injected.
Screenshot_2022-09-12_at_10.49.39_PM.png
Was this page helpful?