Monday Webhooks in n8n

Hi guys,
I’m new to n8n but has some experience in make.com. I was trying to connect monday webhook inside n8n. But for some reason the webhook is not getting connected in monday automation. It was easier in make.com but I’m getting error in n8n.

Describe the problem/error/question

Error while connecting monday webhook in n8n to trigger on events.

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:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @Fideo
Welcome to community

1 Like

This looks like your Monday.com webhook isn’t verified yet. Quick fix: use a Respond to Webhook node to return the exact challenge string Monday sends for verification. I’ve shared a sample workflow–run it once, connect the webhook in Monday.com, and after it verifies and events start coming through, you can remove the Respond node.

1 Like
2 Likes

Thanks for responding. I will try this method and get back to you.

1 Like

Thanks man. It worked!!!
You saved me a lot of time. I was searching through YouTube and couldn’t find a single solution.

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