Announcing Webhooks
Event-driven notifications are now available! The Cloudbeds API can send notifications to your application every time an action occurs on a Cloudbeds property account. This allows for more dynamic integrations since data can be synced in close to real-time.
Using app state & connecting / disconnecting apps
Traditionally, when a user uninstalls an app in myfrontdesk, all API sessions are canceled. Now any app can cancel the API sessions by sending /postAppState
. Read Connecting / disconnecting apps article to learn how to work with various app states.
Post custom items into house accounts
We’ve done some maintenance on our items related methods. Now custom items can be posted to either a reservation or a house account using /postCustomItem
. Items available in myfrontdesk inventory can also be posted into either a reservation or a house account by using /postItem
.
We’ll be softly deprecating existing /postCustomItemToReservation
and /postItemToReservation
items so please be sure to migrate over to the new methods at your earliest convenience.
Also note that /postItems
has been renamed to /postItemsToInventory
and /putItem
is now called /putItemToInventory
. The old methods will be slowly phased out, so please start using the new methods as soon as possible.
We’ll be softly deprecating existing /postCustomItemToReservation
and /postItemToReservation
items so please be sure to migrate over to the new methods at your earliest convenience.
Also note that /postItems
has been renamed to /postItemsToInventory
and /putItem
is now called /putItemToInventory
. The old methods will be slowly phased out, so please start using the new methods as soon as possible.
New methods and improvements
Method | Change |
---|---|
getTransactions | Allows to filter by transaction category (using transactionFilter) and by transaction created date (using createdFrom and createdTo) |
postReservation | Added additional details in the response |
getTransactions | Added card type to results |
postGuestsToRoom (new) | Allows the guests to be assigned, reassigned and removed from rooms within one reservation |
getUsers (new) | Provides a list of users and with role detail |
postItem (new) | This method allows the items available in the myfrontdesk inventory to be posted into house accounts or reservations |
postCustomItem (new) | Adds a custom item either to a reservation or to a house account. |
Deprecated methods
Deprecated method | Use Instead |
---|---|
postItems | postItemsToInventory |
putItem | putItemToInventory |
Comments
0 comments
Please sign in to leave a comment.