cURL
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" } }
Creates a new external inbox with a generated external ID for use with WebSocket connections.
Friendly name for the inbox
"My WebSocket Inbox"
The created external inbox
Represents an external inbox resource
Show child attributes