MessageParty
Sender or recipient identity on a RingCentral message.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
phoneNumber |
string | No | Sender or recipient phone number. |
extensionNumber |
string | No | RingCentral extension number when available. |
extensionId |
string | No | RingCentral extension identifier when available. |
name |
string | No | Party display name. |
location |
string | No | RingCentral-provided geographic location. |
recipientId |
string | No | RingCentral recipient identifier. |
target |
boolean | No | Whether this party is the target recipient. |
messageStatus |
string | No | Per-recipient RingCentral delivery status. |
Example
{
"phoneNumber": "string",
"extensionNumber": "string",
"extensionId": "string",
"name": "string",
"location": "string",
"recipientId": "string",
"target": false,
"messageStatus": "string"
}