# Agent Prompt + Workflow Recipe

## Agent Goal

Review the invoice exception request and return predictable fields that Jodoo can store.

## Required Output Fields

- `vendor_name`
- `invoice_date`
- `invoice_amount`
- `approval_status`
- `exception_flag`
- `exception_reason`
- `submitter_name`
- `assigned_reviewer`

## Zapier Agents Setup

- Trigger: Agent action
- Action: Visit Site tool
- Endpoint: `/jodoo/zapier/invoice-exception-review`
- Expected response: `ok`, `jodoo_data_id`, `record_anchor`

## Prompt Skeleton

Return only structured JSON for this invoice exception review. Include risk, owner, status, and the next action. Do not return a loose paragraph.
