I'm looking for a way to send recorded voice commands from Home Assistant to a webhook for further processing in n8n. I know there used to be a project called wyoming-webhook that acted as a Wyoming STT server and forwarded audio to an external API/webhook. Unfortunately, the GitHub repo is gone, and I can't find it anymore.
Has anyone here used wyoming-webhook or maybe built an alternative?
My goal is to:
-capture voice commands via microphone in HA (Wyoming Audio),
-send the raw audio to my webhook in n8n,
-forward it to an STT service
-then process the result with an AI agent and return the response to HA as TTS.