Upload File
gorgias_upload_fileProvide a file name and URL to reference an upload in Gorgias. Note: actual file upload is not supported via this tool; use a multipart-capable HTTP client instead.
Instructions
POST /api/upload — NOT FUNCTIONAL: This tool cannot upload files because the Gorgias upload endpoint requires multipart/form-data, which this MCP server's JSON-only client does not support. Use the Gorgias web interface or a multipart-capable HTTP client (e.g., curl with -F) to upload files directly via the Gorgias API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the file to reference. The actual binary upload must be done via multipart/form-data outside of this MCP tool | |
| name | Yes | The filename/label for the uploaded file (e.g., 'package-damaged.png'). This becomes the file's label on Gorgias's servers |