Member Junction
    Preparing search index...

    Connection configuration parsed from CompanyIntegration credentials

    interface RasaConnectionConfig {
        APIKey: string;
        CommunityIdentifier?: string;
        Password: string;
        Username: string;
    }
    Index

    Properties

    APIKey: string

    Rasa.io API key (UUID format) used for Basic auth to obtain JWT

    CommunityIdentifier?: string

    Community identifier — scopes API calls to a specific newsletter community

    Password: string

    Basic auth password for the Rasa.io account

    Username: string

    Basic auth username (email) for the Rasa.io account