Skip to content
Softphone + voice & SMS API

A phone system your software can drive.

A real softphone for iPhone, iPad, Mac, desktop and web — with a production REST API, webhooks, deep links and an MCP server behind it. Send programmable SMS, click-to-call, and turn website chat into two-way SMS — then wire it all into your own apps, CRM and dashboards.

Not a raw CPaaS you assemble for months. Not a closed app you can’t program. The developer-friendly middle ground.

Send an SMS
curl https://api.netexem.com/v1/messages \
  -H "Authorization: Bearer $NETEXEM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "+15551234567",
    "to": "+15557654321",
    "body": "Your appointment is confirmed for 2pm — reply STOP to opt out."
  }'

One POST sends a text — and it lands in the softphone too.

5
platforms — iOS, iPad, Mac, desktop, web
REST
API + HMAC-signed webhooks
MCP
server for agents & Claude Code
2-way
SMS from website chat
What you can build

Voice, SMS and a real app — all programmable.

Where we sit

The middle ground between a CPaaS and a closed app.

More finished than a CPaaS

Twilio hands you primitives and a months-long build. VanceTel ships the softphone, the shared inbox and the dashboards — and still gives you the API.

More open than an app

OpenPhone and Aircall are closed apps. VanceTel exposes the REST API, webhooks, deep links and an MCP server, so the phone system becomes part of your software.

One place for sales + phone

Automated SMS, click-to-call and website chat all surface in the same softphone your team already uses — not a fourth tool nobody opens.

Built for

Whether you’re shipping, integrating, or selling.

FAQ

Questions, answered.

Still deciding? The fastest way to see it is a live walkthrough.

Is VanceTel a Twilio alternative?

VanceTel sits between a raw CPaaS like Twilio and a closed softphone app. You get the same programmability — a REST API, webhooks, deep links and an MCP server — but you also get a finished softphone, shared SMS inbox and dashboards out of the box, so there is far less to build before you ship.

What can I do with the API?

Send and receive SMS/MMS, place click-to-call and pre-addressed text deep links, create and sync contacts, and subscribe to webhooks for inbound messages, delivery receipts and call events. The public API is write-and-event oriented; the softphone app surfaces everything in real time.

How does website chat become SMS?

You embed a small “chat with us” snippet on your site. When a visitor starts a chat, it opens a two-way SMS conversation that you answer from the VanceTel softphone on web, desktop or mobile — the visitor texts from your site, you reply from your phone.

Do you have an MCP server?

Yes. VanceTel ships a Model Context Protocol server so AI agents and Claude Code can act on your phone system in the loop — send a text, resolve a contact, or check a message's status — alongside the REST API and webhooks.

Which devices does the softphone run on?

The VanceTel softphone runs on iPhone, iPad, Mac, Apple Vision Pro, Windows/Mac desktop and the web — calls and texts ring every device at once, and you can also pair desk phones.

Put your phone system in your codebase.

See the softphone, the API and the website-chat-to-SMS flow in a 20-minute walkthrough.