TimelineInput
type TimelineInput {
message: String!
sourceId: String!
sourceType: SourceTypeEnum!
}
Fields
The message you want to add
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.
The message source type you want to add.