---
title: "Send text message"
method: GET
path: "/smsmessaging/simple"
tags: ["messaging"]
---

# Send text message

`GET /smsmessaging/simple`

Sends a text message to a list of recipients with a simple GET request

## Query parameters

- `clientMessageId` string
- `maxSmsPerMessage` string
- `notificationCallbackUrl` string
- `priority` string
- `sendAsFlashSms` string
- `senderAddress` string
- `senderAddressType` 'national' | 'international' | 'alphanumeric' | 'shortcode'
- `contentCategory` 'informational' | 'advertisement'
- `test` string
- `recipientAddressList` string[], required
- `messageContent` string, required
- `messageType` 'default' | 'voice'
- `validityPeriode` integer

## Request body

- string

## Response `200`

OK

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
