A flow is a way to get user information without the hastle of recoding every little piece
Each object an action
type, each type has their own requirements and options
Actions: (* = required)
- reaction
- Prompts the user to select a reaction
- Options
- *key: string - key to be used with placeholders (e.g. if key is
desc
you can do "Ticket Description: {desc}")- in addition to this, reaction will also have a key with
-raw
appended to it to get the raw reaction value
- in addition to this, reaction will also have a key with
- *key: string - key to be used with placeholders (e.g. if key is
- *reactions: array - The reactions to be used