Gorgias Search Tickets By Tags and Requester

Finds other Gorgias tickets from the same requester that match given tags, optionally within a recent time window. Use it to find a customer's related tickets.

What it does

  • Looks up the requester of the given ticket, then fetches their recent tickets (up to 30).
  • Filters to tickets created within the specified number of hours (or all if left empty).
  • Keeps the tickets matching the tags (any tag, or all tags when "Includes All" is set).
  • Returns the matching ticket IDs and the count.

Inputs

NameTypeDescription
DomainCredentialsGorgias sub-domain
UsernameCredentialsGorgias username
TokenCredentialsGorgias API Key
Ticket IdStringGorgias ticket ID of the requester to look up.
TagsStringString of tags separated by comma
Includes All?BooleanNeed to include all tags?
HoursNumbertickets created within X hours. Leave empty to retrieve all tickets (max 30)

Outputs

NameTypeDescription
SuccessBooleanWhether the query was successful
ResultslistTicket IDs under same requester
foundBooleanFound tickets?
Ticket CountNumberNumber of tickets found

Notes

  • Tags are provided as a comma-separated list.
  • Needs Gorgias credentials (domain, username and API key).

API reference