There is a delay between a booking being confirmed and the door lock code being generated, and this causes problems with guest communication, especially for last minute reservations. For reservations made in advance, I send a booking confirmation message at the time the reservation is made and check in instructions that include their door lock code closer to their check-in date. No problems there. However, for last minute reservations, I would like to the send the check-in instructions immediately. When I set this up in outbound, there would be times that the door lock code would be inserted to the message as a {blank} because it had not been generated yet. Uplisting support confirmed that this is what was happening. I have since split the booking confirmation message with the check-in instructions message for last minute reservations, telling the guest that the door lock code will be sent to them within 10 minutes. Even with a 9 minute delay set in Outbound, I have had messages sent where the door lock code was blank. As you can imagine, this causes huge problems, especially for late night reservations. I don't think it is reasonable to make guest who may be booking from the property at the very last minute to have to wait this long to get their check in instructions. Setting the lock code immediately, or even within 1 minute of the booking being confirmed would fix this issue. If you have a cron job that loops through all the new reservations to do this instead of doing it during the booking process, please set it to run every minute instead of every 10+ which seems to be the case currently. Thanks.