Create Case Attachment Upload Url
createCaseAttachmentUploadUrlIssue a signed URL for uploading a file to a case. The client must PUT the bytes to the returned URL with the returned Content-Type, then call the finalize endpoint so the attachment becomes visible on the case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | The case's unique identifier | |
| filename | Yes | ||
| queue_id | Yes | The queue's unique identifier | |
| mime_type | Yes | ||
| size_bytes | Yes |