Templates
Documents
3min
to access document templates you need to go to "templates" > "documents" you can add the new template by clicking on the 'add template' button you can edit existing templates by clicking on the name of the template to add a new template you should upload a file in docx format (microsoft word open xml) cms integration you can insert data from cms entities (e g the name of the customer, the model of the vehicle, etc ) in your templates to do that you need to type the entity id of the needed property from the workflow process that will be generating the document the entity id should be in double curly brackets, like this {{contact firstname}} example we have an automated process that generates the document for the leasing agreement we can put the name of the company in the document by leaving the entity id of the field the entity id on the company field in the process is 'company' but the organization entity (the entity that the company property refers to) contains multiple fields, so to refer to the company`s name you should find the entity id of the field that contains the name it`s 'name' so to refer to the company`s name in the document you should enter this {{company name}}