# Gorgias
URL: /reference/integrations/gorgias
Type: reference
Description: Look up support tickets and customers in Gorgias.
Keywords: gorgias, integration, api key, connect
Look up support tickets and customers in Gorgias.

Connect [#connect]

Connect Gorgias with an API key in **Settings → Integrations**. Open the Gorgias card, click **Connect**, and provide:

| Field          | Required | Notes                             |
| -------------- | -------- | --------------------------------- |
| Account Domain | Yes      | e.g. `acme (or acme.gorgias.com)` |
| Account Email  | Yes      | e.g. `agent@acme.com`             |
| API Key        | Yes      | e.g. `Your Gorgias REST API key`  |

Supported actions and triggers [#supported-actions-and-triggers]

Actions [#actions]

| Block                                       | What it does                                                                                    |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| [Gorgias](/reference/blocks/gorgias-manage) | Look up support tickets and customers in Gorgias — including a customer's recent ticket history |

Limits and failure modes [#limits-and-failure-modes]

* The connection can expire or be revoked. When it does, Gorgias blocks fail with an authorization error until you reconnect in **Settings → Integrations**.
* A disconnected or unconfigured integration makes its blocks unavailable in the Workflow Builder.

{/* TODO(docs): document Gorgias-specific rate limits and permission errors — not encoded in @stylo/core. */}

Related [#related]

* [Integrations overview](/integrations)
* [All workflow blocks](/reference/blocks)
* [Troubleshooting](/troubleshooting)