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
You need three path IDs: the
connector_id (shown in the connector page URL at app.xpander.ai/connectors/{connector_id}), the connection_id (your org’s authenticated connection — find it in connections[].id from List Tools), and the operation_id (from List Connector Operations — its id or operationId both work). Pass _ as connector_id to resolve it from the connection.
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). All four are optional — send only what the operation needs. Use Get Connector Operation Schema to inspect the expected inputs first; its input schema uses exactly these three groups.
The operation runs with its spec-defined HTTP method regardless of this POST, the connection’s stored credentials are applied automatically, and the response is the target API’s response, passed through unchanged. Times out after 300s.Authorizations
API Key for authentication
Body
application/json
Response
Successful Response

