Can We Pass an Excel File Directly in the Request Parameter of Any Service in vConnect?

How can we pass an excel file in vConnect?

1 Like

No, excel file cannot be passed directly in the request of any service in vConnect, as it only supports file input in the form of a URL or a Base64-encoded string. To work with Excel files, they must first be either uploaded to a publicly accessible location and shared via URL, or converted to Base64 format and included in the request payload, which vConnect can process effectively.

1 Like