Add a note, optionally tagging colleagues
notes_createAdd a note to a lead, deal, contact or task. Tag colleagues by passing their employees.id in mention_employee_ids (look them up with hr_get_employees) - the tool appends the @Name markup the Matrix UI renders, records the mention, and sends each of them a notification that lands in their bell. You can also write the markup inline yourself and it will be picked up. Tagging yourself never sends a notification. Requires edit rights on the owning feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| entity_id | Yes | ||
| entity_type | Yes | Which kind of record the note hangs off. | |
| mention_employee_ids | No | employees.id of colleagues to tag. Max 20. |