Skip to main content

TimelineInput

type TimelineInput {
message: String!
sourceId: String!
sourceType: SourceTypeEnum!
}

Fields

messageString!required

The message you want to add

sourceIdString!required

Indicates which source the message added to the timeline belongs to. For example, if a message is added to the timeline for an order, sourceId is the id of the order. The same is true for the customer.

sourceTypeSourceTypeEnum!required

The message source type you want to add.