Reqflo Docs
Concepts

Request templates

Understand reusable request templates.

Request templates

Request templates are reusable API calls. They define the method, path, headers, body shape, authentication requirements, examples, and expected response behavior for a specific operation.

Why templates matter

Templates keep journeys consistent. When an endpoint changes, update the template and the journeys that use it can be reviewed from a single source.

Common template inputs

  • Path and query parameters.
  • Headers and cookies.
  • JSON body fields.
  • Environment variables.
  • Saved outputs from earlier journey steps.

On this page