Adds a comment to a screening profile. Comments are useful for recording analyst rationale, follow-up notes, and review context alongside the profile record.
Supported kind values:
profile: a general note on the profile.task: a note associated with a profile task. Include taskId when available.match: a note associated with a potential match. Include matchId when available.Documentation Index
Fetch the complete documentation index at: https://docs.gominerva.com/llms.txt
Use this file to discover all available pages before exploring further.
The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.
Profile ID that should receive the comment.
Profile comment creation request
Request body for adding an analyst comment to a profile. Use kind to indicate whether the note is profile-level, task-specific, or tied to a potential match.
Comment text. Must be a non-empty string.
"Reviewed the sanctions hit and determined it is a false match because the date of birth does not align."
Comment category. Use profile for a general profile note, task for a task-linked note, or match for a potential match note.
profile, task, match "profile"
Optional task ID to associate with the comment when kind is task.
"507f1f77bcf86cd799439011"
Optional potential match ID to associate with the comment when kind is match.
"665f1c2b16f5adbb8e1d3f41"