Notifications
Read and acknowledge workspace notifications — list, count unread, and mark read.
Tools (4)
Section titled “Tools (4)”list_notifications
Section titled “list_notifications”Full name: campaignstack_list_notifications
List notifications for a workspace. Returns paginated notifications most-recent first. Filter by type to see only specific notifications (e.g. pending_review, credits_exhausted, account_risk, reply_received). Use campaignstack_count_unread_notifications to get the unread badge count. Use campaignstack_mark_notification_read or campaignstack_mark_all_notifications_read to mark as read.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | No | — | |
type | pending_review | credits_exhausted | credits_low | trial_ending | account_risk | proxy_unreachable | connection_accepted | reply_received | workflow_notify | weekly_report | No | — | |
limit | number | No | 20 | (min: 1, max: 100) |
cursor | string | No | — |
count_unread_notifications
Section titled “count_unread_notifications”Full name: campaignstack_count_unread_notifications
Count unread notifications for a workspace. Returns the total number of unread notifications — useful for badge counts. Use campaignstack_list_notifications to see the actual notifications.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | No | — |
mark_notification_read
Section titled “mark_notification_read”Full name: campaignstack_mark_notification_read
Mark a single notification as read. Use campaignstack_list_notifications to find notificationId values. To mark all notifications read at once, use campaignstack_mark_all_notifications_read.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
notificationId | string | Yes | — | (min length: 1) |
mark_all_notifications_read
Section titled “mark_all_notifications_read”Full name: campaignstack_mark_all_notifications_read
Mark all unread notifications in a workspace as read. Large backlogs are cleared asynchronously; the unread badge drops immediately. To mark a single notification read, use campaignstack_mark_notification_read instead.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | No | — |