@shortcut/client
    Preparing search index...

    Interface ShortcutWebhookActor

    Who performed the change. Exactly one id is present in practice.

    interface ShortcutWebhookActor {
        automation_id?: string;
        displayable_name: string;
        member_id?: string;
        mention_name?: string;
        webhook_id?: string;
    }
    Index

    Properties

    automation_id?: string
    displayable_name: string
    member_id?: string

    The acting member's permission id. Compare against the agent's own permission_id to ignore its own writes.

    mention_name?: string

    The acting member's @-handle, when the actor is a member with one; address them with @${mention_name}.

    webhook_id?: string