Creating Plot Twists
    Preparing search index...

    Type Alias LinkKind

    LinkKind: "calendar" | "task" | "team-task" | "message"

    What a link type fundamentally is. Plot uses this to group connectors and to decide which of a connection's channels a given workspace can enable — a composite connector's calendar channels and its mail channels can differ.

    • calendar — time-anchored events from a calendar.
    • task — a personal to-do item (a personal task manager's task).
    • team-task — work tracked with other people: issues, tickets, cards, documents, meeting notes, CRM records.
    • message — a conversation: email threads, chats, DMs.

    Declare this on every link type. The distinction between task and team-task is about the tool, not the payload: a Todoist task is task, an Asana task is team-task, even though both are type: "task".