Gorgias

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
apikeystringAPI Keytrue
domainstringDomain

Your Gorgias subdomain (e.g. ‘acme’ for acme.gorgias.com)
true
emailstringEmail

Your Gorgias account email address
true

Example

1{
2 "name": "Gorgias connection",
3 "type": "gorgias",
4 "configuration": {
5 "apikey": "secret-key",
6 "domain": "acme",
7 "email": "user@example.com"
8 }
9}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}