Final answer:
To make a callout from a trigger, you can use a Queueable Apex class method to run it asynchronously.
Step-by-step explanation:
To make a callout from a trigger and run it asynchronously, you would need to use a Queueable Apex class method. Queueable Apex allows you to submit jobs to the Asynchronous Apex platform for processing at a later time. It provides a way to perform non-blocking operations from triggers.