SMS API built for speed and scale

bulk

Everything you need from an SMS API

Lightning quick

SMS is one of the fastest ways to reach any mobile phone. Use our API for delivery in seconds and a setup process that sees your first message sent on the same day.

Reliable performance

Rest assured that time-sensitive text messages will be delivered securely and on-time, with industry leading performance and built-in compliance, including GDPR and ISO 27001.

Effortless integration

With our quickstart guides and 24/7 professional support, setting up and integrating into your existing systems is straightforward for developers and no-code teams alike.

> 5bn messages

Each year over five billion messages are delivered through our messaging API by businesses worldwide.

A reliable API

Scale your messaging without experiencing dips in performance for reliability during peak times.

Quick setup

Send your first live message quickly with our straightforward set up, integration and expert support.

// The POST v1/messages endpoint allows you to send a message to a single contact in one request.
// The message can also be sent via different channels; including SMS and WhatsApp.

curl -X POST 'https://api.esendex.com.au/v2/messages' -H 'X-Api-Key: {{your-key-here}}' -H 'Content-Type: application/json' -d

{
  "accountReference": "EXxxxxxxxx",
  "name": "name",
  "characterSet": "characterSet",
  "channel": "channel",
  "from": "from",
  "validity": "2025-07-30T09:38:04.4517739+00:00",
  "messageType": "messageType",
  "body": {
    "text": "text",
    "templateId": "templateId"
  },
  "recipients": [
    {
      "msisdn": "msisdn",
      "variables": {},
      "metaData": {}
    }
  ],
  "addressBook": {
    "contacts": [
      {
        "id": "id"
      }
    ]
  },
  "metaData": {}
}

Not a coder? We’ve got you covered

“Our estate agent customers need to send appointment reminders and property transaction updates reliably and on time. With SMS from Esendex, texts land straight into the hands of the agent’s clients when they are most valuable to them.”

Why choose Esendex?

20+ years of experience
Industry leading support
An expert and reliable partner
Security and compliance
Flexible and scalable options
Solutions designed for you

Get the most out of SMS with our powerful API

Notifications and alerts

Send instant updates on orders, deliveries, and service changes to keep customers informed.

Two-factor authentication (2FA)

Protect user accounts with secure one-time passcodes sent quickly by SMS.

One-time password (OTP)

Verify users quickly with secure single-use SMS codes for logins and transactions.

Appointment reminders

Reduce missed appointments with clear and timely SMS reminders.

Automate messages

Set up intelligent workflows to automate responses and manage customer journeys by SMS.

Two-way API

Customers can reply to your text messages for support, confirmations, and updates.

FAQs

How do I know if my message has been delivered?

Our API provides real-time delivery receipts so you can track the status of every message you send.

Is the SMS API secure and GDPR compliant?

Yes. Our platform is fully compliant with GDPR and ISO 27001, with encryption in transit and at rest.

What kind of support is available during and after integration?

You’ll have access to 24/7 support from our expert team, plus free setup assistance if you need it.

Can I send messages internationally using the API?

Yes. Our SMS API supports global delivery to over 190 countries with the same reliability and speed.

What programming languages are supported?

Our SMS API supports multiple languages including cURL, C#, PHP, Java, Ruby, Node and Go. Find out more in our developers’ section.

Is there a sandbox or testing environment available?

Yes. You can test and simulate messages safely using our dedicated sandbox environment.

Do I need coding skills to use the API?

No. While developers can integrate directly, no-code teams can use our tools and guided setup.

Are there templates or pre-configured integrations available?

Yes. Our API works with platforms like Salesforce and Zapier, alongside pre-built message templates.