API ReferencePortal Conversation
portalConversation.markRead
Type: Mutation ยท Auth: Portal session
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| entityType | enum(account, quote, invoice, ticket, project, opportunity) | Yes | โ | Entity type |
| entityId | string | Yes | โ | ID of the associated entity |
Example
{
"entityType": "account",
"entityId": "550e8400-e29b-41d4-a716-446655440000"
}