API ReferencePoi
poi.flag
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| entityType | enum(note, inbound_email, service_ticket, project, quote, invoice, asset, site, work_order, account, drive_file, opportunity, activity_log_event, calendar_event, contact) | Yes | — | Entity type |
| entityRefId | string.uuid | Yes | — | ID of the associated entity ref |
| note | string | Yes | — | Note |
Example
{
"entityType": "note",
"entityRefId": "550e8400-e29b-41d4-a716-446655440000",
"note": "example"
}