—Working with bookings
Calendar sync pulls dates and a reservation code; it doesn’t see the guest’s name or email. Email forwarding fills that in. When the platform sends you a confirmation, you forward the email to a PreArrive inbox address; we parse the guest contact and attach it to the matching synced reservation.
The address is one-per-account, not per-property. Forwards work across every team you’re in.
If you disable the address, update your platform rules. Disabling it doesn’t touch the forwarding rules you set up on Airbnb, VRBO, or Booking.com. They keep sending to an address that no longer routes anywhere, so that mail is silently ignored. Re-enabling gives you a new address, so you’ll need to point those rules at the new one.
Per email, we extract the reservation code, guest name, and guest email. We do not store the email body. The extracted fields and the From / Subject metadata live on the inbound_emails table for debugging; the raw body is never persisted.
If SPF or DKIM fails on the email (i.e., someone’s spoofing Airbnb), we refuse to process. The spoofing check is the reason we ask you to forward to a unique per-account address. We only enrich on a clean pass on both, so we also skip anything that arrives without those authentication results at all.
One practical effect: a normal Gmail or Outlook filter that forwards the message re-signs it, so it passes and parses fine. But if you route the mail through some other server or relay first, that hop can break SPF/DKIM, and then we won’t auto-fill the guest. The sign of this is a synced reservation whose guest name and email stay as placeholders even though you forwarded the confirmation. If that happens, forward straight from your own mailbox rather than through an intermediate relay.
We match by reservation code. If you also have calendar sync running, the synced reservation’s placeholder guest gets replaced with the real name + email automatically.
If no synced reservation matches (you haven’t connected the calendar for that property yet), the email is logged but no reservation is created. Connect the calendar first, or use direct entry.
Was this helpful?
Still stuck? Message us — we read every message and reply within a few hours on weekdays.