Core Substitution Context
Org UUID
Variable substitution for the Org UUID of a stub.
One of the most common and useful substitutions in Stubber is referencing a org's unique internal identifier, commonly referred to as the orguuid
. This is the UUID of the org from which a stub is or will be created.
Using this substitution allows your actions to remain dynamic and reusable, without hardcoding specific org IDs. It's especially helpful when working with tasks that depend on the org UUID such as stub creation, stubmations, API calls, Heimdall registration/deregistration, or reporting.
Usage
Use the substitution ~~org.orguuid
in your action definitions to dynamically insert the UUID of the current org.