Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string<uuid>
required

The account that owns the ticket

Body

application/json
title
string
required
Maximum string length: 200
description
string
Maximum string length: 5000
pipeline_id
string<uuid>

Ticket pipeline id. The account default pipeline is used when omitted.

stage_code
string

Internal stage code within pipeline_id. The pipeline default stage is used when omitted.

priority
enum<string>
default:medium
Available options:
low,
medium,
high,
urgent
status
enum<string>
default:open
Available options:
open,
resolved,
closed
source_type
enum<string>
default:manual
Available options:
manual,
review,
journey,
system
review_id
string<uuid>

Review id to associate and deduplicate against an active review ticket.

customer_id
string

External customer id to associate with the ticket when there is no review.

actor_user_id
string<uuid>

Agent/profile id that should be recorded as the creator. If omitted, the first account member is used.

assignee_user_ids
string<uuid>[]

Account member ids to assign to the ticket on creation.

idempotency_key
string
Maximum string length: 200
required_fields
object

Values required when the initial status maps to a stage with required fields.

Response

Ticket created

data
object