Solved
How to get workflow approval via email in AEM?
I am developing a workflow where authors or admins will need to approve it via email. Our goal is to have both regular AEM approval (via the Inbox console) and to send an email notification along with an approval option.
We have created an email service to send emails to users and are planning to create a link for approval requests. I am thinking about creating a servlet that will handle the request, but I am still wondering how the AEM author login will work? Without logging into the AEM author, I guess there is no way to approve workflow via email. Could you please clarify my understanding? Is there any way to manage this use case?