Skip to main content
Create Disposition Group

Overview

Create a new group to organize dispositions for specific actions like callbacks or follow-ups.

Headers

string
required
Bearer token for authentication (e.g., Bearer <your_token>).

Request Body

string
required
Group name (max 100 characters)
string
Group description (max 1000 characters)
array
Array of disposition IDs to include in the group (max 100 items)

Response

boolean
Indicates if the request was successful
string
Response message
object
Created disposition group object

Error Codes

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