action apptigent_url_encode { label: "Text - Encode URL" description: "Generate an encoded string from a complex hyperlink" provider: apptigent method: POST path: "/URLEncode" encoding: json input: { type: "object" required: ["source"] properties: { source: { type: "string" description: "String variable or text value" } } } output: { type: "object" properties: { result: { type: "string" description: "Result" } } } }