What an Incoming Can Do
An Incoming configuration can pull data from a wide range of sources. The most common ones are:- HTTP / API connections, for example to fetch a list of orders from an external API.
- Database connections, to run a query against a SQL database.
- Filesystem connections, to read files from local storage, FTP, or cloud storage.
- SOAP connections, for legacy systems that expose SOAP services.
Transformers on the Incoming
You can add transformers to an Incoming configuration. They run on the data as it comes in, before any tasks are created. Transformers are typically used to:- Shape the data so it matches the format you want to store on the task.
- Enrich the data with values from other systems or from Alumio storage.
- Cache values that are reused later in the route.