InlineReaction1

InlineReaction1
InlineReaction1
JSON Example
{
    "actions": [
        {
            "resource_type": "string"
        }
    ],
    "events": [
        {
            "criteria": [
                {
                    "evaluations": [
                        {
                            "resource_type": "string"
                        }
                    ]
                }
            ],
            "source": {
                "resource_type": "string"
            }
        }
    ]
}
array of Action
actions
Required

Actions that need to be taken when the events occur. These actions must appear in the order that they need to be taken in. This field can be interpreted as the HOW of the Reaction, or simply as "Then That".

array of Event
events
Required

Events that provide contextual variables about what the reaction should react to. This field can be interpreted as the WHAT of the Reaction, or simply as "If This" Clause.

Used By