CustomRoutineTrigger interface
A custom event routine trigger.
- Extends
Properties
| event_name | The provider-specific event name that fires the routine. |
| parameters | Provider-specific trigger parameters. |
| provider | The external provider that emits the custom event. |
| type | The trigger type. |
Property Details
event_name
The provider-specific event name that fires the routine.
event_name?: string
Property Value
string
parameters
Provider-specific trigger parameters.
parameters: Record<string, any>
Property Value
Record<string, any>
provider
The external provider that emits the custom event.
provider: string
Property Value
string
type
The trigger type.
type: "custom"
Property Value
"custom"