> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Gorgias

> Gorgias is a helpdesk and live chat platform specializing in e-commerce, offering automated support, order management, and unified customer communication

Gorgias is a helpdesk and live chat platform specializing in e-commerce, offering automated support, order management, and unified customer communication

`gorgias` · **32 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth gorgias
run auth gorgias --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run gorgias          # common commands
run gorgias --all    # every command
```

```ts theme={"theme":"github-dark"}
import { gorgias } from "@boxd/run";
```

## Common tools

| Tool                     | What it does                              |
| ------------------------ | ----------------------------------------- |
| `list-teams`             | Lists teams in Gorgias.                   |
| `add-ticket-tags`        | Adds tags to a ticket in Gorgias.         |
| `create-account-setting` | Creates a new account setting in Gorgias. |
| `create-customer`        | Creates a new customer in Gorgias.        |
| `create-team`            | Creates a new team in Gorgias.            |

<Accordion title="All 32 tools" icon="list">
  | Tool                          | What it does                                                                       |
  | ----------------------------- | ---------------------------------------------------------------------------------- |
  | `add-ticket-tags`             | Adds tags to a ticket in Gorgias.                                                  |
  | `create-account-setting`      | Creates a new account setting in Gorgias.                                          |
  | `create-customer`             | Creates a new customer in Gorgias.                                                 |
  | `create-team`                 | Creates a new team in Gorgias.                                                     |
  | `create-ticket`               | Creates a new ticket in Gorgias.                                                   |
  | `delete-customer`             | Deletes a specific customer from Gorgias.                                          |
  | `delete-customer-field-value` | Deletes a specific field value for a customer in Gorgias.                          |
  | `delete-customers`            | Deletes multiple customers from Gorgias.                                           |
  | `delete-team`                 | Deletes a specific team from Gorgias.                                              |
  | `delete-ticket`               | Deletes a specific ticket from Gorgias.                                            |
  | `delete-ticket-field-value`   | Deletes a specific field value for a ticket in Gorgias.                            |
  | `get-account`                 | Retrieves your Gorgias account information.                                        |
  | `get-customer`                | Retrieves a specific customer from Gorgias.                                        |
  | `get-event`                   | Retrieves a specific event from Gorgias.                                           |
  | `get-team`                    | Retrieves a specific team from Gorgias.                                            |
  | `get-ticket`                  | Retrieves a specific ticket from Gorgias.                                          |
  | `list-account-settings`       | Lists all account settings in Gorgias.                                             |
  | `list-customer-field-values`  | Lists all field values for a customer in Gorgias.                                  |
  | `list-customers`              | Lists customers in Gorgias with various filtering options.                         |
  | `list-events`                 | Lists events in Gorgias. Returns event objects with pagination support via cursor. |
  | `list-teams`                  | Lists teams in Gorgias.                                                            |
  | `list-ticket-field-values`    | Lists all field values for a ticket in Gorgias.                                    |
  | `list-tickets`                | Lists tickets in Gorgias with various filtering options.                           |
  | `list-ticket-tags`            | Lists all tags for a ticket in Gorgias.                                            |
  | `merge-customers`             | Merges two customers in Gorgias, combining their data and history.                 |
  | `remove-ticket-tags`          | Removes tags from a ticket in Gorgias.                                             |
  | `set-customer-data`           | Sets the complete data object for a customer in Gorgias.                           |
  | `set-ticket-tags`             | Sets the complete list of tags for a ticket in Gorgias.                            |
  | `update-account-setting`      | Updates an existing account setting in Gorgias.                                    |
  | `update-customer`             | Updates an existing customer in Gorgias.                                           |
  | `update-team`                 | Updates an existing team in Gorgias.                                               |
  | `update-ticket`               | Updates an existing ticket in Gorgias.                                             |
</Accordion>

[Open Gorgias in the console →](https://app.boxd.sh/integrations/detail/gorgias)
