Webhooks from other websites

Describe the problem/error/question

Can n8n call another websites’ webhooks, if there are any there?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.1.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows

Welcome to the n8n community!

You can call any webhook using the HTTP Request Node. Just make sure you read the documentation of the hook and that you understand the request type (usually GET or POST), and the required request variables.

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