add_travel_item
Add a travel item (hotel, flight, train, car, bus) to the wedding Travel page, including booking codes, addresses, and contact notes.
Instructions
Add a travel item (hotel, flight, train, car, bus) to the Travel page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Booking link | |
| city | No | ||
| code | No | Booking code or group rate code | |
| name | Yes | Name of the hotel/airline/etc. | |
| note | No | Free-text notes (e.g., booking code instructions) | |
| type | Yes | Travel item type | |
| source | No | How the address was sourced | |
| address1 | No | ||
| address2 | No | ||
| latitude | No | Decimal degrees as string | |
| timezone | No | e.g. America/New_York | |
| longitude | No | Decimal degrees as string | |
| postal_code | No | ||
| country_code | No | Default: US | |
| display_order | No | ||
| email_address | No | ||
| contact_number | No | ||
| state_province | No | ||
| google_place_id | No |