Transactional notifications
Order status, booking changes, security alerts.
An SMS gateway for business and a clean REST API for developers. One endpoint, one Bearer Token – first SMS within 30 seconds of sign-up.
SENDLY is a UKE-registered service – you send straight from the operator, not through a resold gateway.
No card, no subscription. You pay only for messages actually sent, pay-as-you-go from PLN 0.075.
A VAT invoice in Polish złoty, with no currency conversion or hidden FX fees like global aggregators.
You talk to a real person, not a ticket maze. We help you integrate the API.
One endpoint, POST /api/sms, a Bearer Token from the panel, plain JSON. No forced SDK, no SOAP. 100 free SMS to test.
curl -X POST https://api.sendly.link/api/sms \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"to": "48732129000",
"body": "Twój kod logowania: 482910"
}'Create an account
Sign-up takes 2 minutes and you get 100 free SMS to start.
Generate a token
Click your Bearer Token in the panel and paste it into the Authorization header.
Send an SMS
POST /api/sms with from, to and body. You get a message_id in the response.
POST /api/sms with three fields: from, to, body. No quirks, no XML, no SOAP.
Standard OAuth2-style. Generate in panel, attach in header, done.
A POST event to your URL: delivery confirmations (status DELIVERED or ERROR) and inbound messages.
One request, many numbers. The same message to up to 100 recipients via /api/sms-multi.
Full Unicode (UCS-2, split every 60 characters) or lean GSM-7 up to 160 characters. Toggle it in the panel.
3CX SMS API mode for the 3CX Phone System – send and receive SMS via /api/tcx.
Order status, booking changes, security alerts.
One-time codes for login, payment confirmation.
Backend events trigger SMS without manual intervention.
A Bearer Token generated in the panel, in the Authorization header. No passwords in the URL, no OAuth dance.
REST with JSON. POST /api/sms with from, to and body. No XML, no SOAP.
GSM-7 up to 160 characters, Unicode (UCS-2) split every 60 characters. You set the encoding in the panel.
By webhook – we POST to your URL with a DELIVERED or ERROR status. Inbound SMS arrive through the same mechanism.
Yes, 100 free SMS to start, no card. After that you pay only for messages actually sent, from PLN 0.075.
Yes – the REST API fits any backend, there is a 3CX mode, and even an MCP server to send SMS straight from an AI agent.
100 free messages. No credit card. No subscription. Activation in 30 seconds.