n8n
Via webhookRoute leads with automation running on your own server.
What it does
ClinicVi does not have a ready-made "native" connector for n8n. Instead, when you unlock a patient their full data is delivered via a signed webhook; you map the fields to n8n and the lead appears there. You can also connect it through a bridge like Zapier/Make without a technical team.
How to connect
- 01
Connect Webhook / CRM in the panel; enter your HTTPS URL and get your signing key.
- 02
Create an inbound webhook endpoint on the n8n side.
- 03
Map the fields (name · phone · email · category · country → n8n fields).
- 04
Unlock a lead — the data appears in n8n 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.
| Field | Description |
|---|---|
| event | Event type — always "lead.unlocked" |
| delivery_id | Unique delivery id (don't process twice) |
| occurred_at | Unlock time (ISO8601) |
| clinic_id | Your clinic's id |
| lead.category | Treatment category (e.g. hair-transplant) |
| lead.title | Request title |
| lead.description | The patient's own note |
| lead.city | Preferred city |
| lead.country_code | Country code (ISO2, from phone prefix) |
| lead.country | Country name |
| lead.locale | Patient's language signal |
| lead.budget_min_eur / max_eur | Budget range (EUR) |
| lead.timing.start / end | Preferred date range |
| lead.contact.name | Patient's namePII |
| lead.contact.phone | Phone numberPII |
| lead.contact.email | Email addressPII |
| lead.credit_cost | Credits spent on this lead |
| lead.source | Lead 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.
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.