@shortcut/client
    Preparing search index...

    Interface ShortcutInteractionPayload

    A user explicitly addressed the agent: assigned it, @-mentioned it, or replied to its comment.

    interface ShortcutInteractionPayload {
        actor: ShortcutWebhookActor;
        id: string;
        installation_id: string;
        timestamp: string;
        trigger: ShortcutInteractionTrigger;
        version: "v2";
        workspace2: ShortcutWebhookWorkspace;
    }
    Index

    Properties

    id: string
    installation_id: string
    timestamp: string
    version: "v2"