Optionaltitle?: stringTitle for the link and its thread container. Must be the real entity title (e.g. issue title, message subject), never a placeholder or ID. This value overwrites the existing title on upsert. Omit to preserve the existing title (e.g. for cancelled events where the title may not be available in the webhook payload).
Optionalnotes?: Omit<NewNote, "thread">[]Notes to attach to the thread
Optionalschedules?: Omit<NewSchedule, "threadId">[]Schedules to create for the link
OptionalscheduleOccurrences?: NewScheduleOccurrence[]Schedule occurrence overrides
A new link with notes to save via integrations.saveLink(). Creates a thread+link pair, with notes attached to the thread.