Is there any possiblity of approving or rejecting task via mail with Camunda? Or does this has to be developed by customer? If yes how can this be achieved? I didnt find anything regarding this in the documentation
Hi @Haminou_M,
since this is very specific to your use case, you have to implement the concrete behaviour by your own. However, you can use the mail-community-extension for the mail communication part.
Best regards,
Philipp
1 Like
You can also look into Apache Camel for connecting an email account and the Camunda Camel extension for integration with Camunda.
Cheers,
Thorben
1 Like
Hello @Haminou_M,
have a look into this example: https://github.com/camunda-consulting/code/tree/master/one-time-examples/counterparty-onboarding#complete-task-by-email
Is this what you are looking for?
Cheers, Ingo
1 Like