PluginTriggerEvent
Defined in: plugin.ts:68
One inbound event a trigger-source plugin can emit (for UI + matching).
Properties
Section titled “Properties”description?
Section titled “description?”
optionaldescription?:string
Defined in: plugin.ts:74
One-line explanation of when the event fires (docs/editor helper text).
filters?
Section titled “filters?”
optionalfilters?:string[]
Defined in: plugin.ts:76
Filter keys this event supports (surfaced as optional filter inputs).
firehose?
Section titled “firehose?”
optionalfirehose?:boolean
Defined in: plugin.ts:78
Fires at high volume; the editor shows a cost warning.
label?
Section titled “label?”
optionallabel?:string
Defined in: plugin.ts:72
Human label for the automation editor.
type:
string
Defined in: plugin.ts:70
Stable id matched against EventSchedule.event_type (e.g. app_mention).