N8N Node Compatibility
Codera converts supported N8N nodes into event-driven serverless infrastructure on AWS. Here's what works today and what's coming next.
Triggers
HTTP entry point for webhook-triggered workflows
Time-based execution via CloudWatch Events
Public form that starts a new execution
Trigger a workflow when another workflow fails
Actions
Outbound API calls with auth and SSRF protection
Send a custom response back to the webhook caller
Data
Data transformation and field assignment
Sort items by field value
Limit the number of items passed through
Deduplicate items by field
Extract data from HTML using CSS selectors
Rename fields in the payload
Parse spreadsheet files (CSV, XLSX, ODS) into structured data
Read and write spreadsheet files
Aggregate items into summary values
Compress and decompress files
Move data between binary and JSON properties
Read PDF files and extract text
Parse and generate calendar files
Logic
Boolean branching with true/false paths
Fan-in barrier — waits for all upstream branches
Filter items based on conditions
Route items to different outputs based on value matching
Flow
Invoke another workflow as a sub-workflow
Pause execution, present a form, resume on submit. Supports authenticated, public, and time-gated modes
Pause execution for a specified duration
Stop execution with optional error message
Integration
Send messages and interact with Slack workspaces
Send emails via SMTP or service provider
Read and parse RSS feeds
Utility
Run custom JavaScript logic
Parse, format, and manipulate dates
Pass-through node for workflow organisation
Generate time-based one-time passwords
Hash and encrypt data
Convert between XML and JSON
Convert between Markdown and HTML
What about unsupported nodes?
Workflows containing unsupported nodes can still be imported — unsupported nodes are safely skipped during conversion, and you can validate which parts of your workflow are compatible before subscribing. As we add support for new node types, your imported workflows will automatically gain access to the expanded coverage.
Ready to try your workflows?
Get Started Free