Skip to main content
apollo.listDeals lists saved deals with explicit pagination.
automations/list-apollo-deals.automation.ts
page defaults to 1, perPage to 100, and sortBy accepts amount, isClosed, or isWon. Returns { deals: ApolloDeal[]; pagination: ApolloPagination }.