Bookingmood icon

Bookingmood

Commission-free rental booking software for products, bookings, calendar events, site pages, widgets, and customer attributes.

Fits short-term rental operators that publish booking widgets and site pages, manage bookings and calendar tasks, and update product and attribute data.

Example Use Cases

These are the Bookingmood actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create Product

Tool to create a new bookable product in the organization. Use this when you need to register a new rental property, accommodation, or bookable item in the system. This action will automatically update your subscription based on the product count.

Delete Booking Details

Tool to delete booking details matching given filters. Use after confirming which booking detail records to remove.

Delete Bookings

Tool to delete bookings matching given filters. Use when you need to remove bookings from the system. At least one filter parameter is required to prevent accidental deletion of all bookings.

Delete Calendar Events

Tool to delete calendar events matching given filters. Use after confirming which calendar event records to remove.

Delete Contacts

Tool to delete customer contacts from the system. Use after confirming which contacts to remove. Supports filter patterns like email=like.%test.com to delete test contacts.

Delete Coupons

Tool to delete coupons matching given filters. Use after confirming which coupons to remove. Supports PostgREST-style filtering on all fields.

Delete Services

Tool to delete services matching given filters. Use after confirming which services to remove. Supports PostgREST-style filtering with operators like eq, in, etc.

List Booking Widgets

List all booking widgets accessible by the current API key. Returns widget configurations including their IDs, names, types, and organization associations. Use this to discover available widgets before performing operations like searching availability or managing bookings. Supports pagination via limit and offset parameters.

List Bookings

Tool to retrieve bookings from the system with optional filtering and pagination. Returns a list of booking records including details like reference codes, organization info, timestamps, and payment information. Use this when you need to list bookings, search by reference or organization, or paginate through booking records.

List Calendar Event Updates

List calendar event updates with filtering and pagination. Use when you need to track changes to calendar events, including status updates, product reassignments, and interval modifications. Supports PostgREST-based query parameters for selecting specific columns and ordering results.