—Help
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.
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 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.
Still stuck? Message us — we read every message and reply within a few hours on weekdays.