Pricing
We are offering a Special Introductory Rate for New Members for a LIMITED time only!
General Sync
Features
14 days free
Hourly sync between Cliniko and Keap
Map 1 practitioner to 1 patient
Map many practitioners to 1 patient
Note template tagging and campaign trigger
Automatic post treatment follow up
Wow your patients
Nurture your leads
48 hour set up
Price:
$47 / Month
VIP Sync
Features
14 days free
Quarter hourly sync between Cliniko and Keap
Map 1 practitioner to 1 patient
Map many practitioners to 1 patient
Note template tagging and campaign trigger
Automatic post treatment follow up
Automatic missed treatment follow up
Wow your patients
Nurture your leads
48 hour set up
Price:
$97 / Month
document.querySelector('#month').onclick=month;
document.querySelector('#year').onclick=year;
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, '\\$&');
var regex = new RegExp('[?&]' + name + '(=([^]*)|&|#|$)'),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, ' '));
}
var contactKey= getParameterByName('inf_contact_key');
function month(e){
e.preventDefault();
window.location.href = "https://kn348.infusionsoft.com/app/orderForms/ClinicKonnect-Introductory-Offer---Monthly---14-day-FREE-trial-then-47-per-month?inf_contact_key="+contactKey;
}
function year(e){
e.preventDefault();
window.location.href = "https://kn348.infusionsoft.com/app/orderForms/ClinicKonnect-Introductory-Offer---Yearly---14-day-FREE-trial-then-470-per-year?inf_contact_key="+contactKey;
}