Add User Mentions to candidate.createNote

  • candidate.createNote now supports user mentions in text/html notes 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 sendNotifications is true.