Hey!
Are you creating the task within your automation and if so, do you want to send this email immediately after creating this task?
You can save the Task Object from the task creation activity which has a few properties including ActionUrl
and Id
. Then in the email you can use the MyTask.ActionUrl
or [ACTION-CENTER-URL]/[MyTask.Id]
for linking to that specific task.
Best,