v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCase Management
Create ServiceNow ticket for case
Create a new ServiceNow incident ticket and link it to a case
post/api/v2/cases/{case_id}/relationships/servicenow_tickets
Path parameters
case_idstring required
Case's UUID or key
Request body
Example request
{
"data": {
"attributes": {
"assignment_group": "IT Support",
"instance_name": "my-instance"
},
"type": "tickets"
}
}Response
Accepted