Get an upload link
request_uploadGenerate a one-hour HTTPS upload link for files too large for direct attachment. Anyone with the link can upload via browser or curl, and the file appears in your uploads.
Instructions
Returns a one-hour HTTPS upload link for an account. Anyone with the link can PUT/POST a file to it (curl -T file , or open it in a browser and drop the file); the file lands in "mailmcp-uploads" and appears in list_uploads. Use it for files on the user's disk or files too big for upload_attachment. If you can run commands, upload the file yourself; otherwise give the link to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account id from list_accounts |