api:pbx:recording:email
Table of Contents
API : PBX : Recording E-mail
Request
This request is used to send a recording to an e-mail recipient.
| URL | https://api.telecomx.dk/pbx/recording/RECORDING_ID/email | ||
|---|---|---|---|
| Method | GET | ||
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER or ADMIN. PERSONAL may only access own recordings. | ||
| Params | RECORDING_ID | String | Id of recording to e-mail. |
| Query | String | E-mail address to send the recording to. | |
Query examples
https://api.telecomx.dk/pbx/recording/1234578901234567890ABCD/email?email=donald.duck@disney.com
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Recording not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/recording/email.txt · Last modified: 2019/11/04 14:11 by Per Møller