Discussions

Ask a Question
ANSWERED

Living Room Count not Imported

Dear Lodgify Team, I am contacting you because PM Air Concierge realized that the Living Room Count is correctly flowing from your system to us. Please note that the following property is just an example, but this issue is happening for other properties as well. Property ID: 487786 (Fabulous New Modern 3BR Home with Pool and Spa) PM Name: Air Concierge Inc PMS Account ID: 284272 1. The Living Room Count is not being automatically pulled from Lodgify to BookingPal. In Lodgify, it says the property has 1 Living Room. Nevertheless, on our system, we have 0 Living Rooms. I already tried various import jobs on my end, but the information is still not coming over. Hence, I requested our Technical Team to review this case on our end, but they re not seeing the Living Room in the API feed either. Per my Technical Team, in API there is no Livingroom: curl --location '<https://storage.googleapis.com/exported-xml-live/export/bookingpal/B1426C1F5A134BAAD5B9E7E5A682DA47/haxml-421721-listing.xml'> Can you please help me by letting me know which API and from which field living Room should be pulled? In advance, thank you very much Kind regards!!!
ANSWERED

Set availability using the API?

Hi, In order to integrate Lodgify with my in-house system, I need to manage "unavailable periods" through the API; I didn't find out how to do that by reading the docs. Creating fake bookings is not really desirable since I can't seem to delete them afterwards (only put them in the trash, which means they linger eternally in there). Ical sync seems to come with its share of problems (including, but not restricted to, the 2-hour latency). Can you point me in the direction of a solution? Thanks, Roland.
ANSWERED

Wordpress-Plugin for sync of datas to lodgify

Hello All, 1. is there anybody who ha developed a wordpress-plugin to sync all Datas to wordpress? 2. is there anybody interested in a solution like this if we develop something like this? Regards, Ulf Tramsen
ANSWERED

Unique Email-adress

Dear team, Is there any way to find out the unique email-adress (eg [[email protected]](mailto:[email protected])) for each booking via the api? <https://help.lodgify.com/hc/en-us/articles/360002880293-Send-a-message-to-the-guest> Kind regards and thanks Markus
ANSWERED

Message type 'comment'

Dear Team, I send the following message via the api, nothing happens. I can’t see/find the message anywhere in Lodgify? I would expect to see the message within the message window of each booking. Kind regards Markus curl --request POST --url <https://api.lodgify.com/v1/reservation/booking/7779548/messages> --header XXXXXXXX' --header 'accept: application/json' --header 'content-type: application/\*+json' --data ' [ { "send_notification": false, "type": "Comment", "subject": "commecnt ohne notification", "message": "commecnt ohne notificatio" } ]
ANSWERED

Send Custom Messages into a Reservation

Hi everyone, I'm trying to send from this endpoint in postman: <https://api.lodgify.com/v1/reservation/booking/{reservation_id}/messages> a message to the reservation, but i get a 403 response, maybe i'm missing something? Here is the body that i'm trying to send: (I know about the type are Owner, Renter and Comment, i tried it with everyone, i read the documentation <https://docs.lodgify.com/reference/post_v1-reservation-booking-id-messages-1>) { "subject": "Test", "message": "Message Test", "type": "Renter", "send_notification": true } And in the headers: \--header 'x-api-key: {api_key}' --header 'Content-Type: application/\*+json' --header 'accept: application/json' \\ Thanks in advance Jusephy
ANSWERED

Set rates through API v2?

Hello everyone, I've just started some tests with the API and it seems that this is not possible de POST rates through API v2. Is that correct or is the documentation outdated? The API v1 seems to be lacking some major features that are available in the UI, like the prices based on length of stay. If this feature is indeed missing and is going to be part of API v2, is there any visibility regarding general availability? Thanks a lot for your time Julien
ANSWERED

Gets availability for a property

I am trying to run this request const settings = { async: true, crossDomain: true, url: '<https://api.lodgify.com/v1/availability/444668?periodStart=2023-10-12T00%3A00%3A00.000Z&periodEnd=2023-10-23T03%3A55%3A43.348Z'>, method: 'GET', headers: { accept: 'application/json', 'X-ApiKey': '--REDACTED--' } }; $.ajax(settings).done(function (response) { console.log(response); }); but getting CORS error in my browser. Getting this error please help: blissfulescapes.au/:1 Access to XMLHttpRequest at '<https://api.lodgify.com/v1/availability/444668?periodStart=2023-10-12T00%3A00%3A00.000Z&periodEnd=2023-10-23T00%3A00%3A00.000Z'> from origin '<https://blissfulescapes.au'> has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
ANSWERED

Multi unit calendar view?

I have several property units on the same site and would like to create a multi-unit calendar for guests to be able to see availability across all our properties at a glance in one calendar table like this one - <https://www.lazyduck.co.uk/> - rather than clicking into each unit individually and going backwards and forwards between them to compare. This is actually the way the bookings calendar works in Lodgify admin and app - I have all my properties in a list on the left hand side, then availability and booking details for each on its own row. Lodgify tell me there is no capability to do this directly at the moment, but that it is possible with a custom page using the API. Does anyone have any experience or examples of doing this? I'd be very grateful for any pointers. Many thanks, Lynton
ANSWERED

Reservations: updated_at issue

Hi, while working on our pilot customer, we encountered a slight issue on a field. Reservations downloaded via the endpoint <https://api.lodgify.com/v1/reservation> all have an updated_at date equal to "0001-01-01T00:00:00". Reservations downloaded via the endpoint <https://api.lodgify.com/v1/reservation/booking/{id}> have a consistent updated_at value. Could you please check if this is an error on our part or if it's a case of malformed data? In order to ensure the privacy of the customer, I have avoided sharing its name. If you need to further investigate and would like me to provide the pilot customer's details, feel free to write me an email. Thank you for your continued support. Best regards, Marco