I would like to use tasks instead of email for part of our system. I know how to create a task with MS Graph but what I am looking for is a way to run an azure function whenever a user is completing the task I sent.
Is there something I can listen to in Graph or Azure and fire the azure function with parameters from the task (user, job etc...) Any idea?