Add User Mentions to candidate.createNote
4 days ago
candidate.createNotenow supports user mentions intext/htmlnotes via<a data-mention-id="USER_ID"></a>.- Only the user ID is required in the mention anchor; display names are filled in automatically.
- Mentioned users are notified when
sendNotificationsistrue.

