@webitel/api-services
    Preparing search index...

    VariableEntry represents a single variable value along with metadata about who and when it was set.

    interface WebitelImApiGatewayV1VariableEntry {
        setAt?: string;
        setBy?: WebitelImApiGatewayV1Contact;
        value?: WebitelImApiGatewayV1VariableEntryValue;
    }
    Index

    Properties

    Properties

    setAt?: string

    Timestamp when the variable was set (Unix time, milliseconds).

    Contact who set the variable.

    Arbitrary structured value of the variable. Supports dynamic JSON-like content.