Send a notification to colleagues
notifications_sendSend an in-app Matrix notification to one or more colleagues in YOUR workspace. Recipients are given as employees.id (look them up with hr_get_employees); the tool resolves each to their login and refuses anyone outside your workspace. The notification lands in their bell immediately. It is written as type 'custom' - it is a person-to-person message, not a system alert, and the sender's name is appended so the recipient can see who it came from. Link it to a record by passing reference_type plus reference_id, and the recipient's click will open that record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | Optional explicit in-app path, e.g. /projects. | |
| title | Yes | ||
| priority | No | medium | |
| description | No | ||
| employee_ids | Yes | employees.id of the recipients. Max 50. | |
| reference_id | No | The id of the record named by reference_type. | |
| reference_type | No | What the notification points at. Requires reference_id. |