I want to send a template email to perform email verification of our users.
The template email should contain a link which need to call http POST request to somewhere. And than from third party API (ex. elasticemail) handle that request via JavaScript and do another POST request to the actual server.
My question is: How can I do this?
We need this kind of step in email verification process, because otherwise we have to expose private data inside email template.