---
title: "SendSingleSMSMessage"
method: POST
path: "/SMS/SendSingleSMSMessage"
tags: ["SMS Messages"]
---

# SendSingleSMSMessage

`POST /SMS/SendSingleSMSMessage`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `first_name` string — Recepient First Name
  - `last_name` string — Recepient Last Name
  - `sms_sender_uid` string, required — Should be active sender name. Can be use only for SMS
  - `phone` string, required — 05xxxxxxx
  - `type` string, required — Possible types of messages are: ''tts'' / ''sms''
  - `content` string, required — Content of the SMS or TTS message
  - `generate_short_links` boolean — If you would like we will create shortcut for all your links in your message content
  - `agreement_signed` boolean, required — You must approve our terms and conditions for every sending of message
  - `show_unsubscribe_link` boolean — To show unsubscribe link at the end of the SMS message type only
  - `unsubscribe_link_title` string — What is the word to show in the message to unsubscribe

## Response `200`

200

- object
  - `barcode` string
  - `brand` object
    - `name` string
    - `uuid` string
  - `copyDocAddress` string
  - `currency_code` string
  - `customer` object
    - `customer_name` string
    - `email` string
    - `phone` string
    - `subject_code` string
    - `uuid` string
    - `vat_number` string
  - `customer_uuid` string
  - `docUID` string
  - `doc_date` string
  - `doc_type` string
  - `more_info` unknown
  - `number` string
  - `originalDocAddress` string
  - `total_items_base_currency` integer
  - `validDocumentGenerated` boolean

## Other responses

- `400` — 400

---

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