LINK in WordUse LINK to insert hyperlinks in Word templates, including website links and Pay Now buttons.Sep 25, 2025Knowledge
InformationArticle BodyExamples Use Case 1: Account website link Include a hyperlink to the account's website when generating a welcome letter. The link displays the account name while pointing to the stored website URL. Example data: { "Account": { "Name": "Acme Corporation", "Website": "https://www.acme.example.com"", "Contact": { "Name": "Jared Jones" }, "Owner": { "Name": "Jordan Lee", "Email": "jordan.lee@acme.example.com" } }} Template Document: Output: Use Case 2: Payment call-to-action Add a ΓÇ£Pay NowΓÇ¥ hyperlink inside an invoice cover letter. The link uses the invoice's payment portal URL but presents friendly text. Example data: { "Invoice": { "InvoiceNumber": "INV-1045", "BalanceDue": 2490, "PaymentUrl": "https://pay.mergeup.example.com/INV-1045"", "DueDate": "2024-12-15" }} Template Document: Output: Notes The LINK command renders as standard Word hyperlink text using the provided label or URL.Style the hyperlink with Word formatting (for example, bold or custom colors) after inserting the LINK tag. Next Steps About LINK TitleLINK in WordURL NameLINK-in-Word