Adding a custom Field to Email Template

Hello All,

I am trying to call a custom field from an invoice onto the email template

So far, i have tried:

{{Fields[“Purchase Order No:”]}}
{{custom_fields[“Purchase Order No:”]}}
{{custom_fields[“e377587f48f246638b64206fefe”]}}

Is this a possibility to have, or is there not a way of adding this info onto an email template?

TIA

Have you tried? {{ custom_fields["Purchase Order No:"] }} should work fine but I see you are using i.s.o. ". You also need to check that the name of the custom field you’re refering to is written in exactly the same way.

1 Like

Worked a charm, I think it was the quote marks that it didn’t like!
Thanks Mark

OK, good to know. Please mark the topic as solved