@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface AutomationAction

    Automation action definition

    Currently supported action types:

    • phrase_match: Matches action items based on phrase matching
    interface AutomationAction {
        config?: Record<string, unknown>;
        type: string;
    }
    Index

    Properties

    Properties

    config?: Record<string, unknown>
    type: string