Skip to content

Property Management Platform

Property Management Platform

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

15 results found

  1. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. That'd allow smooth workflow without going back to UI

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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)

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Bulk update amenities via API. Otherwise 5 amenities would require 5 separate calls and that's bad to scale.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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.

    15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  2 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. I want to able to import calendars into your system via Ical even the calendar was empty.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We partially support discount line items for v3.x, still need to have the other discounts exposed, like length of stay


    https://dev.hostfully.com/reference/getall_9

  11. Hey,

    We have access to a webhook which tells us when dates are blocked out but there isn't one for when the dates are removed.

    We currently use the webhoooks to be notified of new/cancelled bookings and new blocked dates. Our internal system gets updated with the dates but once the blocked dates are removed our systems do not get notified of this change.

    It would be great if it could register an update to the webhook "BOOKING_CANCELLED" or even have a new one that we can set up.

    Cheers
    Jamie

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. The /guests endpoint currently returns all the guests in Hostfully. This doesn't scale very well and if a user has 1,000s of guests it's possible the endpoint could timeout or the response payload would be too large to send.

    It would be great to add limit and offset query parameters to this endpoint just like you have for some of your other endpoints (e.g. /v2/leads)

    This would not need to be a breaking change, you could have the endpoint behave the same way if no pagination parameters are provided so that nothing changes for any software that is currently using…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    received  ·  0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. We'd like to be able to specify tags to exclude for when listing properties through the properties-get endpoint. There's an inclusion query there now, with the exclusion option we'd be able to better optimize our queries and reduce the number of API calls.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Since we can send a booking request with childrenCount and petCount, it
    would be nice for the quote endpoint to support these request params too.

    If we could send a quote request taking into account
    the number of children and pets, we could rely on a single source of truth
    to display a final price based on the customer's request.

    Right now, we have to compute the total price ourselves from quote + customfee results which could lead to price calculation errors.

    8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. We would need to send you through API the following fields:

    Review Source (OTA name)

    Review URL (OTA url)

    Response (content of the response done by the PM in the OTA)

    (Priority 1 Revyoos project)

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?