New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

n8n-nodes-tripit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-tripit

n8n node for TripIt API integration

0.5.2
latest
Version published
Weekly downloads
89
1383.33%
Maintainers
0
Weekly downloads
 
Created

n8n-nodes-tripit

This is an n8n community node for interacting with the TripIt API. It provides functionality to create trips, add flights and hotels to trips, and get flight information.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-tripit

Operations

Trip

  • Create: Create a new trip with display name, start date, end date, and primary location

Flight

  • Add to Trip: Add a flight to an existing trip using flight number and marketing airline
  • Get Flight Info: Get detailed information about a flight using the flight number

Hotel

  • Add to Trip: Add a hotel reservation to an existing trip with check-in and check-out dates

Credentials

The node requires the following TripIt API credentials:

  • Client ID
  • Client Secret
  • Access Token
  • Refresh Token

FAQs

Package last updated on 12 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts