We will soon add a new field to the extensions API;
mobile
.
The mobile
field will contain the mobile number of the extension.
Methods for sending SMS text messages.
GET https://api.telavox.se/sms/{number}
Sends an SMS text message to a phone number from the logged in user. Blocked for users without paid telephony
Parameters:
number |
The target number to send the message to. |
message |
The message body. |
Response:
{"message":"OK"}
Toggle response description
Field | Description |
---|---|
message |
OK, or a descriptive error message |
Examples:
https://api.telavox.se/sms/0701234567?message=hello
- This request will send the message "hello" to the number "0701234567" from the logged in user.