1 件の回答
Unfortunately, Not a Process :-(
The other option you have is to use the Transaction Security Policies[1] but it will be available only as an add-on purchased separately. So if you don't have it, then buying it might be an overkill.
Your other not so cool option (as opposed to Process Builder but otherwise cool!) but should be available out of the box is Login Flows[2]. You could run a Flow as soon as a User logs-in. Within your Flow, you would get access to different data points like LoginFlow_LoginType, LoginFlow_UserAgent etc. Depending on these you could send an email or show a message etc.
[1]: https://developer.salesforce.com/docs/atlas.en-us.securityImplGuide.meta/securityImplGuide/security_overview_transactions.htm
[2]: https://developer.salesforce.com/docs/atlas.en-us.securityImplGuide.meta/securityImplGuide/security_login_flow_examples.htm