Member Junction
    Preparing search index...

    Configuration for the generator

    interface ActionGeneratorConfig {
        CategoryDescription?: string;
        CategoryName: string;
        CreateCategory?: boolean;
        IconClass?: string;
        IncludeList?: boolean;
        IncludeSearch?: boolean;
        IntegrationName: string;
        Objects: IntegrationObjectInfo[];
        ParentCategoryName?: string;
    }
    Index

    Properties

    CategoryDescription?: string

    Description for the auto-generated action category

    CategoryName: string

    Action category name for all generated actions

    CreateCategory?: boolean

    Whether to emit a category record. Defaults to true. Set false if the category already exists in metadata.

    IconClass?: string

    Icon class for generated actions (Font Awesome)

    IncludeList?: boolean

    Whether to include List actions (requires connector support)

    IncludeSearch?: boolean

    Whether to include Search actions (requires connector support)

    IntegrationName: string

    Integration name (e.g., "HubSpot", "Salesforce")

    Objects to generate actions for

    ParentCategoryName?: string

    Parent category name for the auto-generated category (e.g., "CRM", "Business Apps")