Flows

Introduction

Flows in Conigma Connect define the steps for handling data as it moves between different APIs and services. They are triggered by events such as incoming webhooks or are scheduled periodically. Flows operate stateless in most cases, processing each execution on its own.

When triggered via a webhook, a flow takes the incoming data and processes it according to its configuration. For scheduled flows, the flow normally collects the data first and then processes it.

Flows are built and managed in a graphical interface using modular instruction blocks, making it easy to implement, test, and adjust for different integration scenarios. Refer to Flow Editor for more details.

The sub pages of this page contain detailed information about flows in Conigma Connect, an overview can be found under Flows - Overview.