06-30-2021
04:16 AM
- last edited on
09-03-2026
02:04 PM
by
Sam_Williams
We recommend you subscribe to the Sinch Status Page to ensure you will be updated every time we create, update and close a notification which may impact you.
Click the SUBSCRIBE TO UPDATES button at the top of the Status page. A dialog box is displayed which allows you to subscribe using a variety of channels.
Select the e-mail icon:
Enter your email address, click SUSBCRIBE VIA EMAIL and notifications will be sent out to you by e-mail.
Select the phone icon:
Enter your mobile number, click SUSBCRIBE VIA TEXT MESSAGE and will get notifications sent straight to your phone.
Select the Slack icon:
Click SUBSCRIBE VIA SLACK and enter your workspace’s Slack URL, sign in and choose a channel. Notifications will be sent out to you in Slack.
Select the webhook icon:
Webhook notifications are sent as HTTP POST requests to the registered URL, which can be used to update an internal app you have or can be set to go to a MS Teams channel etc.
The requests sent to your endpoint will include a JSON payload with details about the event, which could look like this:
{
"meta": {
"unsubscribe": "http://status.sinch.com/?unsubscribe=ltmyb8rf783v",
"documentation": "https://help.statuspage.io/knowledge_base/topics/webhook-notifications",
"generated_at": "2026-09-01T17:54:15.590Z"
},
"page": {
"id": "zmjhsbqtpgpb",
"status_indicator": "none",
"status_description": "All Systems Operational"
},
"incident": {
"name": "External Maintenance - United States - T-Mobile",
"status": "scheduled",
"created_at": "2026-09-01T17:53:55.302Z",
"updated_at": "2026-09-01T17:53:55.407Z",
"monitoring_at": null,
"resolved_at": null,
"impact": "maintenance",
"shortlink": "https://stspg.io/d5zt8zd9fss7",
"scheduled_for": "2026-09-03T03:00:00.000Z",
"scheduled_until": "2026-09-03T11:00:00.000Z",
"scheduled_remind_prior": false,
"scheduled_reminded_at": null,
"impact_override": null,
"scheduled_auto_in_progress": true,
"scheduled_auto_completed": true,
"metadata": {},
"started_at": "2026-09-01T17:53:55.283Z",
"reminder_intervals": null,
"id": "f9zt235c8j2x",
"page_id": "zmjhsbqtpgpb",
"incident_updates": [
{
"status": "scheduled",
"body": "United States - T-Mobile has scheduled a maintenance. \n\n Impact SMS: Clients may experience delayed or failed Short Code and 10DLC MT/MO traffic towards T-Mobile US \n Impact MMS: Clients may experience delayed or failed Short Code and 10DLC MT/MO traffic towards T-Mobile US \n\n Maintenance Start Time: 2026-09-03 03:00 UTC \n Maintenance End Time: 2026-09-03 11:00 UTC",
"created_at": "2026-09-01T17:53:55.402Z",
"wants_twitter_update": false,
"twitter_updated_at": null,
"updated_at": "2026-09-01T17:53:55.402Z",
"display_at": "2026-09-01T17:53:55.402Z",
"deliver_notifications": true,
"tweet_id": null,
"id": "j2kg1d00y8nh",
"incident_id": "f9zt235c8j2x",
"custom_tweet": null,
"affected_components": [
{
"code": "yz7sbhvqvtj9",
"name": "External Connectivity - SMS - US - ShortCode",
"old_status": "operational",
"new_status": "operational"
},
{
"code": "r8n2z1q84r4t",
"name": "External Connectivity - SMS - US - 10DLC",
"old_status": "operational",
"new_status": "operational"
},
{
"code": "86r06h03w26y",
"name": "External Connectivity - MMS - US",
"old_status": "operational",
"new_status": "operational"
},
{
"code": "p9b6jztq1n6l",
"name": "External Connectivity - MMS - US - 10DLC",
"old_status": "operational",
"new_status": "operational"
}
]
}
]
}
}
For details on webhook requests, see:
https://help.statuspage.io/knowledge_base/topics/webhook-notifications
Subscribing to webhook notifications is a great way to keep multiple people up to date.
You also need to provide an email address, but this is only so we can let you know if the webhook fails.
Select the RSS feed icon:
Click the Atom Feed or the RSS Feed link and it will take you to the code for the Atom or RSS feed.
Once you have subscribed to one of these channels, the next step is to select the notifications you would like to receive:
You can select the individual components to get notifications about when they are affected in an incident or maintenance, so you can tailor the notifications to ensure you only receive the ones you require. In the example above, select which API endpoints should send notifications; for instance, if you connect only to our SMPP - US endpoints, deselect the others to avoid notifications from them.
Important information regarding Component Groups:
If you do not deselect any components and subscribe to all, you will automatically subscribe to any future components when they are created.
If you customize your subscription, you will not automatically receive updates for new components.
When signed up and the options have been selected, it’s important you activate your subscription by verifying the method you have selected (for email/SMS).
Once verification completes, you will be ready to receive notifications.
After you verify your email subscription, you receive a confirmation containing a link to manage it:
And when you receive email updates, a link to manage your subscription appears at the bottom of each message:
Click the link to view the page listing the components you subscribe to. On that page, select or deselect components to change your subscription.
Each SMS notification you receive includes a link. You can follow this link to visit the subscription management page, where you can update your preferences or unsubscribe from specific components or all SMS updates.
Each webhook notification includes a documentation URL and link to unsubscribe. To update subscription preferences, contact Sinch Support.