Watchers
Subscribe to ticket and project notifications, manage preferences.
6 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 |