Send Linkus Email
For S50, S100, and S300, you can send Linkus email to the extension users.
Request URL
{base_url}/{api_path}/linkus/send_email?token={token}
Request parameters
Parameter | Required | Type | Description |
---|---|---|---|
number | Yes | String | The extension number. Valid values:
|
Response parameters
Parameter | Type | Description |
---|---|---|
status | String | Request result.
|
unsent | String | The extension and error code that failed to send Linkus email. |
Example
Request example
POST /api/v2.0.0/linkus/send_email?token=1e3b3ebb6a974cb42ed31de5413df52d Content-Type:application/json; charset=utf-8 Host: 192.168.5.150 { "number": "all" }
HTTP/1.1 200 OK Server: Boa/0.94.14rc21 Accept-Ranges: bytes Connection: close Content-Type: application/json Access-control-allow-origin: * Access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE { "status":"Success", "unsent":"1001:10004" }