ConversationClientSuggestionDto
A suggested client to associate with a conversation, based on matching participant emails
Properties
| Name | Type | Description |
|---|---|---|
| clientCode | string | The client's code |
The client's code | ||
| clientName | string | The client's name |
The client's name | ||
| matchedEmail | string | The email address that matched (from a contact or the client itself) |
The email address that matched (from a contact or the client itself) | ||
| matchedVia | string | Where the match was found: "client" (the client's own email) or the contact's name |
Where the match was found: "client" (the client's own email) or the contact's name | ||
JSON Example
{
"clientCode": "string",
"clientName": "string",
"matchedEmail": "string",
"matchedVia": "string"
}