Skip to main content
PUT
/
profile
/
custom-queue
Set custom queue for user
curl --request PUT \
  --url https://api.cleartalk.ai/profile/custom-queue \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "queue_name": "client-abc-campaigns"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
queue_name
string
required

Name of the custom queue to assign to this user

Example:

"client-abc-campaigns"

Response

Custom queue updated successfully