Podio API Documentation

Notifications: Update notification settings

This operation is deprecated and will be removed soon. Please use Update groups.
PUT /notification/settings

Updates the notification settings for the user

Request
{ "digest": True if digest emails should be sent out, false otherwise, "bulletin": True ifemails should be sent out for bulletins, false otherwise, "reference": True if emails should be sent when the user is referenced, false otherwise, "message": True if emails should be sent for messages, false otherwise, "space": True if emails should be sent for space member changes, false otherwise, "subscription": True if emails should be sent for subscription notifications, false otherwise }  

Sandbox

The sandbox only handles GET operations for now.