POST
/
inbound
/
courier

Authorizations

Authorization
string
headerrequired

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

Body

application/json
event
string
required

A descriptive name of the event. This name will appear as a trigger in the Courier Automation Trigger node.

messageId
string
required

A required unique identifier that will be used to de-duplicate requests. If not unique, will respond with 409 Conflict status

properties
object
required
type
enum<string>
required
Available options:
track
userId
string | null

The user id assocatiated with the track

Response

200 - application/json
messageId
string
required

A successful call returns a 202 status code along with a requestId in the response body.