Create Article Attachment
create_article_attachmentUpload a file attachment to a Zendesk Help Center article by specifying article ID, file name, and base64-encoded content.
Instructions
Upload an attachment to an article. Provide file content as base64-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | Article ID | |
| file_name | Yes | File name (e.g., "screenshot.png") | |
| file_base64 | Yes | File content encoded as base64 | |
| content_type | No | MIME type (e.g., "image/png", "application/pdf") | application/octet-stream |