Tag: Callout
-
How to Perform HTTP Callout from Apex Trigger?
Question I have a trigger on a custom object that invokes an Apex class to make an HTTP GET request to an external web service. However, I encounter the following error: “Callout from triggers are currently not supported.” I understand that I can use an @future method to perform an asynchronous callout, but @future methods…