Debriefer

Send a message to an active interview

Sends a participant message to an active interview run. Only works for channel-based runs (not connector-based).

POST
/api/v1/interview-runs/{id}/message

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/api/v1/interview-runs/run_1234567890abcdef/message" \  -H "Content-Type: application/json" \  -d '{    "content": "string"  }'
{
  "object": "message_ack",
  "run_id": "string",
  "status": "received"
}
Empty
Empty
Empty