# Update push notification service settings **POST /v1/Services/{ChatServiceSid}/Configuration/Notifications** Update push notification service settings A Service Notification resource manages a set of settings to determine push notification behavior at service level. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ChatServiceSid** (string) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. ### Body: application/x-www-form-urlencoded (object) - **LogEnabled** (boolean) Weather the notification logging is enabled. - **NewMessage.Enabled** (boolean) Whether to send a notification when a new message is added to a conversation. The default is `false`. - **NewMessage.Template** (string) The template to use to create the notification text displayed when a new message is added to a conversation and `new_message.enabled` is `true`. - **NewMessage.Sound** (string) The name of the sound to play when a new message is added to a conversation and `new_message.enabled` is `true`. - **NewMessage.BadgeCountEnabled** (boolean) Whether the new message badge is enabled. The default is `false`. - **AddedToConversation.Enabled** (boolean) Whether to send a notification when a participant is added to a conversation. The default is `false`. - **AddedToConversation.Template** (string) The template to use to create the notification text displayed when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. - **AddedToConversation.Sound** (string) The name of the sound to play when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. - **RemovedFromConversation.Enabled** (boolean) Whether to send a notification to a user when they are removed from a conversation. The default is `false`. - **RemovedFromConversation.Template** (string) The template to use to create the notification text displayed to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. - **RemovedFromConversation.Sound** (string) The name of the sound to play to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. - **NewMessage.WithMedia.Enabled** (boolean) Whether to send a notification when a new message with media/file attachments is added to a conversation. The default is `false`. - **NewMessage.WithMedia.Template** (string) The template to use to create the notification text displayed when a new message with media/file attachments is added to a conversation and `new_message.attachments.enabled` is `true`. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. - **chat_service_sid** (string | null) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. - **new_message** () The Push Notification configuration for New Messages. - **added_to_conversation** () The Push Notification configuration for being added to a Conversation. - **removed_from_conversation** () The Push Notification configuration for being removed from a Conversation. - **log_enabled** (boolean | null) Weather the notification logging is enabled. - **url** (string(uri) | null) An absolute API resource URL for this configuration. [Powered by Bump.sh](https://bump.sh)