---
name: review-upcoming-travel
description: "Upcoming trips, bookings, and related card spend in one pre-trip brief."
title: "Review upcoming travel bookings"
url: https://agents.ramp.com/playbooks/review-upcoming-travel
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Review upcoming travel bookings

Before a trip, know what's booked and what's already on your card. Your agent lists upcoming travel, ties related spend, and flags missing items so you travel prepared.

## How to run

Identify which runtime you're operating in (Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity). Use the matching section below; ignore the others.

## Claude Desktop

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Claude Desktop ([connector directory](https://claude.ai/directory/61bac03c-3f98-4b3c-affb-1b99533fa82c))

Show me my upcoming business travel in Ramp.

Include:
1. Trips and bookings in the next [REPLACE — e.g. 30] days — destination, dates, and status
2. Card transactions already tied to those trips
3. Anything missing — receipts, memos, or unlinked charges that look travel-related

Sort by departure date soonest first. Read-only.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in ChatGPT ([app](https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c))

Show me my upcoming business travel in Ramp.

Include:
1. Trips and bookings in the next [REPLACE — e.g. 30] days — destination, dates, and status
2. Card transactions already tied to those trips
3. Anything missing — receipts, memos, or unlinked charges that look travel-related

Sort by departure date soonest first. Read-only.
```

## Claude Code

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`

Show me my upcoming business travel in Ramp.

Include:
1. Trips and bookings in the next [REPLACE — e.g. 30] days — destination, dates, and status
2. Card transactions already tied to those trips
3. Anything missing — receipts, memos, or unlinked charges that look travel-related

Sort by departure date soonest first. Read-only.
```

## Codex

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`

Show me my upcoming business travel in Ramp.

Include:
1. Trips and bookings in the next [REPLACE — e.g. 30] days — destination, dates, and status
2. Card transactions already tied to those trips
3. Anything missing — receipts, memos, or unlinked charges that look travel-related

Sort by departure date soonest first. Read-only.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Perplexity ([connector](https://www.perplexity.ai/computer/connectors?connector=ramp))

Show me my upcoming business travel in Ramp.

Include:
1. Trips and bookings in the next [REPLACE — e.g. 30] days — destination, dates, and status
2. Card transactions already tied to those trips
3. Anything missing — receipts, memos, or unlinked charges that look travel-related

Sort by departure date soonest first. Read-only.
```
