send_guest_checkin_link
Sends (or resends) the guest check-in link by email for a booking the host owns. This is a real action with a side effect: it emails the guest and, on resend, invalidates the guest's previous link. Requires the write permission granted separately during sign-in. Ask the host to confirm before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Guest email to send to. Omit to use the email already on the booking. | ||
| bookingId | Yes | The booking id. | |
| guestName | No | Guest name, for the email greeting. Omit to keep the name already on the booking. |