Task Inputs & Request Templatization

Tasks can have zero or more inputs, which will prompt for values to perform the execution with. These are then injected into the HTTP request on each execution.


Input Types

Each input can be required or optional. The task author can also provide "sample" values to help communicate what format the input value should be in or what an acceptable value looks like.

Default Values

The author of a task can declare the sample value provided to also be the default, which will be used during execution unless an alternative value is provided as an override.

Secure Inputs

If an input is marked as secure, then it is "masked" in the UI and not shown anywhere to protect your privacy while screen sharing or in a public venue.

API Hub