Skip to main content
close.listTasks list and filter Close tasks.
automations/close-list-tasks.automation.ts

Inputs

Filter by assignedTo, complete, leadId, provider task type, or view (inbox, future, or archive). type defaults to all, so the action returns every documented task subtype instead of only lead tasks. limit defaults to 100; skip defaults to 0. Optional second argument { account } selects a named Close binding.

Output

Returns { data: CloseTask[], hasMore: boolean } as a typed union of lead, email, call, voicemail, opportunity, SMS, and sequence call tasks.