How can I include customer's email in order notification?

In the order notification that goes to our team to fulfill, I want to include the customer’s email address but am struggling to add the correct code.

This is the default coding on the template. I want to add the email to the bottom of this section:

shipping_address.name }}

{{ shipping_address.street }}

{{ shipping_address.city }},
{{ shipping_address.province }}
{{ shipping_address.zip }}

{{ shipping_address.country }}

{{ shipping_address.phone }}

Hey, @Angela35 .

Thank you for posting this question!

I understand you’re looking to add the customer’s email to the order notification for your team. Using our notification variable reference, I can confirm that the variable for the customer’s email address is email. Simply add the opening and closing brackets around the variable and add it to your desired location on the template.

{{ email }}

I’d love to know if this is can help accomplish what you’re looking for. Let me know!