Email a flight offer
send_flight_offerEmail one of the options returned by search_flights to the traveller as a formal offer they can accept. Requires the fare id, both trip ids and the session id exactly as search_flights reported them, plus the traveller's email address — ask for it first, and do not invent one. This sends a real email, so confirm the choice with the traveller before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Traveller's name, used to address the email. | |
| Yes | Where to send the offer. | ||
| adults | No | Adults on the offer. Defaults to 1. | |
| fareId | Yes | fare_id from the search result. | |
| infants | No | Lap infants on the offer. | |
| message | No | A sentence or two of context for the traveller, e.g. why this option was chosen. | |
| children | No | Children on the offer. | |
| sessionId | Yes | session_id from the same search. Ids are only valid within their session. | |
| backTripId | Yes | back_trip_id from the search result. "0" for a one-way fare. | |
| thereTripId | Yes | there_trip_id from the search result. |