Triggered email template, replace variables in links

@mattiapedroncelli you’re not creating your variables object correctly. You should use:

"variables": {
 "name": firstName,
 "approvalToken":results.approvalToken,
}