Pick a script or flow meant to be triggered when the `/windmill` command is invoked. Upon
connection, templates for a
script
and
flow are available.
The script or flow chosen is passed the parameters `response_url: string` and `text: string`
respectively the url to reply directly to the trigger and the text of the command.
It can take additionally the following args: channel_id, user_name, user_id, command,
trigger_id, api_app_id
The script or flow is permissioned as group "{platform}" that will be automatically created
after connection to {platform.charAt(0).toUpperCase() + platform.slice(1)}.
See more on
documentation.