Run template
Run a saved crew template with values for its declared variables.
Validates the supplied values against the template’s declared
variables, such as required-ness, types, choices, and length or range bounds.
Defaults fill in for omitted optional variables. On success, returns
the inline-crew correlation ID for the portal to poll.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
Run a saved crew template with concrete values for its variables.
Map of variable.name → user-supplied value. Validated against the template's declared variables, such as required-ness, type, and choices before the crew runs.

