Connect an existing Serval ticket to an existing external ticket in a sync channel. This establishes ongoing bidirectional sync between the tickets without creating a new external ticket. The external ticket must already exist in the target system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Serval ticket ID to connect
The channel containing the external ticket
The external ticket ID (which depends on the channel type) but should be a globally unique identifier for the external ticket
Optional: Raw external ticket data/metadata to store with the connection. This should be the JSON-serialized external ticket object from the external system. For ServiceNow, this should be the RequestedItem or Incident object. If not provided, external links may not display correctly.
Optional: Subtype of the external ticket within the integration. For ServiceNow, use "incident" or "requested_item" to specify the type. This determines which sync handler is used for ongoing synchronization.
Success
The response is of type ConnectTicketToExternalTicketResponse · object.