# Planyo Online Booking

Planyo is an online reservation system which can be used by any business taking bookings: for days, nights, hours or minutes, or scheduled events.

- **Category:** scheduling & booking
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 7
- **Triggers:** 0
- **Slug:** `PLANYO_ONLINE_BOOKING`
- **Version:** 00000000_00

## Tools

### Add Reservation

**Slug:** `PLANYO_ONLINE_BOOKING_ADD_RESERVATION`

Tool to create a new reservation. Use after gathering resource, timing, and customer details.

### Add User

**Slug:** `PLANYO_ONLINE_BOOKING_ADD_USER`

Tool to add a new user in Planyo. Use when you need to create a user account after gathering user details.

### Get Add-on List

**Slug:** `PLANYO_ONLINE_BOOKING_GET_ADDON_LIST`

Tool to retrieve a list of add-ons. Use when you need to inspect or manage add-ons for a specific resource or across the entire site after setting up credentials.

### Get Coupon List

**Slug:** `PLANYO_ONLINE_BOOKING_GET_COUPON_LIST`

Tool to retrieve a list of coupons. Use when you need to fetch all coupons for a specific resource or the entire site (if no resource_id provided).

### Get Resource Availability

**Slug:** `PLANYO_ONLINE_BOOKING_GET_RESOURCE_AVAILABILITY`

Tool to check resource availability within a specified date/time range. Use when validating if a resource can be reserved before creating a reservation.

### Get Resource Blackouts

**Slug:** `PLANYO_ONLINE_BOOKING_GET_RESOURCE_BLACKOUTS`

Tool to fetch blackout periods for a resource. Use when determining unavailable timeslots before booking.

### Get Resource Reviews

**Slug:** `PLANYO_ONLINE_BOOKING_GET_RESOURCE_REVIEWS`

Tool to fetch reviews and ratings for a specific resource. Use when you have a resource_id and need to display customer feedback.
