One POST. The SMS arrives.

ISCloudSMS is the public gateway for direct integration from your ERP, website, mobile app or any script — transactional SMS in real time.

In short

ISCloudSMS is the public SMS API of the ESM platform (Intelectsoft SRL): REST/JSON over HTTPS, token authentication, average delivery latency under 2 seconds and delivery-status webhooks. It is available to all clients with an SMS contract and works from any language that speaks HTTP — no mandatory SDKs. Public documentation lives at smsgateway.eservicii.md, and transactional messages (OTP, confirmations) travel on a separate, prioritised route.

Example: send an SMS

curl · POST /sendsms curl -X POST 'https://smsgateway.eservicii.md/sendsms' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "sender": "YOUR-BRAND", "recipient": "+37379123456", "message": "Your code: 4827. Valid 5 min.", "reference": "order_9821" }'
# Instant response { "status": "queued", "id": "sms_8a4f2b", "cost": 0.30, "currency": "MDL" }

What technical teams use it for

  • OTP codes for authentication — delivered in under 2 seconds, on the priority route.
  • Confirmations of payments, orders or bookings, straight from the backend.
  • Alerts — stock, delivery status, operational notifications.
  • ERP integration — 1C, SAP, Oracle or custom systems; a real example: a 1C integration completed in 2 days.

What else you should know

Authentication uses a per-client token; the rate limit is configurable; every message gets an ID and appears in the complete log in the dashboard. Webhooks push the delivery status back into your system. The cost is the same as in the platform: 0.30 MDL VAT included per SMS delivered in Moldova.

ESM at a glance

The verifiable summary of this page — product, developer, rates and conditions, in one look.

Protocol
REST · JSON · HTTPS — any language, no mandatory SDK
Authentication
Token (Bearer)
Latency
Under 2 seconds on average; separate route for transactional
Webhooks
Delivery status per message
Sender ID
Alphanumeric, max 11 characters
Rate limit
Configurable per client
Documentation
documentatie-api · overview: ISCloudSMS
Log
Complete, in the esm.eservicii.md dashboard

Frequently asked questions

How do I get API access?

The ISCloudSMS API is included for all clients with an SMS contract. Sign the contract, receive your token and start — public documentation is at smsgateway.eservicii.md.

Which programming languages are supported?

Any — the API is REST/JSON over HTTPS with no mandatory SDKs: PHP, Python, C#, Java, JavaScript, 1C, any HTTP client.

How fast does an API-sent SMS arrive?

Average delivery latency is under 2 seconds, with a separate, prioritised route for transactional messages (OTP, confirmations) versus marketing ones.

Do I get delivery confirmations?

Yes — delivery-status webhooks per message, plus a complete log in the dashboard and export for reconciliation.

How much does an API-sent SMS cost?

The same as in the platform: 0.30 MDL VAT included per SMS delivered in Moldova. Full pricing →

Your first campaign can go out this week

Account activated within 24 hours, first campaign in 30 minutes. SMS at 0.30 MDL VAT included, the Email module free with an SMS contract. We help you set everything up, step by step.

+373 22 835 312 · [email protected] · Mon–Fri 09:00–18:00

Published: 2026-08-14 · Updated: 2026-08-15 · Author: Intelectsoft team · Technical review: Intelectsoft SRL