Create Disposition
Dispositions
Create Disposition
Create a new disposition for call classification
Create Disposition
Overview
Create a new disposition to classify call outcomes in your campaigns.Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Request Body
Disposition name (max 100 characters)
Detailed description of when to use this disposition (max 1000 characters)
Priority level from 0-1000 (0 = highest priority)
Response
Indicates if the request was successful
Response message
Created disposition object
Error Codes
| Status | Description |
|---|---|
400 | Validation error - check the errors array for details |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
409 | A disposition with this name already exists |
500 | Internal server error |

