---
title: "Update inbound messages notification settings"
method: PUT
path: "/api/v2/user/notification/inbound"
tags: ["User Settings"]
---

# Update inbound messages notification settings

`PUT /api/v2/user/notification/inbound`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/undefined/updateInboundMessagesNotificationSettings" target="_blank">Try in sandbox</a><br>

## Request body

- object
  - `inboundMessageNotification` boolean, required — Should user receive notification about new incoming messages.
  - `includeSmsHistory` boolean, required — Include SMS history into notification Email.
  - `sendInHtmlFormat` boolean, required — Send Email notification in HTML format.
  - `alertEmail1` string, email — New message notification email 2.
  - `alertEmail2` string, email — New message notification email 2.
  - `alertEmail3` string, email — New message notification email 3.

## Response `204`

Request executed with success.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.

---

[API](https://skmtc.net/textmagic/apis/textmagic-api.md) · [All operations](https://skmtc.net/textmagic/apis/textmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textmagic/textmagic-api/revisions/3e4029d19684/schema)
