Update notification preferences
User
Update notification preferences
Replaces the authenticated user notification preferences map (AI responses, automations, escalations, calls, campaigns, etc.). Unspecified keys retain their current values.
PUT
Update notification preferences
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Per-category notification toggles (aiResponses, automationTriggers, escalations, calls, etc.). See UserNotificationPreferences.
Response
Notification preferences updated
Returned after PUT /api/user/notification-preferences.
Available options:
true Example:
{
"aiResponses": true,
"inboundInAutopilot": true,
"automationTriggers": false,
"emailSync": true,
"escalations": true,
"autopilotMonitor": false,
"humanMonitor": true,
"assignments": true,
"calls": false,
"campaigns": true,
"other": false
}