Posts

Showing posts with the label Trust

API For Trust.salesforce.com

Answer : I've set up IFTTT to monitor the trust RSS feed and text me when there are issues. Sometimes I get alerts after the degradation is over because IFTTT runs in batches every 15 or 30 minutes. It still works pretty well to let me know when there is an issue. It makes me look smart when someone asks "is there a problem with Salesforce?" Try this modifying this recipe: https://ifttt.com/recipes/169172-performance-degradation-on-salesforce-na13 There is a public facing API: https://api.status.salesforce.com/v1/docs/ You can make a request such as the following to obtain parseable json with status information, degradation, outage, etc, info: $ curl https://api.status.salesforce.com/v1/instances/NA48/status You can also install SalesforceA for either Android or iOS to get access to the latest status, view user information, unlock, freeze/unfreeze, activate/deactivate, reset passwords, etc, from your mobile phone. Salesforce just released a native port of th...