nylas
    Preparing search index...

    Interface CreateAgentListRequest

    Interface representing a request to create a Nylas Agent Account list.

    interface CreateAgentListRequest {
        description?: string;
        name: string;
        type: AgentListType;
    }
    Index

    Properties

    description?: string

    Optional description of the list's purpose.

    name: string

    Human-readable name for the list.

    The kind of values the list holds.