32 results found
-
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.15 votes -
Webhook for Removed Blocked Dates
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
Jamie8 votes -
Support children and pets count in the quote endpoint
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 -
Allow discount code creation via API
I would like to create a form that guests fill out at checkout, indicating that they completed basic checkout tasks in exchange for a discount code for a future stay. I have someone ready to build the application, we just need access to create a discount code via API.
7 votes -
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)
4 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.
3 votes -
Webhook for PINCODE_UPDATED
To have event PINCODEUPDATED for webhook, at the moment, there are only PINCODECREATED
PINCODE_DELETED3 votes -
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.
3 votes -
Paginate /guests endpoint
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 -
Add multi unit properties in response of /properties
Can we include multi-unit properties in the API response for the
/properties
endpoint? It's becoming quite challenging for us to fetch all properties (normal properties and multi unit properties) associated with an account without this functionality.2 votes -
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 -
Support query (GET) /properties by multiple locations
Support query properties by multiple locations.
Example:
GET /properties?agencyUid=...&location=Yorkshire,Dales,London,Manchester&limit=100
or
GET /properties?agencyUid=...&location=Yorkshire Dales&location=London&location=Manchester&limit=100
2 votes -
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.
2 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.
2 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 -
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…
2 votesWe 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
-
Need within the Lead_sql for return of CLOSED / CANCELLED leads
There is no return within the Leadsql CLOSED / CANCELLED leads.
This means we can't work fully with the Leadsql to our back-end connection.
All other statuses are present but these are not. This means more API calls and with the limitation within the amount of API calls per hour this will be a problem.2 votes -
Do not change refresh token every time tokens are refreshed
Since working with APIs is unpredictable by nature, in this case, something went wrong and the credentials in our system were not updated as expected.
This is expected, as a lot of processes can go wrong, from network issues to database issues and more.
This is the reason I think that cases like the one we are discussing are expected and we will face them again in the future. It is not anyone's fault, it is the nature of the process.
Because of this, I think if the refresh token could always stay the same, we would easily update the…
1 vote -
Expose balance field via /orders endpoint
Easier for certain workflow. As of now, the only option is to use GraphQL for that.
1 vote
- Don't see your idea?