latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

User Settings

Update inbound messages notification settings

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

put/api/v2/user/notification/inbound

Request body

inboundMessageNotificationboolean required

Should user receive notification about new incoming messages.

includeSmsHistoryboolean required

Include SMS history into notification Email.

sendInHtmlFormatboolean required

Send Email notification in HTML format.

alertEmail1string email

New message notification email 2.

alertEmail2string email

New message notification email 2.

alertEmail3string email

New message notification email 3.

Example request

{
  "inboundMessageNotification": true,
  "includeSmsHistory": true,
  "sendInHtmlFormat": true,
  "alertEmail1": "test@test.com",
  "alertEmail2": "test@test.com",
  "alertEmail3": "test@test.com"
}

Response

Request executed with success.