Invoke Connector Operation
REST API - Tools
Invoke Connector Operation
Invoke a connector operation on a connection directly - no agent or task required. The response is the target API’s response.
POST
Invoke Connector Operation
The body follows the same
RequestPayload schema the agent-controller uses: body_params (request body), query_params, path_params (by name), and headers (extra headers for the target API). The operation runs with its spec-defined HTTP method regardless of this POST, and the connection’s stored credentials are applied automatically.
operation_id accepts the operation’s id or operationId from List Connector Operations. Pass _ as connector_id to resolve it from the connection. Use Get Connector Operation Schema to inspect the expected inputs first.Authorizations
API Key for authentication
Body
application/json
Response
Successful Response

