Gladly

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringGladly HTTPS domain (e.g. https://example.gladly.com)truefalse
emailstringGladly user with API accesstruefalse
api_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

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObjecttruefalse

Example

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