cURL
curl --request POST \ --url https://web-api.clerk.chat/public/twilio-connector/connect \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data ' { "inboxExternalId": "inbox-123", "direction": "inbound" } '
{ "data": { "connectUrl": "<string>" } }
Creates a dedicated websocket URL for a provided inbox
External ID of the inbox to connect the call to
"inbox-123"
Direction of the call
inbound
outbound
Show child attributes
Websocket address to use for bi-directional streaming. See https://www.twilio.com/docs/voice/media-streams#bidirectional-media-streams