nylas
    Preparing search index...

    Interface CreateAgentAccountRequest

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

    interface CreateAgentAccountRequest {
        provider: "nylas";
        settings: CreateAgentAccountSettings;
        state?: string;
    }
    Index

    Properties

    provider: "nylas"

    The Nylas provider provisions an Agent Account.

    Settings required to provision the Agent Account.

    state?: string

    Optional state value to return to developer's website after authentication flow is completed.