Installing a Voice channel
Installing a Voice connector
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
Body
namestringRequired
connectorTemplateRefstringOptional
channelConversationalStatusEnabledboolean · nullableOptional
invitationTokenstring · nullableOptional
Responses
201
OK
application/json
404
workspace not found
application/json
409
connector already exists
application/json
422
invalid data provided
application/json
post
/workspaces/{workspaceId}/connectorsProperty
Type
Description
Get your channel id
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
connectorIdstring · uuidRequired
Responses
200
OK
application/json
404
connector not found
application/json
get
/workspaces/{workspaceId}/connectors/{connectorId}Last updated
Was this helpful?

