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.
Email
Select the e-mail icon:
email.jpg
Enter your email address, click SUSBCRIBE VIA EMAIL and notifications will be sent out to you by e-mail.
SMS
Select the phone icon:
sms.jpg
Enter your mobile number, click SUSBCRIBE VIA TEXT MESSAGE and will get notifications sent straight to your phone.
Slack
Select the Slack icon:
slack.jpg
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.
Webhook
Select the webhook icon:
webhook.jpg
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.
Atom/RSS feed
Select the RSS feed icon:
feed.jpg
Click the Atom Feed or the RSS Feed link and it will take you to the code for the Atom or RSS feed.
Select your components
Once you have subscribed to one of these channels, the next step is to select the notifications you would like to receive:
select components.jpg
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:
External connectivity - Sinch will use these components to announce external maintenances and incidents within our major carrier network, or if a Sinch internal incident causes disruption to our carrier network.
API Groups (Messaging API, Conversation API etc) - Sinch uses these components to announce direct maintenances and incidents that impact customer-facing APIs. We recommend subscribing only to the regional API endpoints you actively use. Use the quest mark tooltip to identify which FQDN belongs to each component.
Dashboard.sinch.com and similar groups - Subscribe to these components for updates about our self-serve services, support portal, and analytics tools.
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.
Manage your subscription
For email
After you verify your email subscription, you receive a confirmation containing a link to manage it:
manage your subscription.jpg
And when you receive email updates, a link to manage your subscription appears at the bottom of each message:
subscription management link.jpg
Click the link to view the page listing the components you subscribe to. On that page, select or deselect components to change your subscription.
For SMS
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.
For Webhook
Each webhook notification includes a documentation URL and link to unsubscribe. To update subscription preferences, contact Sinch Support.
Learn more about the Sinch Status page.
... View more