Create users in Camunda and notify them
Hello
I would like to develop a project where I could create users in Camunda and later notify each of the users about it.
The data of each user (id, name, surname, email, ...) are stored in a database in PostgreSQL.
Could you help me to find an idea of how to develop this project?