# Gorgias

API configuration: [`gorgias`](https://terapi.gitbook.io/terapi-api-explorer/integrations/gorgias)

### Features

| Features                                                                                                          | Status                        |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/authorize-an-api)                   | ✅                             |
| [Sync data](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/sync-data-from-an-api)                 | ✅                             |
| [Perform workflows](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/perform-workflows-with-an-api) | ✅                             |
| [Proxy requests](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/proxy-requests-to-an-api)         | ✅                             |
| [Receive webhooks](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.gitbook.io/terapi-api-explorer/integrations/gorgias).

### Getting started

* [How to register an Application](https://developers.gorgias.com/docs/1-register-on-developer-portal)
* [OAuth-related docs](https://developers.gorgias.com/docs/oauth2-authentication-for-creating-apps-with-gorgias)
* [List of OAuth scopes](https://developers.gorgias.com/docs/oauth2-scopes)
* [Web API docs (their REST API)](https://developers.gorgias.com/reference/introduction)

Need help getting started? Get help in the [community](https://terapi.gitbook.io/terapi-api-explorer/integrations/gorgias).

### Connection configuration in Terapi

Gorgias requires a user-specific subdomain to run OAuth.

You should request this from the user and pass it to Terapi in the `terapi.auth()` call:

```js
terapi.auth('gorgias', '', });
```

Add Connection configuration in Terapi by [editing this page](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/connect-an-api/README.md).
