Skip to main content
Gorgias logo

Gorgias

Manage Gorgias e-commerce support: tickets, customers, messages, macros, tags. Exposes 33 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
gorgias_list_ticketsList tickets - GET /tickets.
gorgias_get_ticketGet one ticket - GET /tickets/{id}.
gorgias_create_ticketCreate a ticket - POST /tickets.
gorgias_update_ticketUpdate a ticket - PATCH /tickets/{id}.
gorgias_bulk_update_ticketsBulk update tickets - PATCH /tickets.
gorgias_delete_ticketDelete a ticket - DELETE /tickets/{id}.
gorgias_list_messagesList messages in a ticket - GET /tickets/{id}/messages.
gorgias_get_messageGet one message - GET /tickets/{ticket_id}/messages/{id}.
gorgias_create_messageAdd a message to a ticket - POST /tickets/{id}/messages.
gorgias_list_customersList customers - GET /customers.
gorgias_get_customerGet one customer - GET /customers/{id}.
gorgias_create_customerCreate a customer - POST /customers.
gorgias_update_customerUpdate a customer - PATCH /customers/{id}.
gorgias_list_tagsList tags - GET /tags.
gorgias_create_tagCreate a tag - POST /tags.
gorgias_update_tagUpdate a tag - PATCH /tags/{id}.
gorgias_delete_tagDelete a tag - DELETE /tags/{id}.
gorgias_list_integrationsList integrations - GET /integrations.
gorgias_get_integrationGet one integration - GET /integrations/{id}.
gorgias_create_integrationCreate an integration - POST /integrations.
gorgias_update_integrationUpdate an integration - PATCH /integrations/{id}.
gorgias_delete_integrationDelete an integration - DELETE /integrations/{id}.
gorgias_list_macrosList macros - GET /macros.
gorgias_get_macroGet one macro - GET /macros/{id}.
gorgias_create_macroCreate a macro - POST /macros.
gorgias_update_macroUpdate a macro - PATCH /macros/{id}.
gorgias_delete_macroDelete a macro - DELETE /macros/{id}.
gorgias_list_satisfaction_surveysList satisfaction surveys - GET /satisfaction-surveys.
gorgias_get_satisfaction_surveyGet one satisfaction survey - GET /satisfaction-surveys/{id}.
gorgias_list_teamsList teams - GET /teams.
gorgias_get_teamGet one team - GET /teams/{id}.
gorgias_list_usersList users (agents) - GET /users.
gorgias_get_userGet one user (agent) - GET /users/{id}.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
GORGIAS_DOMAINYour Gorgias subdomain, e.g. mycompany (from mycompany.gorgias.com).
GORGIAS_EMAILEmail of the Gorgias user that owns the API key.
GORGIAS_API_KEYGorgias - Settings - REST API - copy your API key.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Gorgias!