Tableau Connector for Zendesk

Build 26.0.9663

CreateArticleAttachment

Creates an attachment for an 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 Long True The Id of the associated article.
Locale String False The locale in which the article attachment is displayed.
FileLocation String False File to upload.
FileName String False The name of the file to upload when Content is not empty.

Result Set Columns

Name Type Description
Success String Returns true if the attachment is successfully created for the article.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9663