Get Ticket Attachments takes a Ticket ID and returns a list of Attachment objects, that include information about the attachments.

Note: This does not download the attachments for you. If you are looking to download these attachment objects, then you will need to retrieve the attachment ID from the output of this card, and then use that ID with the Zendesk - Download Attachment card.

Input Fields

  • Ticket
    • Ticket ID (text): The ID of the ticket to retrieve attachments from.

Output Fields

The output for this card returns a list of objects. It may be necessary to process this list using the List control cards to retrieve information from this output.

  • Output
    • Attachments (list): A list of attachment objects.
      • ID (number): The attachment ID.
      • File Name (text): The name of the attached file.
      • Content Url (text): The URL for the attached file.
      • Content Type (text): The file type of the attachment.
      • Size (number): The size of the attached file.