Create Disposition Group
Dispositions Group
Create Disposition Group
Create a new disposition group
Create Disposition Group
Overview
Create a new group to organize dispositions for specific actions like callbacks or follow-ups.Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Request Body
Group name (max 100 characters)
Group description (max 1000 characters)
Array of disposition IDs to include in the group (max 100 items)
Response
Indicates if the request was successful
Response message
Created disposition group object
Error Codes
| Status | Description |
|---|---|
400 | Validation error or invalid disposition IDs |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
409 | A group with this name already exists |
500 | Internal server error |
Notes
- Duplicate disposition IDs in the array are automatically removed
- All disposition IDs must belong to your organization
- You can create an empty group (no dispositions) and add them later

