Skip to main content
PUT
Bulk replace the current team's shared-inbox email subscriptions and settings for a notification type

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Body

application/json
type
enum<string>
required
Available options:
NEW_CASE_ESCALATION,
NEW_CASE_AUTO_CONTAINED,
NEW_SECURITY_EVENT,
NEW_CRITICAL_DEFECT,
ACCOUNT_SUMMARY,
INTEGRATION_HEALTH,
ACCOUNT_BILLING
emails
string[]
required

Email addresses to subscribe to the given notification type

subjectLine
string | null

Custom subject line override for this notification type. Null resets to the platform default.

Maximum string length: 150
richNotifications
boolean
default:true

Whether to send rich HTML emails (true) or plain-text-optimised emails (false).

enabled
boolean
default:true

Whether team-channel delivery is enabled for this notification type. False suspends delivery without removing recipients.

frequency
enum<string>

Delivery cadence. Only meaningful for digest types (e.g. ACCOUNT_SUMMARY, which accepts DAILY/WEEKLY). Realtime-only types reject any value other than REALTIME. Omit to use the type default.

Available options:
REALTIME,
DAILY,
WEEKLY

Response

emails
string[]
required

Distinct, lower-cased email addresses subscribed to the given notification type for the current team

subjectLine
string | null
required

Custom subject line for this notification type. Null means the platform default is used.

richNotifications
boolean
default:true
required

Whether rich HTML emails are sent (true) or plain-text-optimised emails (false).

enabled
boolean
default:false
required

Whether team-channel delivery is active. False when no subscriptions exist or all are disabled.

frequency
enum<string>
required

Delivery cadence for this notification type. Digest types (e.g. ACCOUNT_SUMMARY) report DAILY/WEEKLY; realtime types report REALTIME.

Available options:
REALTIME,
DAILY,
WEEKLY