28 results found
-
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.
-
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.
9 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 -
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 -
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
-
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
-
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
-
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
-
2-Way Message Sync
Ability to have 2-Way Message Sync from the API for message/thread accuracy across multiple tools.
4 votes -
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 -
Webhook for Messaging
Hey Guys, Could you create a webhook for new messages for new threads and/ threads
4 votesThis is now deployed to production.
-
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
-
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 -
Messages API Endpoint
Create an endpoint to control all messaging "inbox" communications
3 votes -
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
-
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 -
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
-
GET Pincodes Enpoint
Please add the query parameter of Lead UID to the request method.
2 votes -
Load inbox on app much faster
Load the inbox messages much faster
1 voteWe have improved the loading time of the Inbox.
- Don't see your idea?