How to include customer name in order confirmation?

Hello,

How can I add the customer name to the order confirmation? So instead of just

"

Thank you for your purchase!

We’re getting your order ready to be shipped. We will notify you when it has been sent."

I want to add something like

Thank you for your purchase Susan, you made a great choice!

We’re getting your order ready to be shipped. We will notify you when it has been sent.

I know I need to edit the template code, is it the customer.first_name property that needs to be added?

Many thanks

Hello,

{{ customer.first_name }} should be correct yes

Works as expected. Thank you!