Skip to main content

Actions

Superfone actions are the steps you add to a Pabbly workflow to do something in Superfone — create a lead, add a task, start a call, and more. Each action reuses the Superfone connection you set up once.

Available actions

ActionWhat it does
Create or Update LeadUpserts a lead by phone number — creates it if new, updates it if it exists.
Get LeadFetches a lead by phone number. Returns the lead_id needed by the task actions.
Create TaskCreates a task (follow-up, reminder, site visit, etc.) against a lead.
Complete TaskMarks a lead's currently-open task as complete.
List TasksReturns a paginated task history for a lead.
Initiate Click-to-CallStarts a call from a team member to a customer.
Lead-based actions need a lead_id

Create Task, Complete Task, and List Tasks all act on a specific lead identified by its lead_id. If you only have a phone number, run Get Lead first to obtain the lead_id.

Some fields in these actions are dropdowns that load live values from your Superfone account, so you pick from your real configuration instead of typing free text. These are powered behind the scenes by "inbuilt actions":

DropdownFills which field(s)Pulls from
List Source Typessource_typeYour configured lead source types
List Lead Stageslead_stage_nameYour CRM pipeline stages
List Lead Groupslead_group_nameYour lead groups
List Labelsadd_labels, remove_labelsYour lead labels/tags
List Productsadd_productsYour product catalog

These lists are per-organization and typically small, so they load fully in a single request — no pagination needed.