InformationArticle BodyExamples Use Case 1: Company branding Insert a company logo at the top of the document. Example data: { Account: { CompanyLogoUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Salesforce.com_logo.svg/512px-Salesforce.com_logo.svg.png"" } } Template Document: Output: Use Case 2: Product catalog pages Use FOR and IMAGE to display each product photo beside its name and cost. Example data: { Opportunity: { lines: [ { UnitPrice: 25000, Product2: { Name: "GenWatt Diesel 200kW", Image_URL__c: "https://example.com/image.png"" } }, { UnitPrice: 32000, Product2: { Name: "GenWatt Gasoline 750kW", Image_URL__c: "https://example.com/image.png"" } }, { UnitPrice: 28000, Product2: { Name: "GenWatt Propane 500kW", Image_URL__c: "https://example.com/image.png"" } } ] } } Template Document: Output: Notes Place IMAGE tags where the picture should appear, such as headers or table cells. Specify width and height to control image size and maintain layout. Word templates support PNG, GIF, JPG, JPEG, SVG, and WebP images with the IMAGE command. For external URLs, make sure the response returns the image data directly. Next Steps About IMAGE IMAGE in PowerPoint TitleIMAGE in WordURL NameIMAGE-in-Word