Create Workgroup
Prerequisites:
- Required: Bearer token —
POST /v1.0/oauth2/tokens - Required: Voice Route ID (CRID) —
POST /v1.0/voice/routes
Create a new workgroup for intelligent call routing. Workgroups support types such as IVR, simultaneous ring, and round-robin distribution. Returns a unique WorkgroupId.
What this does: Returns the new workgroup’s WorkgroupId (WG-) and full configuration. Once created, add members using POST /v1.0/workgroups/activity and assign the workgroup to a voice route.
Next steps:
- Add members —
POST /v1.0/workgroups/activity - View account workgroups —
GET /v1.0/account/workgroups
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
Body
Friendly name for the workgroup
"IVR Workgroup"
Workgroup routing type
IVR, simultaneous, round-robin "IVR"
Phone number assigned to this workgroup (E.164 format)
"+1234567890"
Call distribution order
"1"
Text-to-speech announcement played to callers
URL of audio file for announcement
Internal extension number
Caller ID type configuration
Caller ID name
Enable call recording
true
Enable transcription of recordings
false
Schedule ID to associate with this workgroup
"SID-3741d220-0663-4289-85df-c203f43db5a6"
Timezone for schedule (e.g., America/New_York)
ID of hold music to play
Enable AI-enhanced recording
Off-hours routing type (User or Workgroup)
User ID or Workgroup ID for off-hours routing
On-hours routing type (User or Workgroup)
User ID or Workgroup ID for on-hours routing
Wait time between call attempts
Toll-free number associated with workgroup
Account ID to associate workgroup with
Response
Success — returns the new Workgroup ID (WID-) and configuration
The response is of type object.