Skip to main content

Zapier Integration

Connect Superfone to your favorite apps using Zapier — automate workflows between Superfone and the tools you already use, without writing any code.

Authentication Required

Every Superfone step in a Zap runs against your organization's data and requires a Superfone API key. You connect your account once (see How to connect) and every action reuses that connection.

App in development

The Superfone Zapier app is currently in private development and is not yet publicly listed in the Zapier App Directory. This documentation is provided for early-access reference.

What you can do

  • Create or update leads in your Superfone CRM from form submissions, payments, or any other app.
  • Look up leads by phone number to chain follow-up actions.
  • Manage tasks against a lead — create, complete, and list follow-ups.
  • Start calls between a team member and a customer (click-to-call).
  • Fetch call recordings from completed calls (where available).

Prerequisites

RequirementDetails
Superfone accountAn active Superfone organization with CRM access.
API keyAvailable in your Superfone dashboard → Settings → API Keys.
Zapier accountA free or paid Zapier account.

How to connect your Superfone account

  1. In your Zap, add a Superfone action (or search step).
  2. When prompted to Choose Account, click Connect a new account.
  3. Paste your Superfone API key into the API Key field.
  4. Click Yes, Continue to Superfone. Zapier automatically validates the key (see Check Auth below).

Connecting your Superfone account in Zapier (step 1 of 2)

Connecting your Superfone account in Zapier (step 2 of 2)

How Check Auth works

When you connect a Superfone account, Zapier runs a hidden Check Auth step that calls a Superfone validation endpoint with your API key:

  • Valid key → connection is saved and ready to use.
  • Invalid / expired key → Zapier shows an authentication error and the connection is rejected.

You don't configure this — it runs automatically on connect. If it fails, double-check the API key was pasted correctly with no extra spaces.

Base URL

All Superfone endpoints used by this integration are served under:

https://prod-api.superfone.co.in/superfone

You never need to enter this manually — the Zapier app is pre-configured with it. It is listed here for reference only.

Phone number format

E.164 format required

All phone numbers must be in E.164 format — a leading +, country code, and number with no spaces or dashes.

+9199999999999999999999, 09999999999, +91 99999 99999

Numbers in any other format will be rejected.

Searches vs Actions

Zapier separates Searches (look something up) from Actions (do something). Superfone exposes both:

Search stepsAction steps
Get Lead by Phone, List Tasks, Get Call Recording URLCreate or Update Lead, Create Task, Complete Task, Initiate Click-to-Call
Find or Create

Pair a Get Lead by Phone search with Create or Update Lead to automatically create the lead when the search finds none. Zapier's "Find or Create" pattern is the typical shape for ingesting leads from external apps without writing any branching logic.

Triggers (coming soon)

Superfone triggers — Call Completed, New Lead, Recording Ready — are planned for Phase 2 and are not part of the current Zapier app. Workflow examples that reference triggers (e.g. "Call Completed → Get Lead") will start working once that phase ships.

Common workflow patterns

  • Lead capture: New form submissionGet Lead by Phone + Create or Update Lead (Find or Create) → Create Task (follow-up call tomorrow).
  • Outbound dialing: New row in a sheetInitiate Click-to-Call (agent → customer).
  • Task hygiene: Deal marked won in CRMComplete Task for that lead.

See Actions for the full list and per-action details.