The URL Encode block converts text into a URL-safe format.\
It is used when sending data inside URLs to prevent broken API calls.
Steps
- Add a new node in your flow
- Go to Formatter → Text Formatter
- Select URL Encode
- Choose your Authentication
- Enter the Input Text (e.g.,
John Doe & Co) - Click Run & Save
- Open Run History → Output Response to view the encoded result
The text will be converted into a safe URL format for transmission in APIs or links.