Create Custom Ticket Status

POST {{baseUrl}}/api/v2/custom_statuses

Takes a custom_status object that specifies the custom ticket status properties to create.

Allowed For

  • Admins

Request Body

{"custom_status"=>{"active"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "agent_label"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "description"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "end_user_description"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "end_user_label"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "status_category"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;custom_status&quot;:{&quot;active&quot;:true,&quot;agent_label&quot;:&quot;Responding quickly&quot;,&quot;created_at&quot;:&quot;2021-07-20T22:55:29.000Z&quot;,&quot;default&quot;:false,&quot;description&quot;:&quot;Customer needs a response quickly&quot;,&quot;end_user_description&quot;:&quot;Your ticket is being responded to&quot;,&quot;end_user_label&quot;:&quot;Urgent processing&quot;,&quot;id&quot;:35436,&quot;raw_agent_label&quot;:&quot;Responding quickly&quot;,&quot;raw_description&quot;:&quot;Customer needs a response quickly&quot;,&quot;raw_end_user_description&quot;:&quot;Your ticket is being responded to&quot;,&quot;raw_end_user_label&quot;:&quot;Urgent processing&quot;,&quot;status_category&quot;:&quot;open&quot;,&quot;updated_at&quot;:&quot;2021-07-20T22:55:29.000Z&quot;}}