Configuring your connectionsConnection configurationsGladlyCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYdomainstringGladly HTTPS domain (e.g. https://example.gladly.com)truefalseemailstringGladly user with API accesstruefalseapi_tokenstringGladly API token for the associated usertruefalse Example 1{2 "name": "Gladly connection",3 "type": "gladly",4 "configuration": {5 "api_token": "",6 "domain": "",7 "email": ""8 }9} Model Sync Source Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYobjectstringObjecttruefalse Example 1{2 ...3 "configuration": {4 "object": "object"5 }6}