Type alias AutomationRuleActionType

AutomationRuleActionType: typeof EXECUTE_WORKFLOW | typeof ASSIGN_AGENT | UnparsedObject

The type of automated action to perform when the rule triggers. execute_workflow runs a Datadog workflow; assign_agent assigns an AI agent to the case.

Generated using TypeDoc