Post the user's card-tap result back to Retell via Powsoo
POST
/v1/sessions/{callId}/results
Widget POSTs here after the user interacts with a card. The backend matches the toolCallId against an in-flight Retell webhook and completes that held HTTP request with the JSON-stringified result. Latency target <50ms; this is the second half of the call hot path.
Parameters
Path Parameters
callId
required
string
Header Parameters
x-powsoo-session-token
string
Request Body
object
toolCallId
required
string
result
required
object
status
required
string
action
required
string
fields
object
key
additional properties
string
edited
Array<string>
Responses
204
Result accepted
401
Missing or invalid session token
object
ok
required
boolean
error
required
object
code
required
string
message
required
string
requestId
string
404
Unknown callId or no matching pending tool call
object
ok
required
boolean
error
required
object
code
required
string
message
required
string
requestId
string