Can I personalise emails? What are merge tags?
Merge fields are system tags which pull information automatically from within the user profile and/or applications. Merge tags are a way to populate notifications and more with personalized information like First and Last names, Application and Category name, etc.
Important: please note some merge tags mentioned here are for features such as Action flow which are available on the Premium plan only.
Merge fields are available in the following places in Good Grants:
- Broadcasts (for a Password reset only)
- Notifications
- Packing slips
- Action flow
Some merge fields are essential to the successful management of your program. For example, the merge field used in the account confirmation notification - which is sent to new users when they register - contains an important link which allows new users to verify their email address. This step is required to complete registration.
This notification can be seen at Settings > Communications > Notifications. The body message for the Account confirmation notification looks like this:

The curly brackets {} are merge fields. When the message is sent the merge field is replaced with data. For example, the {confirmation_url} field will be replaced by a unique confirmation link for new users to click to confirm their account.
When merge fields are available, they will appear as clickable links.

To use the merge field all you need to do is click on the merge tag:

Note: Broadcasts are available with Premium plans only. Broadcasts currently cannot be personalized with user names.
Custom merge fields
You can create custom merge fields from fields you’ve created by using the {application_field:abcd1234} and {user_field:abcd1234} merge fields.

For this option to work you’ll need to replace the abcd1234 with the slug for the field. The slug is the unique ID for each field which can be found at the very end of the URL of that field. To find it, go to Settings > Applications > Fields and click on any field to open it for editing in your browser. Check the URL in the browser address bar and you’ll see something like this:
https://yourprogram.grantplatform.com/field/YlegNDAo
The eight character code at the end is the slug. The slug is the unique ID that references that specific field. If it’s an application field, the merge field in this example will look like this: {application_field:YlegNDAo}
If the field is a user field, then it will look like this: {user_field:YlegNDAo}