The view token type outputs the result of a system view as an html table into the generated content. This will apply the filter conditions and order of the view on the source data, and output all columns in the view into a table in the generated html
A view token is composed of the view keyword, then the id (primary key) of the view, then optionally the keyword includelinks
The includelinks keyword means the output table will include an extra leftmost column with a hyperlink to open each record. Note the field Instance URL in the Content Template Settings record must be populated for these hyperlinks to be output in the generated HTML
Example tokens are shown below
View without open hyperlinks
[view 00000000-0000-0000-00aa-000010001002]
Outputs the Active Accounts view (assumes the primary key is 00000000-0000-0000-00aa-000010001002)
View with open hyperlinks
[view 00000000-0000-0000-00aa-000010001002 includelinks]
Outputs the Active Accounts view with a hyperlink to open each record (assumes the primary key is 00000000-0000-0000-00aa-000010001002)