# JsonForArticleAddAttachment

Configures an attachment to add to an article in workflows and apps.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| charset |  String  |  The charset of the file. Only applicable to text files.   |
| content |  InputStream, String  |  The content of the file in binary or base64 form.   |
| mimeType |  String  |  The MIME type of the file.   |
| name |  String  |  The name of the file.   |

## See also

[Article](v1-Article.html) [entities](v1-entities.html)

