Gorgias Create Ticket with Internal Note

Creates a new Gorgias ticket with an internal note (visible to agents only, not sent to the customer). Use it to log context on a ticket without replying publicly.

What it does

  • Creates a Gorgias ticket for the given customer email with an internal note.
  • Supports plain text or HTML formatting for the note.
  • Returns the new ticket ID.

Inputs

NameTypeDescription
DomainCredentialsGorgias sub-domain
UsernameCredentialsGorgias username
KeyCredentialsGorgias API Key
NoteStringThe contents of the internal note
SubjectStringSubject of the ticket
User emailStringThe email of the user/recipient
Enable HTML Note?Optional BooleanEnables HTML formatting for the internal note. Defaults to false.

Outputs

NameTypeDescription
SuccessBooleanwhether applied an internal note
Ticket IDStringcreated ticket ID

Notes

  • The note is internal only; no public reply is sent to the customer.
  • Needs Gorgias credentials (domain, username and API key).

API reference