What do you want to automate

with npm and Booking Experts?

Prompt, edit and deploy AI agents that connect to npm, Booking Experts and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Add Guest to Reservation with Booking Experts API on New Download Counts from npm API
npm + Booking Experts
 
Try it
Create Agenda Period with Booking Experts API on New Download Counts from npm API
npm + Booking Experts
 
Try it
Get Complex Prices with Booking Experts API on New Download Counts from npm API
npm + Booking Experts
 
Try it
List Bookings with Booking Experts API on New Download Counts from npm API
npm + Booking Experts
 
Try it
List Inventory Objects with Booking Experts API on New Download Counts from npm API
npm + Booking Experts
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Booking Updated from the Booking Experts API

Emit new event for each booking updated. See the documentation

 
Try it
Inventory Object Updated from the Booking Experts API

Emit new event when an inventory object is updated. See the documentation

 
Try it
New Booking Created from the Booking Experts API

Emit new event for each new booking created. See the documentation

 
Try it
Add Guest to Reservation with the Booking Experts API

Add a guest to a reservation.. See the documentation

 
Try it
Create Agenda Period with the Booking Experts API

Creates a new agenda period. See the documentation

 
Try it
Get Complex Prices with the Booking Experts API

Returns all complex prices of a master price list. See the documentation

 
Try it
List Bookings with the Booking Experts API

Returns a list of bookings for an administration. See the documentation

 
Try it
List Inventory Objects with the Booking Experts API

Returns inventory objects of the administration. See the documentation

 
Try it
Integrate the npm API with the Booking Experts API
Setup the npm API trigger to run a workflow which integrates with the Booking Experts API. Pipedream's integration platform allows you to integrate npm and Booking Experts remarkably fast. Free for developers.

Connect Booking Experts

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    booking_experts: {
      type: "app",
      app: "booking_experts",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.bookingexperts.com/v3/users`,
      headers: {
        "x-api-key": `${this.booking_experts.$auth.api_key}`,
        "accept": `application/vnd.api+json`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo