CreateArticleAttachment
Creates an attachment for the specified article.
Stored Procedure Specific Information
Zendesk allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE CreateArticleAttachment FileLocation ='D:/Desktop/Test.png', ArticleId='18214155815057'
Input
Name | Type | Required | Description |
ArticleId | Integer | True | The Id of the associated article. |
Locale | String | False | The locale that the article attachments is being displayed in. |
FileLocation | String | False | File to upload. |
FileName | String | False | Name of the file. If content is not empty. |
Result Set Columns
Name | Type | Description |
Success | String | True if the the attachment is attached to the article successfully. |