Send data to n8n
Automatically trigger an n8n or Make scenario with the selected patient fields.
Detect a Doctolib event, map useful fields, then push clean JSON to your information system.
In many aesthetic centers, teams lose time retyping patient details: name, phone, email, appointment date, reason, address, or administrative data. Calmedi Connect removes this copy-paste work by preparing a JSON flow your tools can use immediately.
Administrative staff manually re-enter patient details to move them into billing software.
A wrong digit, an incomplete address, the wrong reason: every manual re-entry increases the error risk.
Time spent retyping could instead be used to welcome patients, manage appointments, or follow up on payments.
Doctolib, billing, CRM, n8n, and Make do not naturally exchange data without a webhook bridge.
Patient record viewed
Data to re-enter
Calmedi Connect sends a webhook call for every detected event. You receive a structured JSON payload ready to use in n8n, Make, Zapier, a CRM, or your internal software.
A patient record or event is detected.
Authorized fields are prepared before sending.
Calmedi sends a signed JSON payload to your URL.
Your system processes the data exactly the way you want.
{
"event": "patient_viewed",
"source": "calmedi_extension",
"patient": {
"first_name": "Sarah",
"last_name": "Dupont",
"mobile_phone": "+336...",
"email": "sarah@example.com"
},
"appointment": {
"date": "2026-05-22",
"motive": "Consultation"
}
}
As soon as a patient event is detected, CalMedi Connect can send JSON to your webhook. Your system can then trigger the actions you need.
Automatically trigger an n8n or Make scenario with the selected patient fields.
Automatically feed your CRM with the patient name, contact details, reason, or appointment date.
Notify a secretary, a sales rep, or a team as soon as an important event is detected.
Turn a patient event into a follow-up task: callback, file completion, or billing preparation.
Send useful data to your billing software or your internal information system.
Centralize events in a dashboard to monitor volumes, processing, and completed actions.
Calmedi Connect sends a JSON payload to your HTTPS webhook. You can route patient data to automation tools, your CRM, billing software, or your internal information system.
POST https://your-tool.com/webhook/calmedi
Calmedi Connect is an API/webhook option. To use it, you first need an active Calmedi subscription, then add the Calmedi Connect option that fits your needs.
Your Calmedi subscription gives access to your account and synchronization services.
Enable the API option to receive your patient events in JSON via HTTPS webhook.
Take the Calmedi Starter subscription, then add Calmedi Connect Starter.
To test a first JSON automation.
To connect your workflows with patient contact details and consultation reason.
For centers that want a more complete administrative export.
Understand how to use Calmedi Connect to send patient events to n8n, Make, Zapier, your CRM, billing software, or information system.
Calmedi Connect turns detected events into webhook calls your tools can use.
No. It is not the official Doctolib API; it is a JSON webhook gateway.
It automates sending patient data to a webhook URL and avoids manual copy-paste.
Yes. Calmedi Connect can send a JSON payload to an n8n webhook.
Yes, if your Make or Zapier scenario can receive HTTPS webhooks.
Yes. Available fields depend on your Starter, Pro, or Business plan.
Calmedi Connect is designed to forward selected data without long-term storage of full patient payloads.
Yes. It is a common use case for invoicing and front-desk workflows.
Yes. You need an active Calmedi subscription plus the Connect option.
Yes, via webhook/API or through tools like n8n or Make.
Delivery is logged with statuses and errors so failed sends are visible.
Yes. You can update and test the webhook URL in your Calmedi Connect space.
Currently one webhook URL per account.
Starter covers essentials, Pro adds useful fields, Business adds advanced administrative fields.
No. It complements your software as an API gateway.
Want to go further than a basic webhook? Our team can help you deploy the Calmedi Connect API and build an information system tailored to your tools, constraints, and organization.
Automatic record creation, invoice preparation, front-desk tasks, internal alerts, CRM sync, n8n / Make workflows, or AI agents: tell us what you need and we will turn it into concrete automation.
In 20 minutes, we identify what can be automated and whether Calmedi Connect fits your organization.
First name, phone, email, reason, appointment date, insurance: you control what is sent.
For each detected event, Calmedi triggers a secure HTTPS webhook call to your URL.
n8n, Make, CRM, ERP, or internal tools: decide what happens next.