n8n-impl-webhooks
Installation
SKILL.md
n8n Webhook Implementation
Quick Reference
| Aspect | Details |
|---|---|
| Trigger node | Webhook |
| HTTP methods | GET, POST, PUT, PATCH, DELETE, HEAD |
| Test URL | <base>/webhook-test/<path> |
| Production URL | <base>/webhook/<path> |
| Response modes | 4 (Immediately, Last Node, Respond to Webhook, Streaming) |
| Auth methods | 4 (None, Basic Auth, Header Auth, JWT Auth) |
| Payload limit | 16MB default (N8N_PAYLOAD_SIZE_MAX) |
| Response node | Respond to Webhook (8 response types) |
Critical: Test vs Production URLs
ALWAYS understand the two-URL system before deploying webhooks:
Related skills