Discussions

Ask a Question
Back to All

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?