Been trying to get this working for two days now. I haven’t had uses for web hooks because integrations are really good with other methods in n8n. but man is discord a pain in the ass. I looked at all the documentation, set up tunnel (even tried ngrok and cloudflare too with no luck) Trying to just build a bot with slash commands which means setting up Interactions Endpoint URL in discord. My redirects in oauth section seem to be set correctly, I have created the app and a bot and successfully connected it, but for some reason I cant get the ping/pong response when setting up Interactions Endpoint URL, I always get
`interactions_endpoint_url: The specified interactions endpoint url could not be verified.`
my setup is post method with a respond set to respond to web hook node, which responds with { type: 1 } for the pong, as far as I could tell no auth is needed but it fails no matter what.
any ideas what could be happening?