---
title: "Mapp Engage Variables - Group Attributes"
slug: "mapp-engage-variables-group-attributes"
updated: 2025-02-03T13:04:51Z
published: 2025-02-03T13:04:51Z
---

> ## 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 | `&lt;%${group['name']}%&gt;` | During sendout, the name of the group in which the message is sent replaces this placeholder. |
| Group Email | `&lt;%${group['email']}%&gt;` | During sendout, the email address of the group in which the message is sent replaces this placeholder. |
| Group Category | `&lt;%${group['CategoryName']}%&gt;` | 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 | `&lt;%${group['catid']}%&gt;` | 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 | `&lt;%${group['language']}%&gt;` | During sendout, the language set for the group in which the message is sent replaces this placeholder. |
| Group Country | `&lt;%${group['isocountrycode']}%&gt;` | During sendout, the ISO country code or the group in which the message is sent replaces this placeholder. |

## Related

- [Group Attributes](/group-attributes.md)
