📄️ Implementing Operation
Implement the Operation interface to execute connector actions against a target service when a Connector Shape runs in a Boomi integration process.
📄️ Implementing the Listen operation
Implement the ListenOperation class to create event-driven connector operations that submit payloads for process execution when messages are received.
📄️ Implementing the Query operation
Implement the Query operation to support field selection, filtering, and sorting for connector operations that retrieve data from a target service.
📄️ Query operation field selection, filtering, and sorting
Use schema annotations to configure which fields are available for filtering, sorting, and selection in a connector Query operation.
📄️ Producing Query and Execute output documents
Learn how to produce multiple output documents from a single input and combine multiple inputs into one result using OperationResponse partial result methods.
📄️ Query operation legacy filter support (prior to version 1.1.0)
Reference for the legacy Query operation filter syntax supported before Connector SDK version 1.1.0, which remains compatible with current API versions.
📄️ Proprietary data formats
When using the Connector SDK to build a connector, use these techniques for operations with data sources in proprietary formats. Some of the “standard” connectors \(for example, the FTP, HTTP, and Disk connectors\) implement operations on data in proprietary formats.