Modules
Every input, filter, and output a Cannectors pipeline can use.
A pipeline plugs one input, zero or more filters, and one output into a fixed shape. The available modules in each slot are listed below. Click through for the exhaustive option reference, generated directly from the JSON Schema the binary uses to validate.
Inputs
httpPolling, soapPolling, webhook, database — sources of records.
Filters
mapping, condition, loop, script, http_call, soap_call, sql_call, set, remove, drop.
Outputs
httpRequest, soapRequest, database — where records end up.
Shared concepts
Most HTTP-shaped modules (httpPolling, http_call, httpRequest)
share a common base. SOAP modules (soapPolling, soap_call,
soapRequest) share raw XML body templating, SOAP version handling,
MTOM, and WS-Security. Most SQL-shaped modules (database input,
sql_call, database output) share another. Cross-cutting concerns
live in their own pages: