Discussions

Ask a Question
ANSWERED

Create booking via API

Hey, I am unable to create brooking via Lodgify API - my request is to this endpoint - <https://api.lodgify.com/v1/reservation/booking>- curl --location '<https://api.lodgify.com/v1/reservation/booking'> --header 'X-ApiKey: XXXXXXXXXXXXXX' --header 'accept: application/json' --header 'content-type: application/\*+json' --data-raw '{ "guest": { "name": "Sam Smith", "email": "[[email protected]](mailto:[email protected])", "phone": "+14334223432", "country_code": "CA" }, "status": "Booked", "property_id": 573494, "arrival": "2024-05-01", "departure": "2024-05-03", "bookability": "InstantBooking", "origin": "manual", "total": 300, "currency_code": "USD", "source_text": "Manual", "rooms": [ { "room_type_id": 640210, "people": 3, "key_code": "" } ] }' it is throwing error - { "message": "BookingSettings #650324 not found.", "code": 666, "correlation_id": "0HN33128E7UK6:00000003", "event_id": null } Thanks Vivek
ANSWERED

HouseId

We are currently working on some integrations on our frontend and need some clarification on your Docs. Where can we find HouseId for our properties?
ANSWERED

Connect Lodgify data with CRM in real time

Hi there, <br> I'm looking to feed Lodgify contact data into my CRM when behaviours occur, e.g.: <br> - Someone contacts us - Booking is booked - Booking cancelled - Booking complete (departure date passed) - Etc. I've been trying to do this via Zapier but unable to find the right behaviour triggers / some of the fields don't align (i believe it's because Zapier only pulls across generic fields as opposed to custom). Is there any other way I can achieve this, or any advice on how I can make this work with Zapier? <br> Currently not got a set CRM but will probably go for Mailchimp or Hubspot. <br> I don't believe I can achieve this with the existing Mailchimp integration. Having tested it out, it looks just like a newsletter sign up form that integrates between the Lodgify site and Mailchimp. <br> Thanks!
ANSWERED

Access the checkin/checkout instruction from the API

Hi, is there any way to access the information that we can use in the e-mail like checkin/checkout instruction for each proprety ?
ANSWERED

Webhook trigger for reservation deletion? d

Hello, I wanted to know if I can find out with a webhook request if a booking has been deleted? I have a webhook request when a reservation change status to declined, but doesn't seem to get the information when booking is deleted. I thought about calling the api regularly to synchronise, but that seems a bit cumbersome. Thanks for your help
ANSWERED

API task management (PM Module) Lodgify

I would like to connect Lodgify task management (PM Module) to additional sales on my e-commerce website. I wanted to know if the task management part had an API? Thank you
ANSWERED

Display rates on each calendar day

Hello. Is it possible to set up my Lodgify calendar where it will show the rate on each calendar day? Something that looks like this: <https://www.oceanfrontturtlebay.com/oahu-vacation-rentals/villa-305-turtle-bay> <br> Thank you.
ANSWERED

Feature Request - Disable or Hide Rental

Hello, This is similar to requests for a POST endpoint to set availability, however this might be closer to the "Take Offline" option under settings. The goal for third party OTAs would be to temporarily remove a listing from search results programmatically. I read in another question thread that creating a dummy reservation is one option for emulating closed dates, however that would only be a partial solution in our case. Thanks, SAS
ANSWERED

Create an object

How is it possible to create an object in the Lodgify API? When using the Holidu API we can create objects directly from our software using a push command: <https://developer.holidu.com/reference/upsertapartment> Thanks!
ANSWERED

Villas Pricings

Hi, How does Lodgify get prices with API? Why is it obtaining the minimum and maximum prices but not the real pricing from the Lodgify system by villa ID? And how can we get exact price for per night by API.