Shorten, brand, route, and track every click. ExaLink turns ordinary URLs into measurable experiences across SMS, WhatsApp, email, ads, and QR—with analytics, conversions, and webhooks.
sndx.in
Default domain
Real-time
Analytics
QR + Bio
Pages
REST
API first

sndx.in/promo
Short links
Full funnel
Clicks → conversions
QR Codes
Trackable
Everything shipping in ExaLink today—short links, routing, analytics, bio pages, and a REST API.
Create clean short URLs on sndx.in with custom slugs—or let ExaLink generate one for you.
Serve links from go.yourbrand.com. Add a domain, verify ownership, and set a default host.
Track total clicks and unique visitors with country, device, referrer, and timeseries data.
Route by device or country—Android vs iOS, Ghana vs Nigeria—with first-match rules and a fallback URL.
Password-protect links, set expiry timestamps, and cap traffic with max clicks for gated campaigns.
Attach source, medium, campaign, term, and content once—merged into every redirect for attribution.
Generate trackable QR codes linked to your short URLs for print, packaging, and offline journeys.
Publish link-in-bio pages at sndx.in/m/{handle} with themes, socials, and multiple destinations.
Manage links in the Sendexa dashboard or automate everything via REST.
Group links for launches and channels
Signups, purchases, leads via API or pixel
Live click stream with geo & device
exalink.click & exalink.converted
Smart links for every Sendexa channel—and beyond.
Shorten long destinations in messaging channels while tracking every click and conversion.
Ship compact URLs with UTM fidelity and measure engagement across newsletters and lifecycle mail.
Bridge ad clicks to landing pages with clean short URLs and webhook events into your stack.
Connect print, packaging, and OOH to digital experiences with trackable QR codes.
One smart link sends Android users to Play Store and iOS users to the App Store automatically.
Issue unique partner links with click and conversion webhooks so attribution stays accurate.
Pull link analytics via GET /v1/exalink/links/:id/analytics or watch the dashboard—then pipe events to your stack with webhooks.
1,284
Clicks
902
Uniques
64
Conv.
Start on sndx.in, then unlock branded domains, smart routing, and conversion webhooks as you grow.
For individuals and side projects
For growing marketing teams
For high-volume brands
Use the REST API at api.sendexa.co with your dashboard Basic auth token. Create links, read analytics, and subscribe to webhooks.
// Create a smart link — POST /v1/exalink/links
const res = await fetch(
'https://api.sendexa.co/v1/exalink/links',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
Authorization:
'Basic ' + process.env.SENDEXA_API_TOKEN,
},
body: JSON.stringify({
destination:
'https://shop.example.com/summer-sale',
slug: 'summer26',
title: 'Summer Sale 2026',
utm: {
source: 'sms',
medium: 'campaign',
campaign: 'summer_sale_2026',
},
expiresAt: '2026-09-30T23:59:59.000Z',
maxClicks: 10000,
}),
}
);
const { data } = await res.json();
// data.shortUrl → https://sndx.in/summer26
console.log(data.shortUrl);sndx.in
Default short domain
Real-time
Click → analytics & webhooks
Smart route
Device & country rules
Beta
REST API & dashboard
Everything you need to know about ExaLink.
ExaLink is Sendexa’s smart link platform (Beta) for short URLs on sndx.in, branded domains, QR codes, bio pages, smart routing, and full click analytics—built for SMS, WhatsApp, email, ads, and offline campaigns.
By default, public short links resolve on https://sndx.in/{slug}. You can also attach a verified custom domain (e.g. go.yourbrand.com) and set it as the default host.
Yes. Add a hostname in the dashboard, complete DNS verification (TXT challenge at _exalink-challenge.<domain>), then create links on that domain.
Per link you get total clicks, unique visitors, country breakdown, device mix (mobile, desktop, tablet, bot), referrers, and timeseries. Business overview, recent clicks, and conversion reports are available in the dashboard and API.
Attach routing rules by device or country. The first matching rule wins; otherwise traffic falls back to the default destination—ideal for app-store links and regional landing pages.
Password-protect a link, set an expiresAt timestamp, and optionally cap traffic with maxClicks. Inactive or expired links stop redirecting immediately.
QR codes encode your ExaLink short URL, so scans flow through the same redirect and analytics pipeline. Bio pages live at sndx.in/m/{handle} with their own view counts and linked destinations.
Yes. Subscribe to exalink.click (successful redirect) and exalink.converted (attributed signup, purchase, lead, or custom event) with HMAC-signed payloads.
POST to https://api.sendexa.co/v1/exalink/links with Basic auth (dashboard Base64 token). Pass destination, optional slug, domain, title, utm, password, maxClicks, and expiresAt.
Create short links on sndx.in, branded domains, smart routes, QR codes, and bio pages—with full analytics and webhooks. Start free today.