Get Near Real-Time Notifications About Incidents & Maintenance For Your Salesforce Instance
As a Salesforce professional, you should be on top of every information regarding your Salesforce org. If there is any disruption or performance degradation in your Salesforce Org, you need to know about at the earliest possible and proactively communicate to your management and users.
https://trust.salesforce.com is Salesforce’s website which provides transparent status details on service availability, performance, security, privacy, and compliance on Salesforce systems.
There are 4 ways in which you can get information from trust.salesforce.com
- Manually check trust.salesforce.com
- Subscribe to trust notifications on email
- Subscribe to trust notifications through RSS
- Make an API call to Trust APIs
Subscribing to trust notifications on email is probably the easiest and most convenient way to keep yourself in the know and is the focus of this blog post. However, let’s take a small detour and learn about Trust API first before we learn how to subscribe through email.
Salesforce Trust API
Bigger, larger organizations typically have their own monitoring and incident management systems and may want to integrate that with Salesforce. This can best be done by scheduling a job to make an API call to Salesforce Trust APIs, analyse the response and take action accordingly.
For example the following API call will return incidents, maintenances, and general messages associated to instance ‘AP15’
https://api.status.salesforce.com/v1/instances/AP15/status
and the value of Status can be one of the following
- OK
- MAJOR_INCIDENT_CORE
- MINOR_INCIDENT_CORE
- MAINTENANCE_CORE
- MAJOR_INCIDENT_NONCORE
- MINOR_INCIDENT_NONCORE
- MAINTENANCE_NONCORE
If the value of status is anything other than OK, you may want to log a ticket in your incident management system, page the Salesforce Admin and notify other stakeholders
To get more information about Trust API, available endpoints, parameters required and the response provided, please refer to URL https://api.status.salesforce.com/v1/docs/
Now, let’s take a look at how to subscribe to these notifications through email.
Subscribe to Trust Notifications on Email
Determine Your Salesforce Instance
Navigate to the ‘Company Information’ page in your Salesforce org setup -> Look for Salesforce org instance under ‘Organization Edition” e.g. Ours is AP15 as seen in the screenshot.
Subscribe to Salesforce Trust Notifications
Navigate to https://status.salesforce.com/ -> Type your instance name in search box -> Click the magnifying glass icon to search
Click the instance name
Click ‘Subscribe’
Enter your ‘Email Address’ -> Click ‘Send me a link to sign in/sign up’
You will receive an email. Click the link in the email
Now you are logged on to the Salesforce Trust website. Notice, it says ‘You currently have 0 subscriptions for instances.’ Let’s subscribe for one then. Click ‘Create New’
Select ‘Instance’ -> Type your instance name in search box -> Select your instance -> Click ‘Next’
Select the services for which you would like to receive notification -> Click ‘Submit’
Your subscription is created. Similarly, you can subscribe to more than one instance if required.
Let’s create a subscription for General Message. Click Create and follow the instructions as earlier.
You are now subscribed to General Message.
If you wish, you can add your mobile number and receive notifications on email and mobile both. Click ‘add’ under mobile.
Enter your mobile number -> You will receive an OTP on your phone -> Verify the OTP and your mobile number will be added. However, this facility is currently available for mobile numbers in USA only.
You can also change the language to receive notifications in your preferred language -> Click ‘Edit’ under Language
Following are the available languages to choose from. Click on any one language to change the preference.
So you’re all set. Whenever there’s an update posted on the Trust website, you will receive an email as per the following. It can be a general message or something related to an incident or maintenance related to your instance.
Manage Salesforce Trust Notifications Subscription
If you wish to modify your subscription, then simply navigate to https://status.salesforce.com/ -> Click ‘Log In’
Enter your ‘Email Address’ -> Click ‘Send me a link to sign in/sign up’
Now you can either add or remove a single subscription or click ‘Unsubscribe All’ to stop all notifications.
Stay in the know with Salesforce Trust Notifications and be an #AwesomeAdmin as you always were.
References & Useful URLs
- Trust Notifications – Help Article (5 mins) – https://help.salesforce.com/articleView?id=000313364&language=en_US&type=1&mode=1