npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

n8n-nodes-apaleo

v0.3.1

Published

custom n8n node for interacting with the Apaleo API

Downloads

1,279

Readme

n8n Nodes for Apaleo

This repository provides custom nodes for n8n, enabling integration with Apaleo, a property management platform tailored for the hospitality industry. Use these nodes to automate workflows that interact with Apaleo's data and services.

To contribute and make this custom node available to the community, create it as an npm package and publish it to the npm registry.

install

Settings Animation

Setup

Get Apaleo API Credentials

  1. Log in to your Apaleo account to create and retrieve a new App and get your client id and secret id.
  2. Go to APPS > connected Apps in the n8n dashboard
  3. Click create new and select Aindividual App
  4. Enter your Client Code and Client Name and save them and get your Credentials

Add Credentials to n8n

  1. Go to Settings > Credentials in the n8n dashboard
  2. Click New and select Apaleo API
  3. Enter your Apaleo API credentials and save them

Implemented Endpoints

The following Apaleo endpoints are currently supported:

  • ⬜ Inventory V1 0/33
  • ⬜ Rate Plan V1 0/43
  • ✅ Booking V1 53/53
  • 🔄 Finance V1 7/60

Features

  • Comprehensive API Coverage: Implements a wide range of Apaleo API endpoints for bookings, reservations, blocks, and more.
  • Type Safety: Full TypeScript implementation with proper type definitions.
  • Error Handling: Robust error handling with descriptive error messages.
  • Parameter Validation: Validates input parameters including dates, required fields, and formats.
  • Flexible Filtering: Supports extensive filtering options for listing operations.
  • Data Expansion: Allows expanding related data in responses where supported.
  • Pagination Support: Implements proper pagination for list operations.
  • OAuth Authentication: Secure authentication using OAuth 2.0.

Parameter Options

Common Filter Parameters

  • Property IDs: Filter by specific properties
  • Unit Groups: Filter by unit group types or IDs
  • Date Range: Filter by various date types (arrival, departure, stay, etc.)
  • Status: Filter by reservation or booking status
  • Channel: Filter by booking channel (Direct, BookingCom, Expedia, etc.)
  • Market Segments: Filter by market segments
  • Text Search: Search across relevant fields

Expansion Options

  • Property details
  • Unit group information
  • Rate plan details
  • Service information
  • Company data
  • Block details

Usage

After setting up the credentials, you can add Apaleo nodes to your workflows by selecting Apaleo in the node selection menu. Configure each node by choosing the relevant actions and fields provided by Apaleo.

Usage Examples

Create workflows that automatically retrieve and manage bookings, cancellations, and customer data from Apaleo. Integrate this data with other applications such as CRMs, email systems, and more.

Example Workflows

  1. Automated Booking Confirmation

    • Trigger on new booking
    • Send confirmation email
    • Update CRM system
  2. No-Show Management

    • Monitor check-in status
    • Process no-show charges
    • Update availability
  3. Group Booking Handling

    • Create group blocks
    • Manage group reservations
    • Send group-specific communications

Test Locally

Test your node locally to ensure everything works as expected. For more information, refer to the documentation on running nodes locally.

Support

If you encounter any issues or have feature requests, please open an issue in this repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.