slack.triggerobject
Home > @runlightyear/slack > TriggerObject
TriggerObject interface
Signature:interface TriggerObject
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
url | string | A link trigger URL. Must be associated with a valid trigger. |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
customizableInputParameters? | Array<unknown> | An array of input parameter objects. Each specified name must match an input parameter defined on the workflow of the provided trigger (url), and the input parameter mapping on the trigger must be set as customizable: true. Each specified value must match the type defined by the workflow input parameter of the matching name. |