Types
CreateThreadEventInput
input
CreateThreadEventInputFields
threadId
ID!
required
The thread id of the thread that the event is for.
externalId
ID
The external ID of this event. You can use this field to store your own unique identifier for this event. This must be unique.
title
String!
required
The title of the event.
components
required
The components used to create the event's contents.
timestamp
String
When provided, this will override the timestamp of the event. Useful when backfilling events. Must be in ISO 8601 format (e.g. 2024-10-28T18:30:00Z).
isCollapsed
Boolean
Whether this event should be rendered collapsed by default in the timeline. Defaults to false.

