--- title: 'Liquid objects: recipient' description: >- A recipient that is associated with a [gift card](https://help.shopify.com/manual/products/gift-card-products). api_name: liquid source_url: html: 'https://shopify.dev/docs/api/liquid/objects/recipient' md: 'https://shopify.dev/docs/api/liquid/objects/recipient.md' --- # recipient A recipient that is associated with a [gift card](https://help.shopify.com/manual/products/gift-card-products). ## Properties * * email [string](https://shopify.dev/docs/api/liquid/basics#string) * The email of the recipient. * name [string](https://shopify.dev/docs/api/liquid/basics#string) * The full name of the recipient. * nickname [string](https://shopify.dev/docs/api/liquid/basics#string) * The nickname of the recipient. ```json { "email": "cornelius.potionmaker@gmail.com", "name": "Cornelius Potionmaker", "nickname": "Cornelius" } ``` ##### Example ``` { "email": "cornelius.potionmaker@gmail.com", "name": "Cornelius Potionmaker", "nickname": "Cornelius" } ``` ## Templates using recipient [![](https://shopify.dev/images/icons/32/themes.png)![](https://shopify.dev/images/icons/32/themes-dark.png)](https://shopify.dev/themes/architecture/templates/gift-card-liquid) [Theme architecturegift\_card.liquid template](https://shopify.dev/themes/architecture/templates/gift-card-liquid)