upload_attachment
Upload a file encoded in base64 to Zendesk. Returns an upload token needed to attach the file to a ticket comment.
Instructions
Upload a file (base64) to Zendesk. Returns an upload token to pass to create_ticket_comment's upload_tokens. Requires the tickets:write scope. Max 10 MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| data_base64 | Yes | ||
| content_type | No | application/octet-stream |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||