An automation rule that executes an action (such as running a Datadog workflow or assigning an AI agent) when a specified case event occurs within a project.

Hierarchy

  • AutomationRule

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Core attributes of an automation rule, including its name, trigger condition, action to execute, and current state.

id: string

Automation rule identifier.

Related resources for the automation rule, including the users who created and last modified it.

JSON:API resource type for case automation rules.

Generated using TypeDoc