Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Reservation
planyo_online_booking:cancel_reservation
Cancel an existing reservation and optionally notify the customer.
Write
High risk
Check Availability
planyo_online_booking:check_availability
Check availability for a resource on specific dates and return available time slots.
Read
Low risk
Create Reservation
planyo_online_booking:create_reservation
Create a new reservation for a specific resource and time slot.
Write
Medium risk
Get Customer
planyo_online_booking:get_customer
Fetch a single customer by ID with contact details and booking history summary.
Read
Low risk
Get Reservation
planyo_online_booking:get_reservation
Fetch a single reservation by ID with customer details and booking status.
Read
Low risk
Get Resource
planyo_online_booking:get_resource
Fetch a single resource by ID with details and availability settings.
Read
Low risk
List Reservations
planyo_online_booking:list_reservations
List reservations with optional filtering by resource, date range, and limit.
Read
Low risk
List Resources
planyo_online_booking:list_resources
List all bookable resources with optional filtering by category and status.
Read
Low risk
Search Customers
planyo_online_booking:search_customers
Search for customers by name, email, phone, or general query.
Read
Low risk
Send Confirmation Email
planyo_online_booking:send_confirmation_email
Send a confirmation email to the customer for their reservation.
Write
Medium risk
Update Reservation
planyo_online_booking:update_reservation
Update an existing reservation with new details.
Write
Medium risk