Docs

Send SMS

Creates a new SMS in Seven.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

Recipient number of the SMS. This can also be the name of a contact or a group. Our API accepts all common formats such as 0049171999999999 , 49171999999999 , +49171999999999 . Multiple recipients are transferred comma-separated. Ideally, you should enter the phone number in international format after E.164 .

stringrequired

Text of the SMS message.

string

Sender of the SMS. This may contain a maximum of 11 alphanumeric or 16 numeric characters.

date

Date/time for delayed sending. Optionally Unix timestamp or a timestamp in the format YYYY-MM-DD hh:mm:ss.

boolean

Send SMS as Flash SMS. These are shown directly on the recipient's display. On most devices, no sender is displayed for Flash SMS, with the exception of some older models.

string

Individual User Data Header (UDH) of the SMS. If specified and variable text contains hex code, the message is sent as an 8-bit binary SMS. 050003CC0201 (concatenated message: reference number 204, part 1 of 2)

number

Specifies the validity period of the SMS in minutes. The default is 2880, i.e. 48 hours. Please note that not all networks allow a different setting.

string

Optionally set a separate label for each SMS so that you can assign it to your statistics. Max. 100 characters, permitted characters: a-z, A-Z, 0-9, .-_@.

boolean

Activate click and performance tracking for URLs found in the SMS text. This also activates the URL shortener.

string

Enter your own ID for this message. You will receive the foreign_id in turn for callbacks for status reports etc. Max. 64 characters, permitted characters: a-z, A-Z, 0-9, .-_@.

boolean

If true , the SMS will be sent as binary data.

boolean

Activates the reply function. Replies are assigned for 48 hours. The sender is automatically overwritten.

string
string
string
string
string
string

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.