Tool to retrieve a paginated list of bookings and enquiries from the inbox. Use when you need to fetch reservations with optional filtering by status, property, date range, or trash status.
limitintegerThe maximum number of items to return per page. Maximum value is 50.
trashbooleanOptional filter to include or exclude items in the trash. Default is false.
offsetintegerThe number of items to skip before starting to collect the result set (for pagination).
statusstringOptional filter to return only bookings/enquiries with a specific status (e.g., "Booked", "Open").
periodEndstringOptional filter to return items ending before this date.
propertyIdintegerOptional filter to return items associated with a specific property ID.
periodStartstringOptional filter to return items starting from this date.
modifiedSincestringOptional filter to return items modified after this specific date and time.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.