List deals from Pipedrive's Deals list view, reading whatever columns the current view shows (title, value, organization, contact person, expected close date, next activity date, owner). Returns each deal's id and its visible column values.
Input
workspacerequired
Pipedrive workspace subdomain, e.g. "acme" (the segment right before .pipedrive.com)
Output
dealsrequired
FAQ
List deals from Pipedrive's Deals list view, reading whatever columns the current view shows (title, value, organization, contact person, expected close date, next activity date, owner). Returns each deal's id and its visible column values.
Required: workspace.
It returns deals.
Yes. It acts as you on pipedrive.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the pipedrive.com cookies saved by the Reduck extension.
It only reads. It looks things up on pipedrive.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/pipedrive.com/list_deals, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/pipedrive.com/list_deals
It is part of Reduck's official curated catalogue.