Warning

🚧 Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.

Integrations & APIs

Overview of system integrations and the internal API catalog.


Integration map

flowchart TD
    FLUIG[TOTVS Fluig] -->|REST API| N8N[N8N]
    N8N -->|Webhooks| M365[Microsoft 365]
    N8N -->|REST API| SN[ServiceNow]
    FLUIG -->|Events| BQ[BigQuery]
    UIPATH[UIPath] -->|Automation| FLUIG
    UIPATH -->|Automation| M365
    CR[Cloud Run APIs] -->|REST| BQ
    AF[Airflow] -->|DAGs| BQ

Integration principles

  • API-first: all system integrations must use documented APIs — never direct database access.
  • Versioning: internal APIs follow /v1/, /v2/ to guarantee compatibility.
  • Contracts: every integration must have a contract documented in the API catalog
  • Monitoring: every critical integration must have an alert configured

Sections

2 items under this folder.