Welcome to Parameters Documentation
Master dynamic parameter configuration with our playground and explore advanced usage patterns below.
Quick Start Guide
How does it work?
- 1 Open the playground
- 2 Enter values in the input fields
- 3 Click "Process Parameters" to see the result
Example Output
Received: - Param1: TestValue - Param2: 42
Result is displayed instantly in your browser.
Advanced Configuration
Parameter 1
Accepts:
- Strings (e.g., "example")
- Letters and symbols
- Multiline text via shift+enter
Parameter 2
Type:
Numeric input (Integer & Decimal)
Valid Ranges:
Min
-∞
Default
42
Max
+∞
API Integration
Use parameter values as API request bodies:
{
"param1": "test",
"param2": 42
}
Send via GET/POST as needed by the target API