@archastro/sdk
    Preparing search index...

    Interface AutomationPrefills

    Locked payload and participant values supplied by the automation owner.

    interface AutomationPrefills {
        participants?: Record<string, unknown>;
        payload?: Record<string, unknown>;
    }
    Index

    Properties

    participants?: Record<string, unknown>

    Participant slot-to-agent mappings applied by the platform. Caller values at these slots must match exactly.

    payload?: Record<string, unknown>

    Partial invocation payload applied by the platform. A caller may omit these values, but supplying a different value at any locked path is rejected.