Pager Messages
Create Internal Text Message
Creates and sends an internal text message (company pager message).
post/restapi/v1.0/account/{accountId}/extension/{extensionId}/company-pager
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
extensionIdstring required
Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)
Request body
Example request
{
"from": {
"extensionId": "123456789",
"extensionNumber": "105"
},
"text": "hello world",
"to": [
{
"extensionId": "123456789",
"extensionNumber": "105"
}
]
}Response
Created text message