v4
latestOpenAPI 3.0.32026-08-0161180264.4 KBmanaged-call
Execute a managed call operation
Execute a managed call operation synchronously. The slug in the path acts as the RPC method name. Calls an external partner API with JSONata mapping on both request and response.
post/v1/managed-call/{slug}/execute
Path parameters
slugstring required
Use case slug (acts as the RPC method name)
Request body
Response
Managed call executed successfully. The response body is the JSONata-mapped result (or raw external API response if no mapping). If inbound routing is configured, check X-Inbound-Event-Id header for tracking.
{"stackTrail":"components:schemas:ManagedCallExecuteResponse","oasType":"schema","type":"unknown","description":"The response from a managed call execution.\nOn success, returns the JSONata-mapped response data directly (no wrapper).\nThe shape is entirely defined by your response_mapping JSONata expression.\nIf no response_mapping is configured, returns the raw external API response.\nCheck the X-Inbound-Event-Id header for inbound pipeline tracking when inbound routing is configured.\n"}