Category: SFDC Integration
-
Salesforce API Example Collection
If you always wanted to learn salesforce.com APIs and what you could do with them, but too afraid to ask.. fear not - now that we have example API collection directly from salesforce! -
Using JWT to Invoke External Service in Salesforce
JSON Web Token, or JWT, is a way to enable authentication and get you access to a resource. It is a digitally signed token that can be used for authentication across parties, and is a self-contained way to transfer information and include claims to specified resources.