Skip to main content
POST
/
api
/
v1
/
threads
/
{threadId}
/
messages
Send a message to a web chat thread
curl --request POST \
  --url https://prod.featherhq.com/api/v1/threads/{threadId}/messages \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "message": "<string>"
}
'
{
  "status": "<string>",
  "threadId": "<string>",
  "messageId": "<string>",
  "windowExpiresIn": 123
}

Authorizations

X-API-Key
string
header
required

Path Parameters

threadId
string<uuid>
required

Body

application/json
message
string
required
Minimum string length: 1

Response

Message accepted for processing

status
string
required
threadId
string
required
messageId
string
required
windowExpiresIn
number
required