33 results found
-
Bulk update amenities via API
Bulk update amenities via API. Otherwise 5 amenities would require 5 separate calls and that's bad to scale.
1 vote -
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
1 vote -
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)
1 vote -
Filter leads response by source / status / creation date
We are using leads to generate statistics & charts. We only need leads generated through ORBIRENTALWIDGET and ORBIRENTALFORM source.
Without requested filters, we are going through each of the leads, and using the targeted sources. Here, we are spending our api request quota.
It would be great if you could consider following changes in future updates.
1. Filter leads by sources.
2. Filter leads by statuses.
3. Filter leads by date created before / after.
4. Allowing lead sorting by creation date.13 votes -
Ability to import empty icalendars
I want to able to import calendars into your system via Ical even the calendar was empty.
2 votes -
Improve flow for receiving NEW_INBOX_MESSAGE webhook and finding the corresponding message thread and which guest it came from.
Please improve the flow for receiving NEWINBOXMESSAGE webhook and finding the corresponding message thread and which guest it came from.
Currently, the only way for me to do this is (every single time I receive a webhook): receive the webhook, get the threaduid and agencyuid, pull ALL of the leads for that agency, then for EACH lead call the GET messages endpoint to get the message and check to see if the thread_uid matches to find the thread with the uid matching what was in the webhook. This is highly inefficient, both for my program and…
2 votes -
audit trail
I'd like to ask if we have a way to view the audit trail in Hostfully. We'd like to see by whom the changes were made. Because we made a few changes in our properties and it went back to the old one.
2 votes -
Load inbox on app much faster
Load the inbox messages much faster
1 vote -
Stripe webhooks for cases when guests close browsers too early and payment failed to be recorded
a guest has gone in to book online the payment has been taken and processed through stripe but the booking has not gone through. Dates are not blocked and neither them nor us have recived any confirmation. This is becoming a bit of a worry as it's 3 guests now. They have all said the browser was open for ages after as they were waiting for confirmation.
2 votes -
Ability to update <StandardPhrases> for Security deposit for Booking.com
At the moment, users are having issue that no matter they changes the security deposit settings on Property main settings, the SD settings on Bookung.com always shows like below:
Damage policy options.
You require a damage deposit from guests:
- Your guests pay a damage deposit by Credit Card
- You collect this from your guests: Up to 14 days before arrivalwhile users select the option to return security deposit 7 days in account settings.
Upon checking with T2, it's because we use the default value once there is a SD defined on property, That is a limitation now.…
4 votes -
Webhook for PINCODE_UPDATED
To have event PINCODEUPDATED for webhook, at the moment, there are only PINCODECREATED
PINCODE_DELETED1 vote -
Get messages by thread uid
When using the 'NewInboxMessage' webhook, the provided information includes the agency UID, message UID, event type, and thread UID. To retrieve messages, it would be beneficial to access them using either the thread UID or lead UID. I propose the following endpoints:
https://sandbox.hostfully.com/api/v3/messages/{lead_uid} (already implemented)
https://sandbox.hostfully.com/api/v3/messages/{thread_uid}
Additionally, it would be useful to include the 'message UID' within the payload for each message.2 votes -
Integration with Seam.co
Seam.co released a thermostat API to integrate brands like Ecobee, Nest, Honeywell...etc. They also integrate with other PMSs using their API to sync reservations with smart locks. A Hostfully - Seam.co integration would allow wifi-enabled thermostats to set temperatures based on guest check-in and check-out times, thus saving a lot in utility costs.
1 vote -
Share Secure Links to Akia
I need to share the guidebook's secure link to the guests in Akia.
Sharing the public one does not share all the necessary info.1 vote -
Support NEW_BOOKING_REQUEST event for webhooks for booking requests from all channels.
Support NEWBOOKINGREQUEST event for webhooks for booking requests for channels that provide booking requests
4 votes -
Management of room inventory
Give the ability to manually put a guest into the system and then assign them to a specific unit to optimize occupancy.
2 votes -
Combine both property's public and internal names in GET /properties and POST /propertiesql endpoint
For Property names i.e. Public name and internal Property name, is it possible to get both values in a single endpoint?
Presently, we only receive the "name" key in the "properties-get-uid" endpoint, which necessitates additional requests to the "propertydescriptions-get" endpoint to obtain the public name for each property.
1 vote -
Bulk Edit for Specific Fields
Currently, there's a Bulk Edit option for updating certain property information (green field) but there's no option to choose if we only want certain information to be updated to all properties.
6 votesYou can choose what is being applied to all properties during you batch Edit - select what to change (having in mind, which properties the particular change(s) will be applied to), and select the property list to apply the change to in the property selector.
-
Order endpoint to expose discount information
In PMP, there are two types of discounts: length of stay and discount code, and neither can be retrieved via GET order request.
Because the length of stay reduction is applied straight to the rent, there is no information about the reduced amount in the order. The discount code contains a separate line item, but there is no information about the discount in the GET order; all we see is a gap between the baseAmount and subTotal; there is no apparent indication that a discount has been applied.
It would be helpful to have separate line items for discounts in…
1 vote
- Don't see your idea?