AI agents that connect via Phone, SMS, WhatsApp, and Email. Family check-ins. Employee sentiment. Sales pipeline. Competitive intel. All on autopilot.
Reach your contacts on their preferred channel. All conversations tracked in one unified system.
AI voice calls with sub-600ms latency. Natural conversations in German and English via Vapi.ai.
Text-based conversations via Sipgate. Perfect for quick check-ins and automated updates.
WhatsApp Business integration for global reach. Rich media support and read receipts.
Professional email conversations via Resend. Full HTML support and email threading.
Six specialized agents, each designed for a specific type of conversation.
Stay connected with the people who matter. Automated check-ins via phone, SMS, or WhatsApp with warmth and empathy.
Understand sentiment, workload, and morale. Get honest feedback through natural, confidential conversations.
Get deal updates without the meetings. Your AI contacts reps and delivers structured pipeline reports to your inbox.
Learn why you win and why you lose. Debrief conversations that surface competitive insights and market positioning data.
Book meetings while you sleep. AI-driven outreach calls and messages that qualify leads and schedule appointments.
Never miss a message again. Professional AI receptionist that handles inquiries across all channels and routes important contacts.
Three steps. Zero complexity. Real conversations.
Simple API call or chat command. Pick your channel (Phone/SMS/WhatsApp/Email), select an agent type, and optionally add context.
Your agent initiates contact and converses naturally in German or English. Every interaction feels human, whether voice or text.
Full transcript, sentiment analysis, action items, and a concise summary — delivered to your inbox within seconds of completion.
Enterprise-grade multi-channel AI, not a toy demo.
Powered by Deepgram STT + GPT-4o + ElevenLabs. Phone conversations indistinguishable from human callers.
Native fluency in both languages across all channels. Automatic language detection and seamless switching.
Beautiful email reports with transcript, summary, sentiment analysis, and action items for every interaction.
API key authentication. End-to-end encryption. No conversation data stored unless you explicitly enable it.
Voice response time so fast conversations feel natural. No awkward pauses or robotic delays.
AI-powered mood detection across all channels. Know how people really feel from tone and content.
All conversations across all channels in one system. Complete conversation history, cross-channel threading.
WhatsApp Business for worldwide messaging. SMS and phone support for German and international numbers.
Enter your phone number and our AI agent will call you right now. Free — one demo per number per day.
Register with your @link11.com email to get your API key. Unlimited access, all 6 agents, all 4 channels, full API access.
One endpoint per channel. One API key. Start communicating in seconds.
curl -X POST https://talk.lynk.run/call \
-H "Content-Type: application/json" \
-H "X-API-Key: your_api_key" \
-d '{
"assistantType": "sales",
"phoneNumber": "+4917012345678",
"context": "Ask about the Telekom deal status"
}'
curl -X POST https://talk.lynk.run/sms/send \
-H "Content-Type: application/json" \
-H "X-API-Key: your_api_key" \
-d '{
"to": "+4917012345678",
"message": "Your meeting is confirmed for 3pm."
}'
assistantType
required
string
One of: family, employee, sales, intel, prospect, inbound
phoneNumber
required
string
E.164 format phone number (e.g., +4917012345678)
context
string
Additional context injected into the agent's system prompt for this conversation
curl https://talk.lynk.run/calls?limit=10 \
-H "X-API-Key: your_api_key"