Gorgias
This directory contains the manifest-only connector for source-gorgias
.
Documentation reference:
Visit https://developers.gorgias.com/reference/introduction
for API documentation
Authentication setup
Gorgias
uses Http basic authentication, Visit https://YOUR_DOMAIN.gorgias.com/app/settings/api
for getting your username and password. Visit https://developers.gorgias.com/reference/authentication
for more information.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
username | string | Username. | |
password | string | Password. | |
domain_name | string | Domain name. Domain name given for gorgias, found as your url prefix for accessing your website | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
account | domain | No pagination | ✅ | ✅ |
customers | id | DefaultPaginator | ✅ | ✅ |
custom-fields | id | DefaultPaginator | ✅ | ✅ |
events | id | DefaultPaginator | ✅ | ✅ |
integrations | id | DefaultPaginator | ✅ | ✅ |
jobs | id | DefaultPaginator | ✅ | ✅ |
macros | id | DefaultPaginator | ✅ | ✅ |
views | id | DefaultPaginator | ✅ | ✅ |
rules | id | DefaultPaginator | ✅ | ✅ |
satisfaction-surveys | id | DefaultPaginator | ✅ | ✅ |
tags | id | DefaultPaginator | ✅ | ✅ |
teams | id | DefaultPaginator |