HTTP Callout from Triggers to external web services in Salesforce
Concept Let’s consider a scenario, we want to callout to an external service to post or get some data when we create or update a record and we do want to show a toast message response based on that callout. Now, as we are aware callouts cannot be made from triggers synchronously as that would …
Read moreHTTP Callout from Triggers to external web services in Salesforce