Discussions

Ask a Question

API - I am unable to update the total paid by the client on my website

Hi all, I have an integration on my website which is pretty much working as intended, but I have one issue I am describing below. In my website, the client is able to get the availability of the rooms, pay for it using Stripe and reserve a room, everything on my website and using Lodgify and Stripe's API. The issue that I am having is all the bookings on Lodgify from the source #publicapi (which are the ones from my website) are coming as 0% paid. How can I address to Lodgify that is has been paid through Stripe? One step that I though about was to create the booking as I am doing in my website, and then after it, updating this booking with the endpoint <https://api.lodgify.com/v1/reservation/booking/{id}> (update a booking v1), but when I run it over my testing room on the Lodgify documentation, even though I receive a response code 200, my room doesn't receive any update. How should I proceed with this? Thanks in advance!

Retrieve pre check-in form details via API

One of my properties has a staffed security gate. Reservations need to be added to an external system with names and ID numbers so the security staff can verify the guests upon check-in. Lodgify's pre check-in form works wonderfully for collecting this information, but I always need to manually enter it into the external system. Is there a way to access this information via API? It would be great to get a webhook for `pre_check_in_form_submitted` or something like that. Any thoughts?

Access Reservation Thread

On Airbnb, my listing is integrated with August Locks to automatically generate a keypad code for guests. I want to automate a reminder message that includes this keypad code before check-in. I created a webhook for the `guest_message_received` event, hoping that it would get triggered by the automated message that is sent with the keypad code. I could then parse the dynamic keypad code out and use it later in my automated reminder to the guest. Unfortunately, the webhook doesn't happen since the message comes from my Airbnb account. I see in the Lodgify dashboard, there is a `threads` API endpoint, but there isn't a similar endpoint exposed via the public API. Can we have something to get the full message thread, please? Or maybe another webhook event that is triggered for **all** messages?
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.