Send SMS
FreshSend SMS messages to a cloud phone. Supports Android 14.
URL: https://openapi.geelark.com/open/v1/phone/smsMethod: POST
Request Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Cloud phone ID |
| from | Yes | string | Sender phone number |
| content | Yes | string | SMS content |
Request Example
json
{
"id": "528086321789535232",
"from": "+1234567890",
"content": "Your verification code is 123456"
}Response Example
json
{
"traceId": "123456ABCDEF",
"code": 0,
"msg": "success"
}Error Codes
| Code | Description |
|---|---|
| 42001 | Cloud phone does not exist |
| 42002 | Cloud phone is not in running state |
| 52001 | Device model does not support sending SMS |