latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

User Settings

Get inbound messages notification settings

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

get/api/v2/user/notification/inbound

Response

Returned when success.

inboundMessageNotificationboolean required

Should user receive notification about new incoming messages.

forwardedCallNotificationboolean required

Should user receive notification about new forwarded calls.

includeSmsHistoryboolean required

Include SMS history into notification Email.

sendInHtmlFormatboolean required

Send Email notification in HTML format.

alertEmail1string required

New message notification email 1.

alertEmail2string required

New message notification email 2.

alertEmail3string required

New message notification email 3.

Example response

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