28 results found
-
Add granular update details to UPDATED_PROPERTY webhook payload
Currently, when a property is updated, the webhook event UPDATEDPROPERTY is triggered, but the payload only contains the propertyUid and the eventtype. This makes it difficult for integrators to know what changed and which endpoint should be called next.
I would like the payload to include more granular details about the type of update, for example:
Pricing update
Photo update
Amenities update
General property details update
Pricing rule update, etc.
This would allow API users to call only the relevant endpoints instead of fetching all related resources. It improves efficiency, reduces API calls, and provides clarity for event-driven…
3 votes -
VRBO Commissions posted in Hostfully View Order
Post VRBO Commissions on each booking View Order. You have this enabled for Booking.com, but we have to look up VRBO commissions on VRBO platform. VRBO bills commissions in batches, so this is hard to find and include on Owner Statements at the end of each month.
1 vote -
Apply Discounts & Promotions to RENT section of the inquiry
The purpose of a Property Management Software is to support dynamic pricing, flexibility, and conversion—especially for direct bookings. A major gap right now is where and when discounts can be applied.
Direct-book guests don’t always use promo codes, and many inquiries come through our website specifically so we can interact, quote strategically, and close the sale. Sometimes that means offering a custom discount based on dates, length of stay, or guest budget after the inquiry is submitted.
Currently:
Promo codes only reduce Rent (pre-tax) if the guest knows and applies them at the time of inquiry.
If a promo code…
1 vote -
1 vote
-
Request for Room Mapping for Vrasio too
Hi Hostfully API team!
We VRASIO have just joined the Hostfully ecosystem as an OTA.
I understand room mapping is available for Airbnb, but not for Vrasio or others.We don’t understand the logic behind it. Why don’t we make it available to Vrasio too, since we have that feature embedded inside our platform too.
The PMs would appreciate your support because it would save him time for not mapping rooms manually inside our platform. At least Select Stays expressed that desire to my attention. Thanks!
Fredhttps://vrasio.slack.com/archives/C08SU5HUQLS/p1763056595356649
============================
Duc
Friday at 8:03 AM
I see, you can only map…1 vote -
Support SMS messaging via API
Capability to send SMS messages via API
1 vote -
Add updatedSince query to /threads endpoint.
The /threads endpoint also does not have an "updateSince" filter and a way to mark the thread as closed.
When we fetch threads, we end up fetching all threads from the beginning of time and then check if there are any new messages under each of the threads. This is not efficient and not helping with the API limit of 10,000 calls per hour.
Use Case 1. Daily reporting for customer service workload, agent performance, first time to response, enquiry-to-conversion ratio, etc
For this use case, our plan is to pull the data related to all the threads, messages, leads,…
1 vote -
More details on message sender via API
Neither threads or messages have detailed info about the sender.
In threads it simply shows the “participantUid”: “agencyUid” in the participants when the “participantType”: “AGENCY”. It does not show the actual sender whether the employeeUid of the agency, or it was a system response.
In the messages response it simply shows “senderType”: “AGENCY” or “senderType”: “GUEST” but it does not show actual sender either.
Please see the below examples. How will we deal with such missing links?
Goal:
============= Thread -> set messages -> list of participants for each message and the timestamp details -> if sender type is AGENCY…1 vote -
Support retry mechanism for failed webhooks, and / or failure notice when it happens
Support retry mechanism for failed webhooks, and / or failure notice when it happens
1 vote -
5 votes
-
Ability to PATCH /properties with specific fields only, without including required fields like pricing.dailyRate
Using the PATCH properties endpoint, if we want to update the "cleaningFee" within the "pricing" object, we are also required to supply the "dailyRate" value in order to keep the call from failing.
This is not desirable, because the PMS "dailyRate" may have been updated for many reasons, multiple times, and there is no "sync" from PMS back to our database, making this a very manual process to keep things aligned.
The only workaround we can think of now is a complex "round-trip" of data:
- call GET Properties endpoint to grab any data that may be overwritten during PATCH
- compare…
1 vote -
More sample response in API doc besides 200
I'd love to possible error responses (e.g., when a cancellation fails) to be included in the API documentation.
At the moment, it looks like only the successful 200 status is documented, so having details on other response scenarios could be really helpful for integration and error handling.
1 vote -
API for the secured Guidebook link
I use a messaging platform, I'd like to be able to import the secure link so I can build automated templates using the variable coming from the API,
2 votes -
Add Booking.com and Vrbo listing IDs to API
Currently, the property endpoint returns the Airbnb ID but not Booking.com or Vrbo IDs. Also, the property-channel-links endpoint only includes channels like Homads, Vacaymyway, Golightly and Hometogo (if any)
It would be beneficial if the API could return Booking.com and Vrbo property IDs as well, since they're major platforms many of us use. This would make it much easier to manage listings across channels through automation.
6 votes -
API Ability to support Pushing Multiple Annual and Seasonal Check in/out days
This feature allows hosts to enforce a specific day of the week - or several - for their guests to check-in on, and subsequently check-out on. It’s possible to set Annual and Seasonal Check-in/Checkout days.
1 vote -
API for checking/updating property check-in instructions
As far as I can tell, there is no way to programmatically set/validate/update the property specific check-in instructions. We would love to automate this process.
3 votes -
Bulk update amenities via API
Bulk update amenities via API. Otherwise 5 amenities would require 5 separate calls and that's bad to scale.
4 votes -
API for assigning services to property
API for connecting for services and property, similar to /api/v3/property-ownership but for service assignment
1 vote -
Ability to add new owner via API
That'd allow smooth workflow without going back to UI
4 votes -
v3 API - /orders to expose actual discount amount
can we get the actual discount amount? that's what all other PMS do and its easier to use rather than doing calculations (for the user as well)
5 votes
- Don't see your idea?