Hello everybody,
I’m trying to integrate Camunda in a “.Net” project.
What are the connectors? Can I use them in my case? Can I use them to send emails directly from Camunda without any implementation in the backend?
Hello everybody,
I’m trying to integrate Camunda in a “.Net” project.
What are the connectors? Can I use them in my case? Can I use them to send emails directly from Camunda without any implementation in the backend?
It’s probably better and easier to maintain if you use a .NET external task to run your business logic.
You could use connectors but they probably shouldn’t be your first choice
Thanx a lot!
Is there any other way to send an email from the Camunda-Engine through an implementation in the modeler and without writing any code in the backend, just by providing an email address to the Task?!