Get the wanderlog.com URL for a trip
wanderlog_get_trip_urlGenerate Wanderlog trip URLs for editing, viewing, or suggesting changes to travel itineraries in a browser.
Instructions
Returns the wanderlog.com URL for a trip so the user can open it in a browser.
Three link variants are available via the mode parameter:
edit (default) — full-permission link for the owner
view — read-only link that's safe to share with anyone
suggest — suggest-mode link where collaborators can propose changes
If you don't know which mode the user wants, default to edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip key from wanderlog_list_trips. | |
| mode | No | Which link variant to return. 'edit' (default) is the primary link with full permissions. 'view' is a read-only share link. 'suggest' is a suggest-mode share link where collaborators can propose changes. | edit |