JDBC Driver for Zendesk

Build 23.0.8839

UploadUserImage

To let end users upload images to a help center instance. Returns the image path that you can use to display the image in a community post.

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. Allowed for Agents, End users and Anonymous users. For example:

EXECUTE UploadUserImage BrandId ='19128157751697', FileLocation = 'D:\Desktop\Test.png'

Input

Name Type Required Accepts Input Streams Description
BrandId String True False The ID of the brand where this image is upload.
FileLocation String False False File to upload.
FileName String False False Name of the file. If content is not empty.
Content String False True The content as InputStream to be uploaded when FileLocation is not specified.

Result Set Columns

Name Type Description
Success String True if the image is uploaded successfully.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839