Discord Interactions Endpoint URL validation

I receive an error when I attempt to validate a functional webhook URL in discord.
This is happening both for the production and test url.

The error is:

Validation errors:
interactions_endpoint_url: The specified interactions endpoint url could not be verified.

My workflow:

Output from final node:
data

|Error: no url parameter|

Information on my n8n setup

  • n8n version: 1.49.0
  • Database (default: SQLite): default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**docker
  • **Operating system:**CasaOS

Hey @blade567890,

Welcome to the community :cake:

Doesn’t Discord require that the endpoint urls for validation sign the request? I can’t see anything in your workflow that would be doing that.

Below is an example workflow that does this using a community node (only available on self hosted installs).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.