Connect to your favourite business tools

Free up your time and do more with no code integrations

Connect your applications and services across different platforms by using integrations to automate your workflows and sync your data.

SMS Software plugins and guides

Zendesk SMS Integration

Support customers better with quick answers and easy updates via SMS messaging.

Goldmine SMS Integration

Use SMS to build stronger relationships with new and existing contacts from your Goldmine interface.

Outlook SMS Integration

Send SMS messages the same way you send emails, straight from your inbox.

For connected communication across all touchpoints

Messaging Platform

Reseller

Add multichannel messaging to your offer, set your own pricing and grow a new revenue stream.

What’s next?

Business messaging reimagined

// 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, Whatsapp and RCS.

curl -X POST 'https://api.esendex.co.uk/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": {}
}

Insights