Email Notification at Task creation

Hey,
I wanna create an Email notification if a user started a task.
The email should be sent to a Group so they know, they have a new Task to approve.
I already build my email service with the send-mail connector.
My only and last problem right now is that I don’t know how to send the Email to all the Users in the specific group.

Thanks in advance
Patrick

@Patrick_Unverricht you can use value of camunda:candidateGroups attribute of UserTasks.

taskService.getCandidateGroups() will give you the group name.

hey @aravindhrs,

thanks for your response.
How and where do i use it?
I’m currently only working in Camunda Modeler