SpecificEventTrigger object

Triggers when a specific Event fires.

Polymorphism

SpecificEventTrigger is a type that implements the Trigger type.

When an object of type Trigger is expected, you can use one of type SpecificEventTrigger (or use any other implementation).

Example JSON representation

{
  "event": {
    "id": "string"
  },
  "triggerType": "SpecificEventTrigger"
}

Properties

property attributes valid values description filter option
event
EventForeignKey object
required
triggerType
string
required
"SpecificEventTrigger"