1. Core Substitution Context
  2. Actioning Contact UUID

Core Substitution Context

Actioning Contact UUID

Variable substitution for the Contact UUID of the user actioning the stub.

The Actioning User Contact UUID refers to the unique identifier associated with the contact details of the user currently executing the stub. Referencing the actioning contact UUID is particularly useful for operations that require user context—such as logging, reporting, or making API calls.

Usage

Use the substitution actioningContact.contactuuid in your action definitions to dynamically insert the UUID of the current action user contact in an api call task.

Example

Action definition:

loading...

Substituted definition:

loading...

In this example, the ~~actioningContact.contactuuid substitution is replaced with the actual UUID of the user executing the action (e.g., "Jane Doe"). This allows you to track which user performed the action without hardcoding their details, ensuring that your stubs remain flexible and maintainable.