Webhook Trigger in n8n
From the n8n cheat sheet ยท Triggers ยท verified Jul 2026
Webhook Trigger
HTTP endpoints for external events
yaml
# Webhook Configuration
HTTP Method: POST
Path: my-webhook
Authentication: Header Auth
Header Name: X-API-Key
Header Value: your-secret-key
# URLs
Test: https://your-n8n.com/webhook-test/my-webhook
Production: https://your-n8n.com/webhook/my-webhook๐ Always enable authentication for production webhooks
๐ก Test URL has live debugging, prod URL always listens
โ ๏ธ Changing path changes URL - update external services!
๐ Max payload size is 16MB