Bulk replace the current team's shared-inbox email subscriptions and settings for a notification type
SP teams fan out each email to SELF + CLIENTS rows. When subjectLine or richNotifications are provided they are written to every affected row.
Authorizations
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
NEW_CASE_ESCALATION, NEW_CASE_AUTO_CONTAINED, NEW_SECURITY_EVENT, NEW_CRITICAL_DEFECT, ACCOUNT_SUMMARY, INTEGRATION_HEALTH, ACCOUNT_BILLING Email addresses to subscribe to the given notification type
Custom subject line override for this notification type. Null resets to the platform default.
150Whether to send rich HTML emails (true) or plain-text-optimised emails (false).
Whether team-channel delivery is enabled for this notification type. False suspends delivery without removing recipients.
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.
REALTIME, DAILY, WEEKLY Response
Distinct, lower-cased email addresses subscribed to the given notification type for the current team
Custom subject line for this notification type. Null means the platform default is used.
Whether rich HTML emails are sent (true) or plain-text-optimised emails (false).
Whether team-channel delivery is active. False when no subscriptions exist or all are disabled.
Delivery cadence for this notification type. Digest types (e.g. ACCOUNT_SUMMARY) report DAILY/WEEKLY; realtime types report REALTIME.
REALTIME, DAILY, WEEKLY 
