To handle file uploads in Zendesk apps, you should use API calls instead of the client.request method. The client.request method is not designed for uploading or downloading binary files. For more guidance on attaching files to tickets using the API, you can check out the related Zendesk articles.
No, you cannot upload files using the client.request method in Zendesk apps. This method does not support uploading or downloading binary files. If you need to handle file uploads, you should use API calls instead. For more detailed information,…
The client.request method in Zendesk does not support file uploads because it is not designed to handle binary files. For uploading files, you should use API calls, which are better suited for this purpose. For more information, you can explore the…