Skip to main content

Company Tags Reference

Full list of Company Tags, with what each tag fills in when a template is generated.

Overview

Company Tags are the tags that fill in the company's own details when a template is generated, such as the company's name, contact information, and address.

This article shows the complete list of Company Tags.

ℹ️ Info: This article lists tags only. For an overview of the Tag List page and its categories, see the Tag List article.

Company Details

  • {{c.name}} - Company's name.

  • {{c.code}} - Company's code.

  • {{c.email}} - Company's email address.

  • {{c.phone}} - Company's phone number.

  • {{c.address}} - Company's address.

  • {{c.add1}} - Company's address line 1.

  • {{c.add2}} - Company's address line 2.

  • {{c.city}} - Company's city.

  • {{c.state}} - Company's state.

  • {{c.post}} - Company's postal code.

  • {{c.ctry}} - Company's country.

Frequently Asked Questions

Which tag inserts the company's name? Use {{c.name}} in the template.

Is there a tag for the company's email address? Yes, use {{c.email}}.

Which tags insert the company's full address, line by line? Use {{c.add1}} and {{c.add2}} for the two address lines, together with {{c.city}}, {{c.state}}, {{c.post}}, and {{c.ctry}}. Use {{c.address}} instead for the full address as a single value.

Did this answer your question?