Channels
Configure how leads can contact your center and how messages flow into Meridian.
Your inquiry page
A ready-made contact page for your center — share it anywhere or link it from your website. Every submission becomes a lead, gets an instant AI reply, and can book a session on its own.
Add this link to your site's "Contact" button — no code or webhook setup needed.
Inbound webhook
Point your form provider, Zapier, or email parser to this URL to route leads into Meridian.
••••••cretSet via WEBHOOK_SECRET env varPOST https://meridian-frontdesk.vercel.app/api/webhooks/inbound
x-webhook-secret: <your WEBHOOK_SECRET env var>
{
"org_slug": "demo",
"first_name": "Alex",
"last_name": "Johnson",
"email": "alex@example.com",
"phone": "555-1234",
"subject": "SAT Math",
"grade": "11th",
"source": "form",
"message": "Hi, I need SAT help for my daughter."
}Email (Gmail / Outlook)
Forward inbound emails to Meridian for automatic lead creation and AI draft replies.
SMS (Twilio)
Route inbound SMS from Twilio to create leads and send replies directly from Meridian.
Website chat widget
Embed a chat bubble on your website that captures leads directly into Meridian.