Create and Link a Ticket to an Initiative

Create a PSA ticket and link it to the initiative. The ticket is queued for creation in the external PSA; this endpoint returns 202 Accepted with a Pending state. Poll GET /v1/initiatives/{initiative_id}/ticket until the state transitions to Created or Error.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the initiative the new ticket should
be created and linked to.

Body Params

Request body containing PSA ticket create-field values for the initiative.

field_values
array of objects
required
length ≥ 1

The list of integration field key/value pairs that drive ticket
creation in the external PSA. Required field keys come from
the matching ticket-create-fields response. The Title key is
always required and represents the ticket subject.

field_values*

Single PSA ticket create-field value keyed by the field metadata returned from the create-fields endpoint.

string
required

Field key as returned by the matching ticket-create-fields
response. Use the option's key, not its label.

string
required

Value to submit for this field. For Select inputs, use
the option's id from the field's values list.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json