1. Variable Substitution
  2. Core Substitution Context

Variable Substitution

Core Substitution Context

Learn about the useful variable substitutions that can be used in Stubber.

Overview

Stubber offers a variety of core substitutions that reference key data points within the action context, which you can leverage in your action definitions.

In this section, we will focus on the most commonly used variable substitutions that reference core properties of the template or stub. These substitutions simplify the process of handling customer data, metadata, or dynamic content, ensuring that your stubs remain efficient and easy to maintain.

The core properties that can be substituted are:

  • Stubref: A unique identifier for the stub.
  • Stub Branch: The branch associated with the stub.
  • Template UUID: The unique identifier for the template.
  • Org Name: The name of the organization that owns the stub.
  • Org UUID: The unique identifier for the organization.

By the end of this section, you will have a solid understanding of how to use these variable substitutions effectively in different scenarios.