Remote Control and API
Beyond in-app automation sections, you can connect Nooxl Apps to the outside world through REST:
- Drive Nooxl from outside — authenticate and call models via the Nooxl REST API, for example from Microsoft Power Automate, Zapier, or any HTTP client.
- Call out from a model — invoke a third-party REST API from a model and pass data out of Nooxl Apps.
In this section
- Authenticate (REST API) — obtain an access token.
- Model calculate (REST API) — open a model, set inputs, read outputs.
- Call a third-party REST API — call out from a model via a data query.
- Microsoft Power Automate — a worked Power Automate example.