Gorgias Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Gorgias Tables
| Name | Description |
| Account | Retrieve your account information |
| Customers | Get all customers of the account |
| Events | Get all events of the account of the user |
| Integrations | Get the list of all integrations (active or not) of the current account |
| Jobs | Retrieve a list of jobs |
| Macros | Get all macros of the account |
| Rules | Fetch all the rules of the current account |
| SatisfactionSurveys | Get all satisfaction surveys |
| Teams | Get all teams of the account |
| TicketEvents | Retrieve a list of events associated to the given ticket id. |
| TicketMessages | Retrieve a list of messages associated to the given ticket id. |
| Tickets | Retrieve a list of tickets |
| UserAuditLogs | Retrieve all users' activity on the helpdesk |
| UserAuths | Retrieve a list of auths |
| Users | Retrieve all users of the account of the current user |
| UserTickets | Get all tickets of the specified user |
| Views | Get all views of the account |