Agent
Raw mode
When enabling and disabling raw mode, changes will occur in the typing of parameters. All parameters will become String
, and when returning to Raw mode
, the old typing will no longer be available.
The Raw mode was created to allow sending other typings as parameters in Http Tools, thus allowing total freedom in sending custom payloads. The types currently allowed in Raw mode are:
Number
: Rational numberInteger
: Integer numberString
: Standard text valueObject
: JSON object with various propertiesArray
: List of parameters of a certain typing
Activating Raw mode disables the validation modal.
Structuring Your Payload in Raw Mode
Standard Structure
Inserting Multiple Data
Data Types
String
Number
Integer
Array
Object
Configuration Steps
-
Navigate to your Http Tool Configuration:
Go to Agents > Select Agent > Tools > Http-Tools: Integrate with an HTTP API. -
Toggle and Configure Raw Mode:
- Click the toggle button to enable Raw Mode.
- Configure Raw mode settings according to our documentation.
-
Save Your Changes:
Confirm and save your configuration to apply the Raw mode settings.
Was this page helpful?