close.listLeads list Close leads with offset pagination.
automations/close-list-leads.automation.ts
Inputs
limit is an integer from 1 to 200 and defaults to 100. skip is a nonnegative integer and defaults to 0. Optional second argument { account } selects a named Close binding.
Output
Returns{ data: CloseLead[], hasMore: boolean }. Use skip + data.length for the next page when hasMore is true.