Skip to main content
POST
/
public
/
twilio-connector
/
inbox
/
websocket
Create an external websocket inbox
curl --request POST \
  --url https://web-api.clerk.chat/public/twilio-connector/inbox/websocket \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '
{
  "name": "My WebSocket Inbox"
}
'
{
  "data": {
    "id": "00000000-0000-0000-0000-000000000000",
    "externalId": "APxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "name": "My Voice Application"
  }
}

Authorizations

apiKey
string
header
required

Body

application/json
name
string
required

Friendly name for the inbox

Example:

"My WebSocket Inbox"

Response

The created external inbox

data
object
required

Represents an external inbox resource