This skill enables developers to build powerful n8n nodes using a declarative style, moving away from complex programmatic logic in favor of clear, JSON-based routing configurations. It provides specific guidance on implementing standard CRUD operations, configuring request defaults like base URLs and headers, and managing automatic pagination. By leveraging declarative patterns, developers can efficiently define resource-specific operations, handle nested response properties, and apply dynamic filters, ensuring consistency and maintainability across REST API integrations within the n8n ecosystem.
Key Features
01Automated request defaults for base URLs and headers
020 GitHub stars
03JSON-based routing configuration for REST API operations
04Response processing using postReceive and rootProperty extraction
05Declarative offset-based pagination handling
06Dynamic field visibility control through displayOptions