Make

Via webhook

Route leads anywhere with visual scenarios.

What it does

ClinicVi does not have a ready-made "native" connector for Make. Instead, when you unlock a patient their full data is delivered via a signed webhook; you map the fields to Make and the lead appears there. You can also connect it through a bridge like Zapier/Make without a technical team.

How to connect

  1. 01

    Connect Webhook / CRM in the panel; enter your HTTPS URL and get your signing key.

  2. 02

    Create an inbound webhook endpoint on the Make side.

  3. 03

    Map the fields (name · phone · email · category · country → Make fields).

  4. 04

    Unlock a lead — the data appears in Make instantly.

What this integration accesses

The real fields sent to your system when you unlock a patient (spend credit). This is exactly what the code sends.

Direction: ClinicVi → your system (one-way)Trigger: Only on lead unlock (after payment)
FieldDescription
eventEvent type — always "lead.unlocked"
delivery_idUnique delivery id (don't process twice)
occurred_atUnlock time (ISO8601)
clinic_idYour clinic's id
lead.categoryTreatment category (e.g. hair-transplant)
lead.titleRequest title
lead.descriptionThe patient's own note
lead.cityPreferred city
lead.country_codeCountry code (ISO2, from phone prefix)
lead.countryCountry name
lead.localePatient's language signal
lead.budget_min_eur / max_eurBudget range (EUR)
lead.timing.start / endPreferred date range
lead.contact.namePatient's namePII
lead.contact.phonePhone numberPII
lead.contact.emailEmail addressPII
lead.credit_costCredits spent on this lead
lead.sourceLead source

Patient contact info (name · phone · email) is sent ONLY for leads you unlock with credit. No PII is sent for requests you don't unlock.

{ } JSON
{
  "event": "lead.unlocked",
  "delivery_id": "dlv_9f2c…",
  "occurred_at": "2026-07-24T09:12:00Z",
  "clinic_id": "cl_1a2b…",
  "lead": {
    "category": "hair-transplant",
    "city": "Köln",
    "country_code": "DE",
    "budget_min_eur": 2000,
    "budget_max_eur": 3500,
    "contact": { "name": "…", "phone": "+49…", "email": "…" },
    "credit_cost": 10,
    "source": "doctorvi"
  }
}

FAQ

Is this a native integration?

No. ClinicVi's native live integrations are Telegram, Webhook/CRM and Stripe. Other tools are reached via a signed webhook (directly) or a Zapier/Make bridge.

Where does my data go?

Only to the HTTPS address you enter, one-way. Patient contact info is sent only for leads you unlock with credit.

When does it trigger?

The moment you unlock a patient (spend credit). Requests you don't unlock are never sent.

Resources

Related integrations

Let your first lead land straight in your system.

We review your application the same day. We handle setup; you just talk to the patient.