To make a callout to set the Address fields when an Account is inserted without violating the Salesforce limit against callouts from triggers, a developer can use a trigger to execute a Queueable job. The Queueable job can then safely make the callout.References: Apex Developer Guide - Queueable Apex