Gorgias Get Ticket Tags

Retrieves the tags assigned to a Gorgias ticket and returns them both as full tag objects and as a simple list of tag names.

What it does

  • Calls the Gorgias Get Ticket endpoint.
  • Extracts the tags array from the ticket.
  • Maps the tag objects to a flat list of tag name strings for easy use in flow conditions.

Notes

  • Returns success: false with empty arrays if the ticket has no tags.

Inputs

NameTypeDescription
DomainCredentialsGorgias subdomain
UserCredentialsGorgias user email
KeyCredentials (sensitive)Gorgias API key
Gorgias Ticket IdStringThe numeric ticket ID

Outputs

NameTypeDescription
SuccessBooleanWhether tags were found
Ticket TagsListFull tag objects from the Gorgias API
Formatted Ticket TagsListArray of tag name strings

API reference