keap_list_opportunities
List sales opportunities (deals) from Keap CRM. Filter by owner, stage, or search term, and control pagination and sorting to review pipeline.
Instructions
List sales opportunities (deals).
API: GET /opportunities
Args:
user_id: Filter by the owning user's ID.
stage_id: Filter by pipeline stage ID.
search_term: Free-text search.
limit: Max results per page.
offset: Pagination offset.
order: Sort field, e.g. "next_action", "opportunity_name", "contact_name", "date_created".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | ||
| offset | No | ||
| user_id | No | ||
| stage_id | No | ||
| search_term | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |