N8N Node Compatibility
Codera is fully compatible with n8n's visual workflow format. Import your existing workflows and deploy them as production AWS infrastructure. Here's what's supported today.
Triggers
HTTP entry point for webhook-triggered workflows
Time-based execution via CloudWatch Events
Public form that starts a new execution
One-click execution with mock data support
Trigger a workflow when another workflow fails
Lifecycle event trigger for activate, update, and init events
Entry point for sub-workflow invocations
Poll RSS feeds and trigger on new items
Actions
Outbound API calls with auth, retries, and SSRF protection
Send a custom HTTP response back to the webhook caller
Send emails via SMTP with TLS auto-detection
Fetch and parse RSS and Atom feeds
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 with sum, count, min, max, average, and more
Extract and split array fields into separate items
Group and summarize data with multiple aggregation operations
Compare two input sets and route matches, differences, and uniques
Compress and decompress files (gzip, zip)
Move data between binary and JSON properties
Convert JSON data to file formats
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
Pause execution for a specified duration
Stop execution with an error message
Save custom key-value data to the execution record
Integration
Send messages and interact with Slack workspaces
Manage repositories, issues, and pull requests
Create and manage Jira issues and projects
Read and write Notion pages and databases
Read and write Google Sheets data
Interact with Airtable bases and records
Manage Salesforce records and objects
Manage contacts, deals, and marketing in HubSpot
Manage payments, customers, and subscriptions
Send messages and manage Discord servers
Send messages and interact with Telegram bots
Generate text, images, and embeddings via OpenAI API
Upload, download, and manage S3 objects
Send transactional emails via Amazon SES
Upload, download, and manage Google Drive files
Partial support uses a generic HTTP handler. These integrations work for common API operations. Dedicated handlers with full feature parity are on the roadmap.
Utility
Run custom JavaScript logic in a sandboxed VM
Parse, format, and manipulate dates
Pass-through node for workflow organisation
Read PDF files and extract text content
Generate ICS calendar event files
Generate time-based one-time passwords
Hash, HMAC, sign, and encrypt data
Convert between XML and JSON
Convert between Markdown and HTML
Record automation time savings per execution
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 migrate your workflows?
Get Started Free