---
name: bill-pay-forecast
description: "Scheduled bill payments by due date — totals, status, and at-risk items."
title: "Forecast bill payments"
url: https://agents.ramp.com/playbooks/bill-pay-forecast
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Forecast bill payments

Treasury and AP need forward visibility on cash outflows. Your agent forecasts bill payments over the window you name, groups by due date, and flags invoices still stuck in approval.

## 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))
- AP or treasury visibility into bill payments

Forecast bill payments in Ramp for the next [REPLACE — e.g. 14] days.

Include:
- Total scheduled payment amount by week
- Bills grouped by due date — vendor, amount, and approval status
- Anything at risk of missing its due date (still in approval or draft)

Flag payments over $25,000. Read-only — do not schedule or approve payments.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in ChatGPT ([app](https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c))
- AP or treasury visibility into bill payments

Forecast bill payments in Ramp for the next [REPLACE — e.g. 14] days.

Include:
- Total scheduled payment amount by week
- Bills grouped by due date — vendor, amount, and approval status
- Anything at risk of missing its due date (still in approval or draft)

Flag payments over $25,000. Read-only — do not schedule or approve payments.
```

## 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`
- AP or treasury visibility into bill payments

Forecast bill payments in Ramp for the next [REPLACE — e.g. 14] days.

Include:
- Total scheduled payment amount by week
- Bills grouped by due date — vendor, amount, and approval status
- Anything at risk of missing its due date (still in approval or draft)

Flag payments over $25,000. Read-only — do not schedule or approve payments.
```

## 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`
- AP or treasury visibility into bill payments

Forecast bill payments in Ramp for the next [REPLACE — e.g. 14] days.

Include:
- Total scheduled payment amount by week
- Bills grouped by due date — vendor, amount, and approval status
- Anything at risk of missing its due date (still in approval or draft)

Flag payments over $25,000. Read-only — do not schedule or approve payments.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Perplexity ([connector](https://www.perplexity.ai/computer/connectors?connector=ramp))
- AP or treasury visibility into bill payments

Forecast bill payments in Ramp for the next [REPLACE — e.g. 14] days.

Include:
- Total scheduled payment amount by week
- Bills grouped by due date — vendor, amount, and approval status
- Anything at risk of missing its due date (still in approval or draft)

Flag payments over $25,000. Read-only — do not schedule or approve payments.
```
