24 results found
-
Select Lead Source for Manual Bookings
It would be great to select a lead source when manually entering a booking rather than it just saying it is from Hostfully. For example, a booking from a lead from FurnishedFinder and a booking from a lead from word of mouth both show up as "Hostfully" booking, whereas we would like to differentiate the groups to know specifically where our bookings are coming from.
6 votesThe exact source can also be sent via "referrer" or "notes" or "exterNotes" for better reference.
https://dev.hostfully.com/reference/createlead
-
weekly discounts for Pricelab / Hostfully users
I would love to have Weekly / Monthly discounts API between pricelabs and hostfully
2 votesit's supported via /property-pricing-rules for v3.x
https://dev.hostfully.com/reference/update
-
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 votesThe requested features are already supported via
https://dev.hostfully.com/reference/findallmessagesforagency
https://dev.hostfully.com/reference/webhooks-1
-
Load inbox on app much faster
Load the inbox messages much faster
1 voteWe have improved the loading time of the Inbox.
-
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 votesWe do support settings for Security Deposit for Booking.com
https://help.hostfully.com/en/articles/4787787-collect-the-security-deposit#h_b8ff058892
-
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 -
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.
3 votesRoom inventory is supported via v3.1
https://dev.hostfully.com/reference/v31-multi-units
https://help.hostfully.com/en/articles/9675563-create-a-multi-unit-property
-
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 votesWe already support NEW_BOOKING_REQUEST eventType for webhooks.
https://dev.hostfully.com/reference/webhooks-1
-
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.
7 votesYou can choose which fields to bulk update
https://help.hostfully.com/en/articles/6984394-bulk-edit-your-property-settings
-
Clear error information in API response
It will be helpful if there is a clear cause on the error of the request body rather than a general information of "IOException when parsing request body"
1 vote -
Bunk Beds as 2 Beds
Currently, Hostfully's API considers bunk beds to be 1 bed. This maps to Airbnb as 1 bed and Vrbo as 2. It seems like an easy fix to have Hostfully's API actually show bunk beds as 2 beds in their interface.
11 votesEntering this as a bug in our bug tracking system and closing this, as this is not a feature request. Thank you for reporting, this will get fixed shortly.
-
Send Airbnb messages via Enso Connect (and other integration partners)
Hi there - I use Enso Connect for a handful of things, including automated messaging. Currently, there isn't the ability for me to send Airbnb messages via Enso Connect as Hostfully doesn't offer that capability via the API. Is this on the roadmap? Enso says that their other PMS integration partners are offering this but not Hostfully currently. Thanks!
1 voteThe ability to send messages to channels is now supported (Airbnb, Vrbo, Booking.com)
https://dev.hostfully.com/reference/createmessage
-
Update quote API endpoint
Include the multiplier rate in the quote results. Include both the pre-tax and tax priced for cleaning. Include the calculated price that you show in your own widgets (which looks to be rate * multiplier + cleaning fee, all with Math.round()... That or explain what each response value is actually matching to at least! And it would be ideal to get the quotes for ALL available properties rather than just 1 at a time since your hourly API limit is SO LOW. Thanks!
3 votes -
Markup API
Can we have an api where each channels can get markup value added by the agencies in hostfully portal.
1 vote -
Add arrivalLocalDateTime and departureLocalDateTime to the Hostfully API
Currently Check-in and Checkout TIMES are hard to manage within the Hostfully API and it's not possible to edit times once a booking has been placed (not a great experience for our users but I assume this is because Airbnb also locks their check-in/out times.
Hostfully created separate arrivalLocalDateTime and departureLocalDateTime fields which could have been the solution for Hostfully users not totally dependent on Airbnb but sadly, these fields can only be accessed via the Hostfully dashboard and not the API.
Wouldn't it be easy enough to simply add these two fields within the leads API section?
1 voteThe required fields are added
https://dev.hostfully.com/reference/findleads
-
Add a field for rental rate non inclusive of tax in the API quote response
Can we Add a Field for rental rate non inclusive of tax in the API quote response ?
2 votesWith v3.x API, quote response is more granular, and netPrice should be what you look for, being non inclusive of tax
https://dev.hostfully.com/reference/calculatequote
-
Pre-arrival Custom data available through API
It would be great if we could pull the custom data fields added to the pre-arrival form through either the leads API endpoint or any endpoint really.
4 votes -
'All Properties' widget should default to 'No units available for your selected dates'
Currently if a guest searches that 'all properties' widget and there is nothing available for their dates, they are invited to submit a request for a quote form. What? They should receive instead a message that says there are no dates available for their stay and either - be given a selection of available units for adjacent weeks, OR simply be directed back to a calendar to change their dates. We had to take this off our website because it was just so awful to deal with people thinking their submitting quote requests for dates that are clearly not available.
1 vote -
Remove the cents from pricing.
The prices are like "From $255.22". The cents part makes it feel "funny" to me. I mean, i'm renting something for $255, am am i comparison shopping on cents? no. full dollars would seem better imho. i just checked airbnb and that's how it is there.
1 vote -
GET Pincodes Enpoint
Please add the query parameter of Lead UID to the request method.
2 votes
- Don't see your idea?