MessageCorrespondent
CRM association for one external participant in a message conversation.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
phoneNumber |
string | Yes | Correspondent phone number. |
name |
string | No | Correspondent display name. |
type |
string | No | Connector-defined CRM entity type. |
id |
string | No | Connector-assigned CRM record identifier. |
Example
{
"phoneNumber": "string",
"name": "string",
"type": "string",
"id": "string"
}