Create Notification
create_notificationSend a notification to a user via bell icon or email, targeting updates, replies, items, or boards.
Instructions
Send a notification to a user via the bell icon and optionally by email. Use target_type "Post" for updates/replies or "Project" for items/boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID to send the notification to | |
| target_id | Yes | The target ID (update/reply ID for Post type, item/board ID for Project type) | |
| text | Yes | The notification text | |
| target_type | Yes | The target type (Post for update/reply, Project for item/board) |