Gorgias Get Essential Ticket Fields

Retrieves the core fields of a Gorgias ticket without the full message history. Designed for flows that need ticket metadata (status, tags, assignee, channel) without the overhead of loading every conversation message.

What it does

  • Calls the Gorgias Get Ticket endpoint.
  • If the requester has integrations attached, strips the messages array from the response to keep the payload lightweight.
  • Extracts emailTo from the first message's recipient address and adds it to the output.
  • Returns the full tag list alongside the ticket fields.

Notes

  • When the requester has no integrations, the full messages array is still included.
  • Authentication supports both manual credentials and the DG flow module connection.

Inputs

NameTypeDescription
DomainCredentialsGorgias subdomain (e.g. myshop for myshop.gorgias.com)
UserCredentialsGorgias user email
KeyCredentials (sensitive)Gorgias API key
Ticket IDStringThe numeric ticket ID

Outputs

NameTypeDescription
SuccessBooleanWhether the ticket was retrieved
TagsListArray of tag objects from the ticket
Ticket FieldsObjectTicket object from the Gorgias API (messages may be stripped)

API reference