Gorgias integration (Communication, Productivity). Imported from open-connector.
https://{domain}.gorgias.com/api/account
/api/users
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | A Gorgias cursor returned by a previous paginated response. |
| externalId | string | optional | ID of the user in a foreign system to filter by. |
| string | optional | Email address of the user to filter by. | |
| limit | integer | optional | Maximum number of Gorgias records to return. |
| orderBy | string | optional | Attribute and direction used to order Gorgias users. |
| roles | array | optional | Gorgias roles used to filter users. |
| search | string | optional | Text used to search user names or email addresses. |
| availableFirst | boolean | optional | Whether available users should be returned before non-available users. |
/api/customers
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | A Gorgias cursor returned by a previous paginated response. |
| string | optional | Primary customer email address to filter by. | |
| externalId | string | optional | ID of the customer in a foreign system to filter by. |
| limit | integer | optional | Maximum number of Gorgias records to return. |
/api/tickets
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | A Gorgias cursor returned by a previous paginated response. |
| customerId | integer | optional | Gorgias customer identifier used to filter tickets. |
| trashed | boolean | optional | Whether to include trashed tickets in the response. |
| externalId | string | optional | ID of the ticket in a foreign system to filter by. |
| limit | integer | optional | Maximum number of Gorgias records to return. |
| viewId | integer | optional | Gorgias view identifier used to select tickets. |
| ruleId | integer | optional | Gorgias rule identifier used to select tickets. |
| ticketIds | array | optional | Specific Gorgias ticket identifiers to select. |
| orderBy | string | optional | Attribute and direction used to order Gorgias tickets. |
/api/tickets/{ticketId}
| Param | Type | Required | Description |
|---|---|---|---|
| ticketId | integer | required | Gorgias ticket identifier. |
| relationships | array | optional | Gorgias ticket relations to include in the returned ticket. |
/api/tags
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | A Gorgias cursor returned by a previous paginated response. |
| search | string | optional | Text used to search tag names. |
| limit | integer | optional | Maximum number of Gorgias records to return. |
| orderBy | string | optional | Attribute and direction used to order Gorgias tags. |