Configuring your connectionsConnection configurationsGorgiasCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NameTypeDescriptionRequiredapikeystringAPI KeytruedomainstringDomainYour Gorgias subdomain (e.g. ‘acme’ for acme.gorgias.com)trueemailstringEmailYour Gorgias account email addresstrue 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 NameTypeDescriptionRequiredobjectstringObjecttrue Example 1{2 ...3 "configuration": {4 "object": "object"5 }6}