n8n-nodes-envia
v0.2.0
Published
n8n community node for Envia shipping API (envia.com) — rates, labels, tracking, and more for Latin America
Maintainers
Readme
n8n-nodes-envia
This is an n8n community node for the Envia shipping API. It lets you use Envia directly in your n8n workflows to manage shipping across Latin America and beyond.
Envia connects your application to 100+ shipping carriers (FedEx, DHL, UPS, Estafeta, and many more) through a single integration.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-enviaand click Install
Operations
Address
- Validate by Postal Code - Validate a postal code and get city/state information
- Validate by City - Look up a city to find available postal codes
Carrier
- List - List available shipping carriers for a country (domestic or international)
Shipment
- Get Rates - Compare shipping rates across multiple carriers
- Create Label - Purchase a shipping label and get tracking number + PDF
- Cancel - Cancel a shipment and void its label
- Track - Track one or more packages by tracking number
- Get History - List all shipments created in a given month
- Schedule Pickup - Schedule a carrier pickup at an address
Customs
- Classify HS Code - Classify a product into a Harmonized System code for international shipping
- Create Invoice - Generate a commercial invoice PDF for international shipments
Credentials
You need an Envia API key to use this node.
- Sign up at Envia Sandbox (testing) or Envia Production
- Go to Settings > Developers in your Envia dashboard
- Copy your API key (JWT token)
- In n8n, create new Envia API credentials
- Paste your API key and select the environment (Sandbox or Production)
Environments
| Environment | Purpose | |-------------|---------| | Sandbox | Testing and development - no real charges | | Production | Live shipping - creates real labels and charges |
Compatibility
- Tested with n8n version 2.8.3+
- Works as an AI tool (
usableAsTool: true) for AI agent workflows
Resources
- Envia API Documentation
- Envia API Reference
- Envia MCP Server - for AI assistants (Claude, Cursor, etc.)
- n8n Community Nodes Documentation
