In this case, let's say we want the customers First Name, which is in field strCDA_6_field_0_1
So we want our email to pull whatever is in field strCDA_6_field_0_1 and put it into our email.
We need to create our email.... so we say:
''
Hello --strCDA_6_field_0_1--,
Thank you for calling today. We hope you enjoyed your experience.
Please call again soon.
Kind regards
bxp software''
We use the -- notoation with the field name in order to do the replace.
This replacement can be done with as many fields as you like.
You can reuse the same field numerous times in the same email... all replacements will be made.