n8n-nodes-travelcode
v0.1.2
Published
n8n community node for the Travel Code corporate travel platform (flights, hotels, rail, transfers, orders)
Maintainers
Readme
n8n-nodes-travelcode
n8n community node for Travel Code — corporate travel booking and management (flights, hotels, rail, transfers, orders).
Installation
Follow the n8n community nodes installation guide and install n8n-nodes-travelcode.
Credentials
Travel Code uses OAuth 2.0 with PKCE.
Register an OAuth client (returns a client ID):
curl -X POST "https://travel-code.com/oauth/register" \ -H "Content-Type: application/json" \ -d '{"client_name": "My n8n", "redirect_uris": ["<your n8n OAuth callback URL>"]}'In n8n, create Travel Code OAuth2 API credentials with the client ID and connect your account.
Confidential client credentials are available from your Travel Code account manager.
Operations
- Reference Data: List Airports, List Airlines
- User: Get Current User
