{"section":"tracks","requestedLocale":"en","requestedSlug":"including-order-variables-in-email-template","locale":"en","slug":"including-order-variables-in-email-template","path":"docs/en/tracks/vtex-modules-getting-started/transactional-emails/including-order-variables-in-email-template.md","branch":"main","content":"In **Message Center**, within the __Templates__ tab, you will find the transactional email templates sent to your customers.\n\nYou can customize all Message Center templates, and there's a number of variables that allow you to dynamically add data to the email.\n\nThese variables are JSON properties in the __JSON Data__ field and can be used in the email HTML. Just insert them into double braces using the following format: `{{variable}}`\n\n### Example\n\n> ⚠️ JSON Data examples will only appear in templates when you complete the desired action in your store. If you have not transacted an order, recurrence or any other action, JSON Data will appear blank.\n\nLet's say you want to enter the carrier's name in the order sent email.\n\nTo do this, go to the order sent template and, in the __JSON Data__ field, look for the `courier` property.\n\n![EN Incluir variáveis do pedido no template de e-mail - 1](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tracks/vtex-modules-getting-started/transactional-emails/including-order-variables-in-email-template_1.png)\n\nThe value entered for this property is just an example, but you can use it in the __HTML__ field so that when the email is sent, the customer will see the carrier actually responsible for delivering the order.\n\nNote that the `courier` property is inside the `package` object. Therefore, you need to enter it as follows:\n\n`{{package.courier}}`\n\n![EN Incluir variáveis do pedido no template de e-mail - 2](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tracks/vtex-modules-getting-started/transactional-emails/including-order-variables-in-email-template_2.png)\n\nSee that the example value (\"Carrier Teste Courier S.A.\") was inserted in the preview screen, below the __HTML__ and __JSON Data__ fields."}