Solupay uses a script to send a token request email, it's shown in the photo as just the company name field but shows up in customers emails as "{companyname}" - what am I missing that would fix this?
t
Tim Chapman
10/05/2023, 8:56 PM
${customer.companyname}
t
Torin
10/05/2023, 9:00 PM
Forgot to mention I tried that in my tests to myself 😞
Torin
10/05/2023, 9:01 PM
${entity.companyname} and all the like as well, still comes out the same
m
Marc
10/05/2023, 9:15 PM
Try ${record.entity.entityid}
Marc
10/05/2023, 9:16 PM
Check If you have something
${record.entity.companyname}