Skip to main content
All CollectionsHow-tosHTTP Request Action Examples
HTTP request action example - Templatize request
HTTP request action example - Templatize request

This article provides an example of how to turn an HTTP action into a template for reusability.

Angela Ruhstorfer avatar
Written by Angela Ruhstorfer
Updated this week

Overview

Templatizing a request means creating a reusable request template. Instead of writing the same request multiple times, you can create a generic template and fill in the details as needed.

Tines references

Before getting started, we recommend familiarizing yourself with the surrounding functionality this article covers:

Make it happen

Scenario

You might have a request template for inviting a new user, but every time you use it, you'd only need to change the user’s name or email address. To save an action as a template to use in the future:

  1. Click the action tile.

  2. Click the three-dot menu.

  3. Click Create template.

Did this answer your question?