@mattiapedroncelli you’re not creating your variables object correctly. You should use:
"variables": {
"name": firstName,
"approvalToken":results.approvalToken,
}
@mattiapedroncelli you’re not creating your variables object correctly. You should use:
"variables": {
"name": firstName,
"approvalToken":results.approvalToken,
}
@felipe-bustos you’re right that’s where the mistake was! Thanks a lot now the email received contains link with the correct token associated.
However, after click on the link user remains blocked and I have to manually authorize him to become member from the member control panel… is this correct? Why ?
thanks a lot