API Docs / Schemas / ConversationClientSuggestionDto

ConversationClientSuggestionDto

A suggested client to associate with a conversation, based on matching participant emails

Properties

Name Type Description
clientCodestring

The client's code

The client's code

clientNamestring

The client's name

The client's name

matchedEmailstring

The email address that matched (from a contact or the client itself)

The email address that matched (from a contact or the client itself)

matchedViastring

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"
}

Contained in Schemas