---
name: daily-digest
description: "A morning brief from your agent. Pending approvals, missing receipts, and items waiting on you, in one summary."
title: "What needs my attention"
url: https://agents.ramp.com/playbooks/daily-digest
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# What needs my attention

A morning Ramp brief from your agent — pending approvals, missing receipts, and anything waiting on you, all in one summary. Use it first thing in the morning, or whenever something feels like it's piling up. Wire it into a recurring schedule and you get a fresh brief every morning without asking.

## 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))

Give me my daily Ramp brief.

Surface everything waiting on me:
- Bills pending my approval
- Reimbursements pending my approval
- Spend or fund requests awaiting a reviewer
- Transactions of mine that are missing receipts or memos

For each, show counts, totals, and the oldest item. Flag anything over $5,000 separately.
```

## ChatGPT

Copy and run this prompt:

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

Give me my daily Ramp brief.

Surface everything waiting on me:
- Bills pending my approval
- Reimbursements pending my approval
- Spend or fund requests awaiting a reviewer
- Transactions of mine that are missing receipts or memos

For each, show counts, totals, and the oldest item. Flag anything over $5,000 separately.
```

## 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`

Give me my daily Ramp brief from the terminal.

Surface everything waiting on me:
- Bills pending my approval
- Reimbursements pending my approval
- Spend or fund requests awaiting a reviewer
- Transactions of mine that are missing receipts or memos

For each, show counts, totals, and the oldest item. Flag anything over $5,000 separately.
```

## 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`

Give me my daily Ramp brief from the terminal.

Surface everything waiting on me:
- Bills pending my approval
- Reimbursements pending my approval
- Spend or fund requests awaiting a reviewer
- Transactions of mine that are missing receipts or memos

For each, show counts, totals, and the oldest item. Flag anything over $5,000 separately.
```

## Perplexity

Copy and run this prompt:

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

Give me my daily Ramp brief.

Surface everything waiting on me:
- Bills pending my approval
- Reimbursements pending my approval
- Spend or fund requests awaiting a reviewer
- Transactions of mine that are missing receipts or memos

For each, show counts, totals, and the oldest item. Flag anything over $5,000 separately.
```
