Skip to main content

Customer Management — Get Lead by Phone

Fetches a single lead by phone number. Use this to look up a lead's details — and, importantly, to get its lead_id, which the task actions (Create Task, Complete Task, List Tasks) require.

Authentication Required

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

Endpoint

GET https://prod-api.superfone.co.in/superfone/enterprise/api/lead?phone={phone}

Input fields

FieldTypeRequiredDescription
phonestringYesThe lead's phone number in E.164 format (e.g. +919999999999).
Field name

The underlying query parameter is phone (not customer_phone). In Zapier, enter the customer's phone number in the lookup field.

How to use in Zapier

  1. Add the Get Lead by Phone search step.
  2. Map the customer's phone number (E.164) into the Phone field.
  3. Send a test — the response contains the lead, including its id (the lead_id).
  4. In later steps, map id from this step into the lead_id field of the task actions.

Get Lead by Phone search configured in Zapier

Example workflow

Call Completed trigger (Phase 2)Get Lead by Phone (by caller's phone) → Create Task (callback, using the id returned here as lead_id).