Download a ticket attachment
zendesk_download_attachmentDownload a Zendesk ticket attachment to your local filesystem using its content URL and a target destination.
Instructions
Download an attachment to the local filesystem using the authenticated Zendesk session. Provide the attachment content_url from zendesk_get_ticket and a destination. If destination is a directory, the attachment's own filename is used; otherwise it is the full file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The attachment content_url from zendesk_get_ticket. | |
| destination | Yes | Target file path, or a directory to save into using the original filename. |