packages/twenty-docs/user-guide/workflows/how-tos/crm-automations/notify-teammates-of-note-to-review.mdx
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
<Note> **Tagging teammates directly in notes is not yet supported.** This feature is planned for the second half of 2026. In the meantime, this workflow provides a practical workaround. </Note>You want to tag a colleague in a note so they receive a notification to review it. Today, Twenty doesn't support @mentions in notes or tasks.
Instead of tagging in the note text, you can:
| Setting | Value |
|---|---|
| Name | Reviewer |
| Type | Relation |
| Related Object | Workspace Member |
| Relation Type | Many Notes → One Workspace Member |
Add a Filter action to ensure the workflow only continues when a reviewer is assigned:
| Condition | Value |
|---|---|
| Reviewer | is not empty |
| Condition | Value |
|---|---|
| ID | equals {{note.reviewerId}} |
This retrieves the full workspace member record, including their email address and name.
| Field | Value |
|---|---|
| To | Search Record → First Workspace Member → User Email |
| Subject | A note needs your review |
| Body | See example below |
Email body example:
Hi {{searchRecord.firstWorkspaceMember.name.firstName}},
You've been assigned to review a note.
View the note here:
https://yourSubDomain.twenty.com/object/note/{{recordIsUpdated.id}}
Best,
Twenty
Once set up, your team can use this workflow by: