PluginTriggerEvent
Defined in: plugin.ts:87
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:93
One-line explanation of when the event fires (docs/editor helper text).
filters?
Section titled “filters?”
optionalfilters?:string[]
Defined in: plugin.ts:95
Filter keys this event supports (surfaced as optional filter inputs).
firehose?
Section titled “firehose?”
optionalfirehose?:boolean
Defined in: plugin.ts:97
Fires at high volume; the editor shows a cost warning.
label?
Section titled “label?”
optionallabel?:string
Defined in: plugin.ts:91
Human label for the automation editor.
type:
string
Defined in: plugin.ts:89
Stable id matched against EventSchedule.event_type (e.g. app_mention).