Scheduling & Booking · Integration
Bookingmood
Add Bookingmood to your product for your customers, and give your AI agents governed access to it.
Bookingmood serves a REST API under api.bookingmood.com/v1 with bearer token auth, and the bookings, properties and rates collections all reject unauthenticated calls with a 401 that carries an empty body, so error handling cannot rely on parsing a message. The data model is calendar-first: availability is not a field you set but a derived view over confirmed bookings plus blocked periods on a property, which means a double-booking check has to read the calendar rather than a boolean. Rates are period-scoped rather than a single nightly price, so a property can carry overlapping seasonal rate rows and the effective price for a stay depends on which periods the dates fall into. Bookingmood is built around iCal feeds for channel sync with the large travel sites, so a booking that appears through an imported feed may exist as a blocked period without the guest details a native booking carries, and integrations need to tolerate that gap. Properties are the top-level object and bookings hang off them, so pagination is per property rather than per account. fastn stores each customer's Bookingmood token, scopes calls to their properties, and keeps the connection working as the API evolves.
In your product
Embedded for your customers. Per-tenant auth, no per-customer code, maintained by fastn.
Let a customer connect their own Bookingmood account and pull their properties into your dashboard
Sync confirmed bookings into your own reservations table, including ones that arrived through iCal channels
Show a live availability calendar per property built from bookings and blocked periods
Let customers adjust seasonal rate periods from your pricing screen instead of the Bookingmood admin
For your AI agents
Governed, audited access for the agents you build, through the MCP server.
Let an agent check availability for a date range and draft a hold, leaving confirmation to a human
Have an agent reconcile bookings against your own records nightly and report mismatches, audited per tenant
Let an agent flag rate periods that overlap or leave gaps in the coming season
Example prompt
Which of our cottages still have a free week in August, and what nightly rate applies?
Set up Bookingmood in 4 steps
- 01Enable the Bookingmood connector from your fastn dashboard.
- 02Have each customer authorise their own Bookingmood account, so calls run under their credentials rather than a shared key.
- 03Decide which bookings, events and availability your product needs, map those fields, then enable the actions and triggers you want.
- 04Call it from your product and expose it to your agents through the same governed connection.
Why teams use the Bookingmood integration
What you get by embedding it with fastn instead of building it yourself.
- Ship a Bookingmood integration without building it. Your customers connect their own Bookingmood account inside your product and work their bookings, events and availability there, with no per-customer code on your side.
- Handle the part that actually costs time: availability is only true at the moment you read it, so a stale free/busy picture becomes a double booking somebody has to apologise for. fastn owns the auth, token refresh, rate limits, pagination and breaking-change fixes, so a Bookingmood update is not your on-call problem.
- One integration serves your product and your agents. The same governed Bookingmood connection powers in-product features and gives AI agents scoped, audited access, so you let people book and reschedule without leaving your product without wiring it twice.
Used by these teams
Compare with
Often used alongside
Tools the same teams tend to run next to Bookingmood, across other categories.
Bookingmood integration FAQ
How do I add a Bookingmood integration to my product?
Enable the Bookingmood connector in your fastn dashboard, then let each customer authenticate their own Bookingmood account. fastn handles the OAuth flow, token storage and refresh per tenant, so there is no Bookingmood client code in your app and no per-customer branch in your codebase. Setup is 4 steps.
Do my customers each connect their own Bookingmood account?
Yes. Every connection is scoped to the individual customer, so each authorises their own Bookingmood account and only ever sees their own bookings, events and availability. That per-tenant isolation is the point of an embedded integration: you support the long tail of customer setups without maintaining an integration per customer.
Can AI agents use this Bookingmood integration?
Yes. The same connection is exposed to your agents through the fastn MCP gateway, with permissions scoped per tenant and every call audited. Let an agent check availability for a date range and draft a hold, leaving confirmation to a human
Who maintains the Bookingmood integration?
fastn does. When Bookingmood changes an endpoint, deprecates a field or alters its auth, the fix lands in the connector rather than in your backlog, and your customers' connections keep working.
Can my product create, reschedule or cancel bookings in Bookingmood automatically?
Yes, in each customer's own account. Your product reads live availability, places a booking, moves it or cancels it, and reacts when someone books or cancels on the other side.
Does it respect each team's own availability rules in Bookingmood?
Yes. Working hours, buffers, lead times, resource capacity and routing rules are configured per customer and mapped rather than hard-coded, so an unusual setup works without code from you.
What can I build with the Bookingmood integration?
A common starting point: let a customer connect their own Bookingmood account and pull their properties into your dashboard. Teams also use it for the other use cases listed above, and expose it to agents for governed reads and writes.
How much does the Bookingmood integration cost?
It is included. Pricing is based on connected accounts, not on how many connectors you enable, so adding Bookingmood does not change your per-connector cost. You can start free with 3 connected accounts.
Add Bookingmood to your product
Start free with 3 connected accounts. No sales call required, and no per-customer integration code.