Skip to content
PricingReleases

PluginTriggerEvent

Defined in: plugin.ts:68

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

optional description?: string

Defined in: plugin.ts:74

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


optional filters?: string[]

Defined in: plugin.ts:76

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


optional firehose?: boolean

Defined in: plugin.ts:78

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


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