| Node tokens |
| [nid] | Node ID |
| [type] | Node type |
| [type-name] | Node type (user-friendly version) |
| [title] | Node title |
| [title-raw] | Unfiltered node title. Warning: Token value contains raw user input. |
| [author-uid] | Node author's user id |
| [author-name] | Node author's user name |
| [author-name-raw] | Node author's user name. Warning: Token value contains raw user input. |
| [author-mail] | Node author's e-mail. |
| [author-mail-raw] | Node author's e-mail. Warning: Token value contains raw user input. |
| [term] | Name of top taxonomy term |
| [term-raw] | Unfiltered name of top taxonomy term. Warning: Token value contains raw user input. |
| [term-id] | ID of top taxonomy term |
| [vocab] | Name of top term's vocabulary |
| [vocab-raw] | Unfiltered name of top term's vocabulary. Warning: Token value contains raw user input. |
| [vocab-id] | ID of top term's vocabulary |
| [yyyy] | Node creation year (four digit) |
| [yy] | Node creation year (two digit) |
| [month] | Node creation month (full word) |
| [mon] | Node creation month (abbreviated) |
| [mm] | Node creation month (two digits with leading zeros) |
| [m] | Node creation month (one or two digits without leading zeros) |
| [ww] | Node creation week (two digits with leading zeros) |
| [date] | Node creation date (numeric representation of the day of the week) |
| [day] | Node creation day (full word) |
| [ddd] | Node creation day (abbreviation) |
| [dd] | Node creation day (two digits with leading zeros) |
| [d] | Node creation day (one or two digits without leading zeros) |
| [raw] | Node creation in UNIX timestamp format (1269441371) |
| [mod-????] | All tokens for node creation dates can also be used with with the "mod-" prefix; doing so will use the modification date rather than the creation date. |
| [menu] | The name of the menu the node belongs to. |
| [menu-raw] | The name of the menu the node belongs to. Warning: Token value contains raw user input. |
| [menupath] | The menu path (as reflected in the breadcrumb), not including Home or [menu]. Separated by /. |
| [menupath-raw] | The unfiltered menu path (as reflected in the breadcrumb), not including Home or [menu]. Separated by /. Warning: Token value contains raw user input. |
| [workflow-name] | Name of workflow appied to this node |
| [workflow-current-state-name] | Current state of content |
| [workflow-old-state-name] | Old state of content |
| [workflow-current-state-date-iso] | Date of last state change (ISO) |
| [workflow-current-state-date-tstamp] | Date of last state change (timestamp) |
| [workflow-current-state-date-formatted] | Date of last state change (formated - M d, Y h:i:s) |
| [workflow-current-state-updating-user-name] | Username of last state changer |
| [workflow-current-state-updating-user-uid] | uid of last state changer |
| [workflow-current-state-updating-user-mail] | email of last state changer |
| [workflow-current-state-log-entry] | Last workflow comment log |
| [status] | Whether the node is published. (yes/no) |
| [promote] | Whether the node is promoted to the front page. (yes/no) |
| [sticky] | Whether the node is sticky at the top of lists. (yes/no) |
| [path-raw] | The URL alias of the node WARNING - raw user input. |
| [path] | The URL alias of the node. |
| [termpath] | As [term], but including its supercategories separated by /. |
| [termpath-raw] | As [term-raw], but including its supercategories separated by /. WARNING - raw user input. |
| [termalias] | URL alias for the term. |
| Location tokens |
| [location-name_N] | Location Name (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-street_N] | Street (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-additional_N] | Additional (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-city_N] | City (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-province_N] | State/Province (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-province_name_N] | State/Province Name (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-postal_code_N] | Postal Code (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-latitude_N] | Latitude (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-longitude_N] | Longitude (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-country_N] | Country (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-country_name_N] | Country Name (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-fax_N] | Location Fax number (If there are multiple locations per node, N is the iteration, starting with 0) |
| [location-phone_N] | Location Phone number (If there are multiple locations per node, N is the iteration, starting with 0) |
| Workflow tokens |
| [workflow-name] | Name of workflow appied to this node |
| [workflow-current-state-name] | Current state of content |
| [workflow-old-state-name] | Old state of content |
| [workflow-current-state-date-iso] | Date of last state change (ISO) |
| [workflow-current-state-date-tstamp] | Date of last state change (timestamp) |
| [workflow-current-state-date-formatted] | Date of last state change (formated - M d, Y h:i:s) |
| [workflow-current-state-updating-user-name] | Username of last state changer |
| [workflow-current-state-updating-user-uid] | uid of last state changer |
| [workflow-current-state-updating-user-mail] | email of last state changer |
| [workflow-current-state-log-entry] | Last workflow comment log |
| Global tokens |
| [url] | The current active url, e.g. "admin". |
| [path] | The current active drupal path, e.g. "node/2". If URL aliases are used, this will be always the path behind the alias." |
| [path-arg-1] | The first component of the current active path, e.g. for the path "node/2" it will be "node". |
| [path-arg-x] | The Xst argument of the current active path. |
| [user-name] | The name of the currently logged in user. |
| [user-id] | The user ID of the currently logged in user. |
| [user-mail] | The email address of the currently logged in user. |
| [site-url] | The URL of the current Drupal website. |
| [site-name] | The name of the current Drupal website. |
| [site-slogan] | The slogan of the current Drupal website. |
| [site-mission] | The mission of the current Drupal website. |
| [site-mail] | The contact email address for the current Drupal website. |
| [site-date] | The current date on the site's server. |
| [site-date-yyyy] | The current year (four digit) |
| [site-date-yy] | The current year (two digit) |
| [site-date-month] | The current month (full word) |
| [site-date-mon] | The current month (abbreviated) |
| [site-date-mm] | The current month (two digits with leading zeros) |
| [site-date-m] | The current month (one or two digits without leading zeros) |
| [site-date-ww] | The current week (two digits with leading zeros) |
| [site-date-date] | The current date (numeric representation of the day of the week) |
| [site-date-day] | The current day (full word) |
| [site-date-ddd] | The current day (abbreviation) |
| [site-date-dd] | The current day (two digits with leading zeros) |
| [site-date-d] | The current day (one or two digits without leading zeros) |
| [site-date-raw] | The current in UNIX timestamp format (1269441371) |