Zendesk Connector
Zendesk Connector Help
Version 8
ZappySys Logo File Version: v8
Supported Engine: 7

EndPoint Upload Attachment (Single file)


Name

post_attachment

Description

Upload files to Zendesk which can be used as attachment later. [API Help]

Parameters

Parameter Label Required Options Description
filename File Name YES File name for display purpose
path File Path (Local) YES
token Token for exising Upload Session NO Blank if creating a new upload

Output Columns

Label DataType Length Raw Description
token DT_WSTR 100 False
expires_at DT_DBTIMESTAMP 0 False
attachment_id DT_I8 0 False
attachment_file_name DT_WSTR 255 False
attachment_content_url DT_WSTR 500 False
attachment_url DT_WSTR 500 False
attachment_content_type DT_WSTR 100 False
attachment_size DT_I8 0 False
attachment_height DT_I4 0 False
attachment_width DT_I4 0 False
attachment_deleted DT_BOOL 0 False
attachment_inline DT_BOOL 0 False
attachment_thumbnail_id DT_I8 0 False
attachment_thumbnail_file_name DT_WSTR 255 False
attachment_thumbnail_content_url DT_WSTR 500 False
attachment_thumbnail_url DT_WSTR 500 False
attachment_thumbnail_content_type DT_WSTR 100 False
attachment_thumbnail_size DT_I8 0 False
attachment_thumbnail_height DT_I4 0 False
attachment_thumbnail_width DT_I4 0 False
attachment_thumbnail_deleted DT_BOOL 0 False
attachment_thumbnail_inline DT_BOOL 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.