Member Junction
    Preparing search index...

    Result of generating+persisting a single integration action

    interface GenerateIntegrationActionResult {
        ActionID?: string;
        ActionName?: string;
        AlreadyExisted: boolean;
        Message: string;
        ObjectName: string;
        Success: boolean;
        Verb: IntegrationActionVerb;
    }
    Index

    Properties

    ActionID?: string
    ActionName?: string
    AlreadyExisted: boolean

    True if a matching action already existed and was reused (idempotent reuse)

    Message: string
    ObjectName: string
    Success: boolean