Zendesk has an Attachment

Checks whether a Zendesk ticket has any file attachments. Returns a simple boolean result for use in flow branching.

What it does

  • Retrieves the ticket comments/conversations from the Zendesk API.
  • Scans for any attachments across all messages.
  • Returns true if at least one attachment is found.

Notes

  • Only checks for file attachments (images, documents, etc.), not inline content.
  • Useful as a condition check before actions that process or forward attachments.

Inputs

NameTypeDescription
Zendesk SubdomainStringZendesk subdomain
UsernameStringZendesk email (with /token suffix)
API TokenString (sensitive)Zendesk API token
Ticket IDStringID of the ticket to check

Outputs

NameTypeDescription
Has attachmentBooleanTrue if the ticket has at least one attachment

API reference


Did this page help you?