Skip to main content
POST
Create Ticket External Messages

Authorizations

Authorization
string
header
required

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

Path Parameters

ticket_id
string
required

The Serval ticket the messages belong to.

Body

application/json
channelTarget
Email · object

The channel the messages should be registered against. Resolves to the same source the egresser uses to decide what to sync.

messages
ExternalMessageRegistration · object[]

The messages to register as already present in the external channel. Provide one for a single registration or many for a bulk registration.

Response

Success

data
ExternalMessage · object[]

The external message links that were created or updated.