ValueMetric

  • makeScenarioId
    Type: integer
    required

    ID of the Make (Integrator) scenario that triggers this metric increment

  • value
    Type: number Format: float
    required

    The numeric amount to add to the metric each time this module runs; can be a fixed number or dynamically sourced from other modules. Stored as decimal(20,6).

  • aiTokensLog
    Type: boolean

    When true, the value amount is deducted from the organization AI Credits quota instead of incrementing the metric.

  • created
    Type: string Format: date-time
    read-only

    Creation timestamp

  • createdUserId
    Type: integer
    read-only

    ID of user who created this record

  • id
    Type: integer
    read-only

    Unique identifier - primary key

  • label
    Type: string

    The name of the metric or event being tracked (e.g. ‘New Lead’, ‘Sale Completed’).

  • updated
    Type: string Format: date-time
    read-only

    Last updated timestamp

  • updatedUserId
    Type: integer
    read-only

    ID of user who last updated this record