Starting/Triggering a Microflow via an external source

0
Hi, I am busy evaluating various low code platforms. I was taking a look at the Appian documentation, and you can kick off/start a process flow from an external source, for example an API call or sending the process an email. Is this possible with Mendix microflows? If so, is there any documentation? I haven’t been able to find anything so far.
asked
1 answers
3

You can publish a REST or Web service and have that trigger a microflow when called. You can also write your own custom RequestHandlers to trigger actions in your Mendix application.

https://docs.mendix.com/refguide/published-rest-services
https://docs.mendix.com/refguide/published-web-services
https://www.mendix.com/evaluation-guide/enterprise-capabilities/extensibility/


Hope this helps.

answered