--- title: "Mapp Engage Variables - Group Attributes" slug: "mapp-engage-variables-group-attributes" updated: 2025-02-03T13:04:51Z published: 2025-02-03T13:04:51Z canonical: "docs.mapp.com/mapp-engage-variables-group-attributes" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.mapp.com/llms.txt > Use this file to discover all available pages before exploring further. # Mapp Engage Variables - Group Attributes The Mapp Engage Variables in the ​**Group Attributes**​ category insert data about the sendout group into your message. For example, you can insert the following variables: - Group name - Email address - Language - Country - Group ## Navigation Path​ 1. Create a message or landing page. 2. Click ​**Mapp Engage Variables**​. 3. From the ​**Category**​ drop-down list, select **​Group Attributes​.** ## Available Group Placeholders Variables​ | Variable | Placeholder | Description | | --- | --- | --- | | Group Name | `<%${group['name']}%>` | During sendout, the name of the group in which the message is sent replaces this placeholder. | | Group Email | `<%${group['email']}%>` | During sendout, the email address of the group in which the message is sent replaces this placeholder. | | Group Category | `<%${group['CategoryName']}%>` | During sendout, the name of the category of the group in which the message is sent replaces this placeholder. A group category is a keyword that is assigned to a group to organize, filter, or search for different types of groups. | | Group Category ID | `<%${group['catid']}%>` | During sendout, the ID of the category of the group in which the message is sent replaces this placeholder. A group category is a keyword that is assigned to a group to organize, filter, or search for different types of groups. | | Group Language | `<%${group['language']}%>` | During sendout, the language set for the group in which the message is sent replaces this placeholder. | | Group Country | `<%${group['isocountrycode']}%>` | During sendout, the ISO country code or the group in which the message is sent replaces this placeholder. | ## Related - [Group Attributes](/group-attributes.md)