Skip to content
PricingReleases

PluginTriggerEvent

Defined in: plugin.ts:87

One inbound event a trigger-source plugin can emit (for UI + matching).

optional description?: string

Defined in: plugin.ts:93

One-line explanation of when the event fires (docs/editor helper text).


optional filters?: string[]

Defined in: plugin.ts:95

Filter keys this event supports (surfaced as optional filter inputs).


optional firehose?: boolean

Defined in: plugin.ts:97

Fires at high volume; the editor shows a cost warning.


optional label?: 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).