Skip to main content

Customer Management — List Tasks

Returns a paginated history of tasks for a lead — both open (PENDING) and completed (COMPLETE) tasks, newest first.

This is a Zapier Search step.

Authentication Required

Runs against your organization using the Superfone connection (your API key).

Prerequisites

You need the lead's lead_id. If you only have a phone number, run Get Lead by Phone first.

Endpoint

GET https://prod-api.superfone.co.in/superfone/enterprise/api/lead/{lead_id}/task?page={page}&page_size={page_size}

Input fields

FieldTypeRequiredDescription
lead_idnumberYesThe lead whose tasks to list. Obtain it from Get Lead by Phone.
pagenumberNoPage number, starting at 1. Defaults to 1.
page_sizenumberNoRecords per page. Defaults to 20. Maximum is 20 — a larger value returns a 400.

How to use in Zapier

  1. Add the List Tasks search step.
  2. Map lead_id (from a Get Lead by Phone step).
  3. Optionally set page and page_size (max 20).
  4. Save and test.

List Tasks search configured in Zapier

Example workflow

Daily scheduled triggerGet Lead by PhoneList Tasks → filter for overdue tasks → notify the assigned rep.