Watchers
Subscribe to ticket and project notifications, manage preferences.
9 tools
# watch_ticket
Subscribe to ticket notifications
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| ticket_id | string | ● | Ticket ID |
| user_email | string | ● | User email |
# unwatch_ticket
Unsubscribe from ticket notifications
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| ticket_id | string | ● | Ticket ID |
| user_email | string | ● | User email |
# watch_project
Subscribe to project digest notifications
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| project_id | string | ● | Project ID |
| user_email | string | ● | User email |
| digest_frequency | string | — | daily|weekly |
# unwatch_project
Unsubscribe from project notifications
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| project_id | string | ● | Project ID |
| user_email | string | ● | User email |
# get_notification_prefs
Get notification preferences for a user
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| user_email | string | ● | User email |
# update_notification_prefs
Update notification preferences
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| user_email | string | ● | User email |
| digest_frequency | string | — | daily|weekly|none |
| locale | string | — | Locale (e.g. en-GB) |
| timezone | string | — | Timezone (e.g. Europe/London) |
| event_prefs | object | — | Per-event notification preferences |
# list_notifications
List the calling user's notifications, newest first. Pass unread_only=true to filter.
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| unread_only | boolean | — | Only return unread |
| limit | integer | — | Max results |
| offset | integer | — | Offset |
# mark_notification_read
Mark a single notification as read.
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| notification_id | string | ● | Notification ID |
# mark_all_notifications_read
Mark all of the calling user's notifications as read.
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |